Skip to content

Release v1.13.1

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 01 Dec 16:11
· 161 commits to main since this release
122da5b

Kubernetes Fury Ingress Core Module Release 1.13.1

Welcome to the latest release of Ingress module of Kubernetes Fury Distribution maintained by team SIGHUP.

This is a patch release that fixes the following issues that were introduced in v1.13.0. See Bug Fixes

Component Images 🚢

Component Supported Version Previous Version
cert-manager v1.10.0 No update
external-dns v0.10.2 No update
forecastle v1.0.103 No update
nginx v1.3.1 No update
aws-cert-manager N.A. No update
aws-external-dns N.A. No update

Please refer the individual release notes to get a more detailed information on each release.

Bug Fixes 🐞

  • cert-manager: missing RBAC permissions for leader election (#92)
  • cert-manager: ServiceMonitor selector picked up too many services, triggering failing targets in Prometheus (#93)

Update Guide 🦮

Process

To upgrade this core module from v1.13.0 to v1.13.1, you need to download this new version, and apply the instructions below.

Please refer the release notes of the minor version v1.13.0 if you are upgrading from a version < v1.13.0

⚠️ WARNING some downtime on cert-manager is expected during the upgrade process.

Because we are changing immutable fields (labels) of deployments, you'll need delete first cert-manager deployments to update them.

# Delete cert-manager deployments to update labels
kubectl delete -n cert-manager deployments.apps cert-manager cert-manager-webhook cert-manager-cainjector
# finally
kustomize build <your-project-path> | kubectl apply -f -