github solo-io/gloo v1.18.0-beta14

latest releases: v1.18.0-beta22, v1.17.8, v1.18.0-beta21...
one month ago

Helm Changes

  • Add a new field global.securitySettings.floatingUserId to the Gloo Helm chart that when set to true has the same effect as setting floatingUserId=true for all deployment-specific floatingUserIds, as well as setting discovery.deployment.enablePodSecurityContext=false and gatewayProxies.gatewayProxy.podTemplate.enablePodSecurityContext=false`to allow for easy OpenShift deployment. The global value will override any local settings. (#5034)
  • Ensure that image digests are set correctly for all image variants (standard, fips, distroless, fips-distroless). (#9860)

New Features

  • Provide a Helm field global.securitySettings.floatingUserId to apply floatingUserId logic, which unsets runAsUser for security contexts, for all deployments in the Gloo Helm chart. The global field will also cause templates to be rendered as if deployments with "enablePodSecurityContextfields have their value set tofalseto allow for easy OpenShift deployment. This functionality has also been added to Gloo Gateway via the GatewayParameters resource. IffloatingUserId` is set in GatewayParameters, it will be applied to all deployments in the Gloo Gateway Helm chart, unless a deployment-specific value is set. (#5034)
  • Check the validity of Gloo Gateway License using glooctl license validate --license-key <key>. (#3520)

Fixes

  • Fix a bug that causes edge to try to list endpoints across all namespaces when no upstreams exist. (#5885)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.