Skip to content

Releases: clouddrove/kuconf

v0.0.7

12 Oct 12:29
dd760bc
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.333 by @dependabot in #38
  • build(deps): bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #39
  • build(deps): bump actions/checkout from 2 to 4 by @dependabot in #40
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.333 to 1.45.2 by @dependabot in #41
  • build(deps): bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.7 by @dependabot in #42
  • build(deps): bump docker/login-action from 2 to 3 by @dependabot in #45
  • build(deps): bump github.com/aws/aws-sdk-go from 1.45.7 to 1.45.12 by @dependabot in #44
  • build(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2 by @dependabot in #43
  • build(deps): bump github.com/aws/aws-sdk-go from 1.45.12 to 1.45.16 by @dependabot in #46
  • build(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #47
  • Update README.md by @anmolnagpal in #48
  • build(deps): bump github.com/aws/aws-sdk-go from 1.45.16 to 1.45.20 by @dependabot in #49
  • Feat/issue 499 update workflow by @nikitadugar in #51
  • build(deps): bump github.com/aws/aws-sdk-go from 1.45.20 to 1.45.24 by @dependabot in #50
  • build(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #52

Full Changelog: v0.0.6...v0.0.7

v0.0.6

01 Oct 15:06
f1615ab
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #29
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.307 by @dependabot in #30
  • build(deps): bump github.com/rs/zerolog from 1.28.0 to 1.30.0 by @dependabot in #31
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.307 to 1.44.318 by @dependabot in #33
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.318 to 1.44.323 by @dependabot in #34
  • build(deps): bump k8s.io/client-go from 0.27.4 to 0.28.0 by @dependabot in #35
  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 by @dependabot in #36
  • Feat/fix readme by @anmolnagpal in #37

Full Changelog: v0.0.5...v0.0.6

v0.0.5

20 Jul 15:54
010233c
Compare
Choose a tag to compare

v0.0.5 (2023-07-20)

Build

  • deps: bump InsonusK/get-latest-release from 1.0.1 to 1.1.0 (#27)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.295 to 1.44.301 (#28)

v0.0.4 (2023-07-04)

Build

  • deps: bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 (#24)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.290 (#23)
  • deps: bump k8s.io/client-go from 0.27.2 to 0.27.3 (#21)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.281 to 1.44.285 (#20)

Feat

  • Generate Hash via github action (#19)
  • Generate Hash via github action (#15)

v0.0.3 (2023-06-13)

Build

  • deps: bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 (#13)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.99 to 1.44.281

Pull Requests

  • Merge pull request #14 from clouddrove/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.281

v0.0.2 (2023-06-12)

Feat

  • added aws regions

Pull Requests

  • Merge pull request #12 from clouddrove/issue-362
  • Merge pull request #11 from clouddrove/issue-362

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

v0.0.4

04 Jul 20:37
5ed9783
Compare
Choose a tag to compare

v0.0.4 (2023-07-04)

Build

  • deps: bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 (#24)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.290 (#23)
  • deps: bump k8s.io/client-go from 0.27.2 to 0.27.3 (#21)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.281 to 1.44.285 (#20)

Feat

  • Generate Hash via github action (#19)
  • Generate Hash via github action (#15)

v0.0.3 (2023-06-13)

Build

  • deps: bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 (#13)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.99 to 1.44.281

Pull Requests

  • Merge pull request #14 from clouddrove/dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.281

v0.0.2 (2023-06-12)

Feat

  • added aws regions

Pull Requests

  • Merge pull request #12 from clouddrove/issue-362
  • Merge pull request #11 from clouddrove/issue-362

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

v0.0.3

17 Jun 19:30
3124f10
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/aws/aws-sdk-go from 1.44.99 to 1.44.281 by @dependabot in #14
  • build(deps): bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 by @dependabot in #13

Full Changelog: v0.0.2...v0.0.3

v0.0.2

12 Jun 17:13
70c4d05
Compare
Choose a tag to compare

v0.0.2 (2023-06-12)

Feat

  • added aws regions

Pull Requests

  • Merge pull request #12 from clouddrove/issue-362
  • Merge pull request #11 from clouddrove/issue-362

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

v0.0.1

10 Jun 22:26
5c19ad1
Compare
Choose a tag to compare

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