Skip to content

Preview v0.7.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@SIGHUP-C-3PO SIGHUP-C-3PO released this 07 Jul 09:18
v0.7.0-rc.1
3ca363c

Auth Module Release v0.7.0

Welcome to the latest release of the Auth module for the SIGHUP Distribution.

This release updates the packages versions of Dex and Pomerium to the latest available in upstream. It also upgrades Gangplank.

Included packages

Package Current Version Previous Version
dex v2.45.1 v2.44.0
gangplank v1.2.1 v1.1.1
pomerium v0.32.7 v0.31.1

Compatibility

This release adds support for Kubernetes 1.35.x while maintaining compatibility with versions 1.29.x through 1.34.x.

Notable change

In Dex, starting from this version, the ContinueOnConnectorFailure flag is enabled by default, so Dex will stay up even if a connector fails to initialize, but authentications will fail silently. Previously, a connector initialization failure would cause Dex to crash. To disable it, use the following environment variable: DEX_CONTINUE_ON_CONNECTOR_FAILURE=false.

Update Guide 🦮

Process

To upgrade this module from v0.6.1 to v0.7.0, you need to download this new version, then apply the kustomize project.

kustomize build | kubectl apply -f -