release: v1.1.0#199
Merged
q-soriarty merged 33 commits intomainfrom Apr 16, 2026
Merged
Conversation
chore: back-merge main after v1.0.0 release
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Dockerfile, docker-compose.yml, and docker-compose.dev.yaml for containerized Go development following Aurora-DX conventions. Closes #184
Migrate from standalone devcontainer image to Docker Compose-based setup. Replace Makefile recipes with justfile. Remove ~/.claude mount (Claude Code runs on the host).
Replace Makefile references with justfile across CLAUDE.md, CONTRIBUTING.md, and install_source.md. Remove Makefile.
Makefile was removed in favor of justfile. CI runs native Go (not Docker), so use go build/test commands directly.
chore: migrate dev environment to Aurora-DX conventions
…/github.com/spf13/pflag-1.0.10 chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10
…elop/codecov/codecov-action-6 ci: bump codecov/codecov-action from 5 to 6
…elop/actions/upload-pages-artifact-5 ci: bump actions/upload-pages-artifact from 4 to 5
…elop/actions/github-script-9 ci: bump actions/github-script from 8 to 9
Update go.mod, Dockerfile, and project-layout.md. Closes #186
chore(deps): bump Go from 1.26.1 to 1.26.2
ci: update bump-go workflow to also update Dockerfile
Add automated winget package publishing on release. Update README and Windows install docs with winget instructions. Closes #18
ci: add winget-releaser workflow
Runs integration tests every Monday at 06:00 UTC against the live Copia API. Automatically creates a bug issue when tests fail. Closes #134
ci: add scheduled weekly integration test
Add RPM spec file and GitHub Actions workflow to publish to COPR on release. Update Linux install docs with dnf copr instructions. Closes #164
ci: add COPR package publishing for Fedora/RHEL
Add GitHub Actions workflow to automatically update the copia-cli-bin AUR package on release. Initial PKGBUILD already pushed to AUR. Closes #161
ci: add AUR package publishing for Arch Linux
Add snapcraft.yaml and GitHub Actions workflow to build and publish to the Snap Store on release. Closes #162
ci: add Snap package publishing for Ubuntu/Linux
- aur.yml: generate PKGBUILD to file (action expects path, not inline) - copr.yml: fix heredoc indentation breaking INI parser - winget.yml: use ubuntu-slim per official docs - bump-go.yml: add setup-go step for go mod tidy - goreleaser/aur: update maintainer email to info@qubernetic.com Closes #196
fix: correct workflow issues found during docs validation
Add Snap, AUR, and COPR to README and Linux install docs. Remove non-existent Scoop section from Windows install docs. Update releasing.md with post-publish workflows and just command. Mark winget, COPR, AUR, Snap as done in roadmap (CLAUDE.md, README). Closes #191
docs: update installation instructions with all package managers
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v1.1.0 — package distribution and dev environment improvements.
Highlights
Full changelog
See CHANGELOG.md