Releases: stefanprodan/kustomizer
v2.2.1
What's Changed
- fix: add COSIGN_EXPERIMENTAL=1 for verify-blob by @developer-guy in #78
- Update dependencies by @stefanprodan in #79
- Build with Go 1.19 by @stefanprodan in #80
New Contributors
- @developer-guy made their first contribution in #78
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Highlights
Stating with this version, Kustomizer can be used to publish OCI artifacts which are compatible with Flux v2.
For more details on how to continuously deploy applications to Kubernetes clusters with Flux and Kustomizer please see this guide.
What's Changed
- Update Kubernetes packages to v1.25.0 by @stefanprodan in #75
- Add source and revision metadata to artifacts by @stefanprodan in #76
- Add Flux guide by @stefanprodan in #77
Full Changelog: v2.1.3...v2.2.0
v2.1.3
v2.1.2
What's Changed
- Update Kubernetes packages to v1.24.1 by @stefanprodan in #72
- Update Go to v1.18 by @stefanprodan in #73
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Update dependencies to Kubernetes v1.23.4 by @stefanprodan in #70
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Highlights
If you use kubectl to edit an object managed by Kustomizer, all changes will be undone when Kustomizer applies an inventory containing that object.
In addition, Kustomizer removes the last-applied-configuration
annotation set by kubectl apply
from all objects it manages.
What's Changed
- Update kustomize to v4.5.2 by @stefanprodan in #68
- Rollback
kubectl apply
changes by @stefanprodan in #69
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Highlights
Kustomizer v2 comes with support for distributing Kubernetes configuration as OCI artifacts.
New features:
- Package Kubernetes configs as OCI artifacts.
- Push/pull artifacts to/from container registries.
- Sign/verify artifacts with cosign.
- Encrypt/decrypt artifacts with age.
- Deploy configs to Kubernetes from OCI artifacts.
To get started with Kustomizer v2 see the documentation at kustomizer.dev.
v2.0.0-rc.9
What's Changed
- install: Fix checksums download URL by @stefanprodan in #64
- ci: Publish SBOM as spdx.json by @stefanprodan in #65
Full Changelog: v2.0.0-rc.8...v2.0.0-rc.9
v2.0.0-rc.8
What's Changed
- docs: Add container images to the installation guide by @stefanprodan in #61
- ci: Sign the release checksums with cosgin by @stefanprodan in #62
- install: Verify checksums signature with cosign by @stefanprodan in #63
Full Changelog: v2.0.0-rc.7...v2.0.0-rc.8
v2.0.0-rc.7
What's Changed
- ci: Use GitHub release notes generation API by @stefanprodan in #59
- ci: Push multi-arch image to GHCR by @stefanprodan in #60
Full Changelog: v2.0.0-rc.6...v2.0.0-rc.7