Skip to content

Releases: GoogleCloudPlatform/k8s-cluster-bundle

v0.14.1

01 Mar 18:25
0a2c0a0
Compare
Choose a tag to compare

Small patch update:

  • Change safe yaml to be an annotation rather than schema change

v0.14.0

18 Nov 19:03
ecc7d7f
Compare
Choose a tag to compare

This release updates the K8S Cluster Bundle to support Kubernetes 1.22.

Plus, several small changes.

  • Remove the generate command and package (these were little used)
  • Centralize templating library into a common internal pkg
  • Add a float helper for patch templates.
  • Add an options-files to export to render templates

v0.13.0

02 Nov 17:59
28657dd
Compare
Choose a tag to compare

Several significant improvements to the Cluster Bundle plus a variety of cleanups.

Significant changes:

  • Remove the custom dependency resolution code. This was experimental and is no longer necessary. #301
  • Add template-builder support directly in the component builder, to reduce the number of files. #308
  • Add more powerful filtering support #309

Fixes

  • Fix an issue with filter-matching #310
  • Add several more types to patch-templates: #303 #299

v0.12.6

12 Oct 17:08
7304730
Compare
Choose a tag to compare

Small patch update:

  • Support invert match in the internal function matches

v0.12.5

04 Aug 22:05
1dd13df
Compare
Choose a tag to compare

Small patch update:

  • Add webhook v1beta1 to default patcher

v0.12.4

20 Jul 22:26
97acb91
Compare
Choose a tag to compare
  • Support optional filtering functions in the image extractor.

v0.12.3

23 Jun 19:57
6907308
Compare
Choose a tag to compare

Bug fixes for v0.12 branch.

  • Change the version of the bundlectl CLI.
  • Add storagev1beta1 to the default patcher.

v0.12.2

13 Apr 20:07
Compare
Choose a tag to compare
  • Remove ObjectMeta.Initializers during conversion for compatibility with Kubernetes 1.16+

v0.12.1

13 Apr 17:15
Compare
Choose a tag to compare
  • Reintroduce logtostderr in bundlectl for compatibility for some clients

v0.12.0

13 Apr 16:27
9d9d992
Compare
Choose a tag to compare

This is a large update with some breaking changes

  • Remove jsonnet support
  • Upgrade K8S dependencies to 1.15
  • Upgrade to using go.mod