Release v0.4.4
Release Images
Image | Registry |
---|---|
projects.registry.vmware.com/pinniped/pinniped-server:v0.4.4
| VMware Harbor |
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
andno_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 theHTTPS_PROXY
andNO_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, includingHTTPS_PROXY
andNO_PROXY
. - If your OIDC Provider is only reachable from your cluster via an HTTP proxy server, then you may wish to use these settings.