github solo-io/gloo v1.16.0-beta25

latest releases: v1.18.0-beta25, v1.15.33, v1.16.22...
10 months ago

Helm Changes

  • Adds the new helm value gatewayproxy.proxyName.disableExtauthSidecar to disable the extauth sidecar on a given gateway proxy when global.extensions.extAuth.envoySidecar is set. Defaults to false. This is used with enterprise extauth deployments. (#8430)

Fixes

  • Fix upgrade issues from v1.15.16, v1.14.27 and v1.13.32 to v1.16.0-beta20+. This was caused due to the resource-rollout RBAC being a pre-upgrade/install helm hook in v1.16.0-beta20+ while not being a hook in the latest LTS releases. This fix moves the resource-rollout RBAC out of the pre-upgrade/install hook in this release. Upgrades from v1.16.0-beta20+ will require running the following commands prior to the upgrade to cleanup the pre-upgrade/install resource-rollout RBAC helm hooks. export RELEASE_NAMESPACE="gloo-system" # replace this with the installation namespace export RBAC_SUFFIX=`kubectl get ClusterRole | grep gloo-resource-rollout | sed 's/gloo-resource-rollout//g' | cut -d ' ' -f 1` kubectl delete ClusterRole gloo-resource-rollout$RBAC_SUFFIX kubectl delete ClusterRoleBinding gloo-resource-rollout$RBAC_SUFFIX kubectl delete Role gloo-resource-rollout -n $RELEASE_NAMESPACE kubectl delete RoleBinding gloo-resource-rollout -n $RELEASE_NAMESPACE kubectl delete ServiceAccount gloo-resource-rollout -n $RELEASE_NAMESPACE (#8902)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.