Skip to content

v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 14:40
· 58 commits to main since this release
82a440d

Changelog

  • Added optional --language flag to app create/update
  • Fixed a bug where an unrelated update to an app could trigger a new build
  • Updated Go to 1.22
  • Updated various dependencies

Full Changelog

  • caf78d6 Merge pull request #116 from ninech/dependabot/go_modules/github.com/fatih/color-1.17.0
  • 1ab9949 Merge pull request #117 from ninech/dependabot/go_modules/github.com/int128/kubelogin-1.28.1
  • 67e0b4d Merge pull request #118 from ninech/dependabot/go_modules/github.com/charmbracelet/bubbletea-0.26.6
  • 94d51f3 Merge pull request #120 from ninech/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.18.4
  • b23337b Merge pull request #121 from ninech/dependabot/github_actions/goreleaser/goreleaser-action-6
  • 5ee8326 Merge pull request #123 from ninech/language
  • bbcf0c9 Merge pull request #124 from ninech/no-env-update
  • a32ba6c Merge pull request #125 from ninech/dependabot/go_modules/golang.org/x/crypto-0.25.0
  • 82a440d Merge pull request #126 from ninech/update-goreleaser
  • 856e1a5 add language to create app
  • 56842cf build(deps): bump github.com/charmbracelet/bubbletea
  • 62241d8 build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0
  • 417bffa build(deps): bump github.com/int128/kubelogin from 1.28.0 to 1.28.1
  • 523f529 build(deps): bump golang.org/x/crypto from 0.23.0 to 0.25.0
  • 1785fd4 build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • 2e3a4cf build(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.18.4
  • 8dfa2dd chore: update go
  • 44c525b chore: update goreleaser config
  • 6815ad4 fix: do not update/sort env vars when nothing changes