Releases: aspettl/ccliwrapper
Releases · aspettl/ccliwrapper
0.0.8
What's Changed
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #38
- Bump github.com/spf13/viper from 1.17.0 to 1.18.1 by @dependabot in #40
- Bump actions/setup-go from 4 to 5 by @dependabot in #41
- Bump github/codeql-action from 2 to 3 by @dependabot in #42
- Bump github.com/spf13/viper from 1.18.1 to 1.18.2 by @dependabot in #43
- Upgrade to Go 1.21 by @aspettl in #44
- go mod tidy by @aspettl in #45
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #46
- Upgrade to Go 1.22 by @aspettl in #47
Full Changelog: 0.0.7...0.0.8
0.0.7
0.0.6
What's Changed
- Upgrade to go 1.20 by @aspettl in #27
- Bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #28
- Bump actions/checkout from 3 to 4 by @dependabot in #29
- Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #30
- Bump docker/login-action from 2 to 3 by @dependabot in #31
- Bump docker/metadata-action from 4 to 5 by @dependabot in #32
- Bump docker/build-push-action from 4 to 5 by @dependabot in #33
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #35
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #34
- Bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #36
Full Changelog: 0.0.5...0.0.6
0.0.5
What's Changed
- Bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #17
- Upgrade to go 1.19 by @aspettl in #18
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #20
- Bump github.com/spf13/viper from 1.13.0 to 1.14.0 by @dependabot in #21
- Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #22
- Bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in #23
- Bump docker/build-push-action from 3 to 4 by @dependabot in #24
- Bump actions/setup-go from 3 to 4 by @dependabot in #25
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #26
Full Changelog: 0.0.4...0.0.5
0.0.4
Changelog
- 7e31b00 Support individual network modes
- 22f00b4 Merge pull request #16 from aspettl/dependabot/github_actions/actions/setup-go-3
- b2ff450 Merge pull request #15 from aspettl/dependabot/github_actions/docker/setup-qemu-action-2
- 3a01a53 Merge pull request #13 from aspettl/dependabot/github_actions/docker/login-action-2
- 97cc356 Merge pull request #14 from aspettl/dependabot/github_actions/actions/checkout-3
- 05eeb82 Update example config with new releases
- d2bb78d Bump actions/setup-go from 2 to 3
- 7d070ce Bump docker/setup-qemu-action from 1 to 2
- 81a7d04 Bump actions/checkout from 2 to 3
- 2498b39 Bump docker/login-action from 1 to 2
- a0bbeda Merge pull request #9 from aspettl/dependabot/github_actions/github/codeql-action-2
- cee0247 Merge pull request #8 from aspettl/dependabot/github_actions/docker/build-push-action-3
- cda2e11 Merge pull request #11 from aspettl/dependabot/github_actions/goreleaser/goreleaser-action-3
- 9d3d6e1 Merge pull request #10 from aspettl/dependabot/github_actions/docker/setup-buildx-action-2
- d6f0b9b Merge pull request #12 from aspettl/dependabot/github_actions/docker/metadata-action-4
- 47dd633 Bump docker/metadata-action from 3 to 4
- b78e6e4 Bump goreleaser/goreleaser-action from 2 to 3
- 0952006 Bump docker/setup-buildx-action from 1 to 2
- ae3183f Bump github/codeql-action from 1 to 2
- f5a430e Bump docker/build-push-action from 2 to 3
- 71215a3 Also use dependabot for upgrading actions
- 8337901 Merge pull request #7 from aspettl/dependabot/go_modules/github.com/spf13/cobra-1.5.0
- d8a0d15 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
- f00cb04 Merge pull request #6 from aspettl/dependabot/go_modules/github.com/spf13/viper-1.12.0
- a5d954e Bump github.com/spf13/viper from 1.11.0 to 1.12.0
- 617269f Bump version numbers in example config
- 6356bae Merge pull request #5 from aspettl/upgrade-to-go-1.18
- d0beed5 go mod tidy
- 307ec30 Upgrade to go 1.18
- 7831a4b Merge pull request #4 from aspettl/dependabot/go_modules/github.com/spf13/viper-1.11.0
- b6b9e8b Bump github.com/spf13/viper from 1.10.1 to 1.11.0
- 01378b1 Merge pull request #3 from aspettl/dependabot/go_modules/github.com/spf13/cobra-1.4.0
- acb5569 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
- a04623f Update example config with new helm release
- 83d16ee Create dependabot.yml
0.0.3
Changelog
- 01b040f Read config file only for "generate" command
- 72313f8 Print warnings and errors on stderr, set exit code on generation errors
- 1278cbf Move generate parameter bindings
- 1a97082 Fix bugs in config file handling
- 62d1fa9 Add version command
- e9a17c5 Add comment with tool name and generation notice to wrapper script template
- 638feb2 Add option to generate wrapper scripts for aliases
- 20757e4 Extract wrapper script generation functions
- 25824bb Generate wrapper scripts first, then aliases
- 13f855e Support custom template file for wrapper script generation
- e4cdbdf Remove write-config command because not very useful
- 10466b0 Extend example config to parse .nvmrc for node
- 787098f Update example config to use helm 3.8.0
- 280d166 Make tag detection with sed more strict by default
- 073643b Merge pull request #2 from aspettl/docker-image-with-goreleaser
- b8e6ebb Push "latest" manifest on release
- bca8f41 Use default settings for changelog generation
- a4811c1 Also use scratch base image for edge builds
- f47f730 Do not build tags with old docker workflow anymore
- 3598b58 Adjust goreleaser workflow
- 2a018c2 Build multi-arch docker images with goreleaser
0.0.2
Changelog
- 388a9e9 Adjust example file to support different engines
- 6a92239 Adjust readme: both docker and podman supported
- a4adc3f Auto-detect suitable default engine (podman or docker)
- 8a3af09 Avoid hardcoded path of bash executable
- b6cf68f Avoid using root in container, use "keep-id" for podman
- d128297 Explicitly set HOME for containers
- 64feeff Fix quoting issues in bash script template
- 8f9cd93 Prepare support for different engines
0.0.1
Changelog
- Initial release