Skip to content

v0.0.1

Compare
Choose a tag to compare
@anmolnagpal anmolnagpal released this 10 Jun 22:26
· 99 commits to main since this release
5c19ad1

v0.0.1 (2023-06-11)

Build

  • fix sed command
  • remvoe the docker image -- this is a CLI, not an image to run
  • fix changelog repository URL capture
  • cause release job create non-draft releases
  • Tweak changelog format
  • rework changelog to be simple, but hopefully non-failing
  • made packaging a lot better.
  • fix changelog generation path
  • deps: bump k8s.io/client-go from 0.25.0 to 0.27.2
  • deps: bump github.com/stretchr/testify from 1.8.0 to 1.8.4
  • deps: bump actions/setup-go from 3 to 4

Chore

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

Docs

  • add explicit installation instructions

Feat

  • rename aws-kuconf to kuconf
  • rebranding
  • rebranding
  • adding codeowner & dependabot
  • 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

Pull Requests

  • Merge pull request #10 from clouddrove/feat/update
  • Merge pull request #9 from clouddrove/feat/update
  • Merge pull request #7 from clouddrove/dependabot/go_modules/k8s.io/client-go-0.27.2
  • Merge pull request #2 from clouddrove/dependabot/github_actions/actions/setup-go-4
  • Merge pull request #8 from clouddrove/dependabot/go_modules/github.com/stretchr/testify-1.8.4
  • Merge pull request #1 from clouddrove/feat/update