Skip to content

Releases: kubecfg/kubecfg

v0.36.0

07 Mar 16:48
79b4306
Compare
Choose a tag to compare

Changelog:

  • add --qps-limit flag
  • release Linux ARM CLI

Docker image evailable:

docker pull ghcr.io/kubecfg/kubecfg/kubecfg:v0.36.0

v0.35.2

15 Jan 14:15
8d0f752
Compare
Choose a tag to compare

Changelog:

  • fix --resolve-images=registry for OCI manifests

Docker image evailable:

docker pull ghcr.io/kubecfg/kubecfg/kubecfg:v0.35.2

v0.35.1

01 Nov 16:51
0468968
Compare
Choose a tag to compare

What's Changed

  • feat: --annotation cli arg for pack command by @lukebond in #448

Full Changelog: v0.35.0...v0.35.1

v0.35.0

16 Oct 15:48
c332eeb
Compare
Choose a tag to compare

Changelog:

  • dependency updates
  • fix: set resolver in jsonnet vm (#442)

v0.34.3

21 Feb 17:39
7b5cdbe
Compare
Choose a tag to compare

What's Changed

  • Updates to dependencies
  • fix: Validate unstructured object metadata by @mkmik in #372
  • feat: allow Helm APIVersions Capabilities by @charlesthomas in #415

New Contributors

Full Changelog: v0.34.2...v0.34.3

v0.34.2

12 Oct 14:25
6e27c6b
Compare
Choose a tag to compare
  • kubecfg pack: add the hash of the code revision to the metadata of the package

v0.34.1

06 Oct 13:11
d1a5fc4
Compare
Choose a tag to compare

What's Changed

  • feat: add getPath/objectHasPath/objectHasPathAll functions for access to nested objects by @jdockerty in #342
  • Minor dependency updates

Full Changelog: v0.34.0...v0.34.1

v0.34.0

18 Sep 16:37
a9c8464
Compare
Choose a tag to compare

What's Changed

  • fix: gate kustomize support behind alpha feature flag by @jdockerty in #321
  • feat(parseHelmChart): support passing capabilities by @jaredallard in #310
  • feat: Add --docs-tar-file flag to pack by @mkmik in #334

minor dependency updates

New Contributors

Full Changelog: v0.33.0...v0.34.0

v0.33.0

10 Aug 08:22
7c9e6b7
Compare
Choose a tag to compare
  • handle YAML/JSON files in --overlay-code-file
  • minor dependency bumps

v0.32.1

08 Aug 15:51
0c66142
Compare
Choose a tag to compare
  • Include shell (busybox) in docker image