Skip to content

release: v1.1.0#199

Merged
q-soriarty merged 33 commits intomainfrom
release/v1.1.0
Apr 16, 2026
Merged

release: v1.1.0#199
q-soriarty merged 33 commits intomainfrom
release/v1.1.0

Conversation

@q-soriarty
Copy link
Copy Markdown
Contributor

Summary

Release v1.1.0 — package distribution and dev environment improvements.

Highlights

  • 6 package managers: Homebrew, WinGet, COPR, AUR, Snap, precompiled binaries
  • Scheduled weekly integration tests with auto issue on failure
  • Aurora-DX dev environment: Docker Compose + justfile

Full changelog

See CHANGELOG.md

q-soriarty and others added 30 commits April 3, 2026 22:04
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
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
q-soriarty and others added 3 commits April 16, 2026 14:21
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
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@q-soriarty q-soriarty merged commit 47455ef into main Apr 16, 2026
5 checks passed
@q-soriarty q-soriarty deleted the release/v1.1.0 branch April 16, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant