Skip to content

v0.6.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 13:52
· 80 commits to main since this release
0632ecd

This is the first alpha release of openshift-routes v0.6.0.

We changed the release process. The project now relies on Makefile modules like the other projects under the cert-manager org. The changes are:

  • The file static/cert-manager-openshift-routes.yaml is no longer present in the repository. You can continue relying on the generated cert-manager-openshift-routes.yaml, for example:

    oc apply -f https://github.com/cert-manager/openshift-routes/releases/download/v0.6.0-alpha.0/cert-manager-openshift-routes.yaml
  • Image tags now use the v prefix:

    -ghcr.io/cert-manager/cert-manager-openshift-routes:0.5.0
    +ghcr.io/cert-manager/cert-manager-openshift-routes:v0.6.0-alpha.0

Install instructions

helm install openshift-routes -n cert-manager oci://ghcr.io/cert-manager/charts/openshift-routes --version=0.6.0-alpha.0

You can also use the static manifests:

oc apply -f https://github.com/cert-manager/openshift-routes/releases/download/v0.6.0-alpha.0/cert-manager-openshift-routes.yaml

What changed between v0.5.0 and v0.6.0-alpha0?

  • Helm: it is now possible to use the namespace field in values.yaml for configuring the destination namespace. This is useful in the context of Helm subcharts. By @Jaydee94 in #59
  • Migrate the project to Makefile modules by @inteon in #60
  • Add E2E smoke tests by @inteon in #63

New Contributors

  • @Jaydee94 made their first contribution in #59
  • @inteon made their first contribution in #60
  • @github-actions made their first contribution in #66

Full Changelog: v0.5.0...v0.6.0-alpha.0