istio-csr integrates cert-manager into Istio, allowing you to issue workload certificates using the power of cert-manager.
Breaking Changes
This release of istio-csr changes how containers are built, which in turn changes the path at which the binary can be found inside the container.
This means that new container images cannot be used with older Helm charts, or with any software which expects the old path.
For the simplest upgrade experience, use the latest helm chart with the latest image.
What's Changed
- Upgrade ginkgo to v2 by @inteon in #225
- Add spectralhiss as reviewer for istio-csr by @SgtCoDFish in #241
- chore: add thatsmrtalbot as reviewer by @ThatsMrTalbot in #250
- Set controller-runtime global logger by @inteon in #247
- Cleanup chart properties by @inteon in #255
- Use Helm template to generate image OCI path by @inteon in #254
- Use helm tool by @inteon in #256
Dependabot updates
- Bump the all group with 11 updates by @dependabot in #227
- Bump the all group with 3 updates by @dependabot in #238
- Bump the all group with 7 updates by @dependabot in #248
Makefile updates
- Migrate makefiles and CI/CD by @inteon in #221
- Use upstream images instead of custom built images by @inteon in #226
- Upload junit and coverage results to ARTIFACTS folder by @inteon in #229
- Upgrade repository-base module by @inteon in #237
- Upgrade oci-image module by @inteon in #245
- Preload images used in e2e tests by @inteon in #230
- Use standardised release process by @inteon in #252
- Fix typo which defines unused variable by @SgtCoDFish in #253
- [CI] Merge self-upgrade into main by @github-actions in #259
New Contributors
- @github-actions made their first contribution in #228
- @dependabot made their first contribution in #227
- @ThatsMrTalbot made their first contribution in #250
Full Changelog: v0.7.1...v0.8.0