Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 15:52
· 1 commit to main since this release
v0.3.1
2ae1dc4

v0.3.1 (2022-11-09)

Build

  • cause release job create non-draft releases
  • Tweak changelog format
  • rework changelog to be simple, but hopefully non-failing
  • fix sed command
  • remvoe the docker image -- this is a CLI, not an image to run
  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Feat

  • merge in base repo changes for homebrew goodness
  • create public releases (non-draft) by default
  • working cluster config download
  • improve security of docker runtime
  • pass the options to the run methods, so that all commands can get access to the full program options
  • improve logging/output handling
  • initial commit

Fix

  • change to using make to generate the image
  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change logging init

Test

  • Remove a test case because it behaves differently under GitHub Actions
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

v0.3 (2022-09-15)

Build

  • rework changelog to be simple, but hopefully non-failing
  • fix sed command
  • remvoe the docker image -- this is a CLI, not an image to run

Feat

  • working cluster config download

Test

  • Remove a test case because it behaves differently under GitHub Actions