Skip to content

Release v2.3.3

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 23 Aug 10:36
· 58 commits to main since this release
2e1ec6f

Kubernetes Fury Ingress Core Module Release 2.3.3

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

This release updates the nginx package from v1.9.6 to v1.11.2 that inclues a fix to CVE-2024-7646 and other bugfixes

Important Changes ⚠️

Please notice that some breaking changes have been included in v1.10.0 of the controller:

  • Version v1.10.0 dropped Opentracing and zipkin modules, just Opentelemetry is supported as of this release
  • Version v1.10.0 dropped support for PodSecurityPolicy
  • Version v1.10.0 dropped support for GeoIP (legacy). Only GeoIP2 is supported

The breaking changes do not impact default KFD installations, but check that you are not using some of these features before upgrading.

Component versions 🚢

Component Supported Version Previous Version
cert-manager v1.14.2 No update
external-dns v0.14.0 No update
forecastle v1.0.136 No update
nginx v1.11.2 v1.9.6
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.

Update Guide 🦮

ℹ️ INFO

This update guide is for users of the module and not of the Distribution or users still on furyctl legacy. If you are a KFD user, the update is performed auomatically by furyctl.

Process

First, check the Important Changes section above.

Then, to upgrade this core module from v2.3.2 to v2.3.3, you need to download this new version and apply the instructions below.

kustomize build <your-project-path> | kubectl apply -f -

Also for the terraform modules, run terraform init -upgrade , then apply the new version.