Skip to content

Releases: deweysasser/eks-kubeconfig-update

v0.3.1

09 Nov 15:52
v0.3.1
2ae1dc4
Compare
Choose a tag to compare

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

v0.3

16 Sep 03:19
v0.3
71e7c83
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • build: rework changelog to be simple, but hopefully non-failing (71e7c83)
  • build: fix sed command (c567b03)
  • build: remvoe the docker image -- this is a CLI, not an image to run (da1f3af)
  • test: Remove a test case because it behaves differently under GitHub Actions (aa75c2a)
  • feat: working cluster config download (f3f5a08)