Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 15:05
· 617 commits to main since this release
7a424c2

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

Dependabot updates

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

Full Changelog: v0.7.1...v0.8.0