Releases: GoogleCloudPlatform/k8s-cluster-bundle
Releases · GoogleCloudPlatform/k8s-cluster-bundle
v0.14.1
v0.14.0
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
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
v0.12.6
Small patch update:
- Support invert match in the internal function
matches
v0.12.5
Small patch update:
- Add webhook v1beta1 to default patcher
v0.12.4
- Support optional filtering functions in the image extractor.
v0.12.3
Bug fixes for v0.12 branch.
- Change the version of the bundlectl CLI.
- Add storagev1beta1 to the default patcher.
v0.12.2
- Remove ObjectMeta.Initializers during conversion for compatibility with Kubernetes 1.16+
v0.12.1
- Reintroduce logtostderr in
bundlectl
for compatibility for some clients
v0.12.0
This is a large update with some breaking changes
- Remove jsonnet support
- Upgrade K8S dependencies to 1.15
- Upgrade to using go.mod