Releases: camerondurham/ch
Releases · camerondurham/ch
v0.3.7
Changelog
- ffe7bbc Update changelog for platform flag feature (#50)
- 3aaeb82 allowing platform specification through flag (#49)
- 8877f93 Bump github.com/docker/docker (#46)
- bebed26 Bump golang.org/x/net from 0.7.0 to 0.17.0 (#45)
- 748abd4 README formatting and add minor project update (#44)
- 4613041 Bump github.com/docker/distribution (#43)
- 76d1f1d Bump github.com/docker/docker (#42)
- 8984371 Upgrade dependencies (#41)
- 5aa25cf Bump github.com/containerd/containerd from 1.5.16 to 1.5.18 (#37)
- e37992d Update genmocks.sh to fix linter error in CI (#38)
- 7dd447c Fix broken badge
- 9fb92e5 Upgrade deps, cleanup old unused workflow
- 1cbd0bb Improve help docs for ch create (#35)
- 0180acd Update README.md
v0.3.6
Changelog
- d888320 Fix goreleaser archive naming
- 6c420e5 Fix archives statement
- b5dd67b Use zip format for archives
- 9318cf1 Add homebrew install instructions
- 9d4470a Remove url_template
- 06a45ad Fix goreleaser workflow
- a396304 Specify token for updating tap
- 609095d Test goreleaser v1
- b11dd28 Add homebrew bump workflow
- 631f961 Add initial goreleaser file
- 069bc12 Upgrade dependencies (#34)
- 61f279b Upgrade dependencies (#33)
- 952d952 Update CONTRIBUTING.md
- 8fe8d33 Upgrade containerd and docker/distribution deps
- 5c04649 Add Markdown link check action (#32)
- 4bb7503 docs: add all commands to README, closes #29 (#30)
- aa5c00c (chore) bump containerd version
- 94a57c4 Fix README.md lints
- 1e863a7 Update superlinter.yml
- dc734eb (chore) rollback to containerd v1.5.8
- 727ba7f (chore) bump containerd from v1.58 to v1.5.9
- f4ababa Update README.md
- 263e4f9 Update README.md
- 39f026e Merge pull request #27 from camerondurham/unix-release-matrix
- 917d476 use {;} instead of () to avoid subshell overhead
- 8845e51 Initial commit for #26
- 47d3c8d Update README.md
- 4ad6a1f Update README.md
v0.3.5
CHANGELOG
Summary
- remove "latest version" checks from
ch list
andch running
because they are probably annoying (sorry!) - add "latest version" check logic to
ch upgrade
command
Commits
v0.3.4
Summary
ch update
command- will re-build or re-pull the latest image for the environment
ch upgrade
command- unfortunately, this won't upgrade
ch
for you but will at least tell you the OS-specific command to run in your terminal
- unfortunately, this won't upgrade
- improved error when install script is run on Linux
- install script relies on
unzip
command on Unix which is installed by default on macOS - if
unzip
command fails, script prints out how to install on Debian-based and Arch-based distros
- install script relies on
- dependency upgrades for
containerd
security vulnerabilities - upgrade from go
1.16
to1.17
Chores
- upgrade containerd (Cameron Durham)
Commits
- 3020996: Upgrade to go 1.17 (Cameron Durham)
- 84e78b6: Update LICENSE (cam)
- 380f2bb: Update hijack.go (cam)
- 4f83ec5: Update bug_report.md (cam)
- ec5154a: Update bug_report.md (cam)
- 11382cc: Cleanup unused scripts and add note to README.md about using non-dockerhub images (Cameron Durham)
- 57611b9: Move helper function to util, add
update
command. Closes #12. (Cameron Durham) - 2fefb1b: Update README.md with new command and fix subcommand help text (Cameron Durham)
- 33a03db: Update README.md with example again (Cameron Durham)
- b508407: Update issue templates (cam)
- 1b2eb37: Update README.md (cam)
- b666a7b: Clean up workflow, add better error msg to install script, add basic dev environment notes (Cameron Durham)
- 0123546: Update mocks and scripts (Cameron Durham)
- 255ae9d: Fix bash script (Cameron Durham)
- 62f9972: Move install scripts back (Cameron Durham)
- 29a7700: Add basic Earthfile (Cameron Durham)
- e2248ba: Create CHANGELOG.md (cam)
- 242af8e: Update CHANGELOG.md (cam)
- 914264f: Update CHANGELOG.md (cam)
- deac4a8: Also add Dockerfile for minimal CLI binary (Cameron Durham)
- 45c852b: Update README.md (cam)
- a72e338: Update README.md (cam)
- 93c2aff: Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2 (dependabot[bot]) #22
- d2f2653: Rename Docker API helpers (Cameron Durham)
- 55cd7e3: Upgrade containerd dep (Cameron Durham)
- e11ed5a: Minimal implementation for #20 (Cameron Durham) #23
- 35c2211: mod tidy (Cameron Durham) #23
- 4820f96: Slight code qual improvement (Cameron Durham) #23
- 0e93d67: Update Changelog (Cameron Durham)
- 45a6fad: Cleanup Changelog (Cameron Durham)