Skip to content

v0.4.1

Compare
Choose a tag to compare
@pinniped-ci-bot pinniped-ci-bot released this 26 Jan 00:01

Release v0.4.1

Release Images

Image Registry
ghcr.io/vmware-tanzu/pinniped/pinniped-server:v0.4.1 GitHub Container Registry
docker.io/getpinniped/pinniped-server:v0.4.1 DockerHub

Changes

Major Changes

None

Minor Changes

There is only one change included compared to v0.4.0:

  • When the the Supervisor is configured to use the upstream OIDC Provider's email claim as the downstream username, then validate that the email_verified claim has the value true if the email_verified claim was included in the upstream ID token. If the email_validated claim is not included in the upstream ID token, then assume that the upstream provider doesn't implement it and allow the login to continue. This change only impacts configurations where the configured upstream OIDC Provider supports the email_verified claim, which is usually supported Providers which allow users to either self-register for an account or modify their email addresses on an existing account.

Updates

The attached yaml files were updated on May 6, 2024 to use ghcr.io/vmware-tanzu/pinniped/pinniped-server instead of projects.registry.vmware.com/pinniped/pinniped-server.