Skip to content

Releases: kubecfg/kubecfg

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

v0.32.0

28 Jul 15:51
1e255cc
Compare
Choose a tag to compare

Changed:

  • add toOverlay function in kubecfg lib.
  • improve error messages when working with overlays

v0.31.5

27 Jul 02:17
4aeef1c
Compare
Choose a tag to compare

Changes in alpha features:

  • Fix kubecfg pack packages with one single file (#300)
  • Allow users to specify where to apply the overlay (#303)

Minor dependency updates (k8s, helm, jsonschema, docker-cli)

v0.31.4

19 Jul 15:10
b729f0e
Compare
Choose a tag to compare

Changelog

  • add .ko.yaml to set build flags when building docker container #295