Skip to content

Releases: aspettl/ccliwrapper

0.0.8

07 Jun 20:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

16 Oct 16:12
418a4f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

16 Oct 15:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

07 Apr 20:47
1f3efbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

19 Aug 12:38
Compare
Choose a tag to compare

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

30 Jan 19:52
Compare
Choose a tag to compare

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

23 Jan 21:16
Compare
Choose a tag to compare

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

15 Jan 14:09
c9e377a
Compare
Choose a tag to compare

Changelog

  • Initial release