Skip to content

v0.4.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@pinniped-ci-bot pinniped-ci-bot released this 08 Jul 20:25

Release v0.4.4

Release Images

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

Changes

This is a patch release on top of v0.4.3. Most users should opt for the latest release instead (currently v0.9.2).

Minor Changes

  • Add https_proxy and no_proxy settings for the Supervisor. These settings are available as ytt value parameters for the Supervisor deployment. They are unset by default. When set, they configure the HTTPS_PROXY and NO_PROXY environment variables on the Supervisor's containers.
  • When the Supervisor makes requests to an upstream OIDC Provider as defined by an OIDCIdentityProvider, it will now use the Golang standard proxy environment variables, including HTTPS_PROXY and NO_PROXY.
  • If your OIDC Provider is only reachable from your cluster via an HTTP proxy server, then you may wish to use these settings.

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.