Skip to content

Commit 37bad8c

Browse files
authored
docs: add upgrade notes in v1.6 release announcement (#7521)
Signed-off-by: Rudrakh Panigrahi <[email protected]>
1 parent c18aa74 commit 37bad8c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

site/content/en/news/releases/notes/v1.6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ November 10, 2025
1212
- When a MirrorPolicy is used, the shadow host suffix is no longer automatically appended to the mirrored cluster name.
1313
- When running `egctl experimental collect`, SDS (Secret Discovery Service) data is no longer included by default. To include SDS data, enable it by adding the `--sds true` flag.
1414
- When setting `consecutiveGatewayFailure`, `enforcingConsecutiveGatewayFailure` is automatically set to 100.
15-
- When the OIDC provider issues a refresh token, Envoy Gateway will now automatically use it to refresh access and ID tokens when they expire. To maintain the previous behavior (not using refresh tokens), set `refreshToken` to false in the OIDC authentication configuration. See https://gateway.envoyproxy.io/docs/api/extension_types/#securitypolicyspec for details.
15+
- When the OIDC provider issues a refresh token, Envoy Gateway will now automatically use it to refresh access and ID tokens when they expire. To maintain the previous behavior (not using refresh tokens), set `refreshToken` to false in the OIDC authentication configuration. See [SecurityPolicy spec](https://gateway.envoyproxy.io/docs/api/extension_types/#securitypolicyspec) for details.
1616

1717
## Security updates
1818
-

site/content/en/news/releases/v1.6.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Envoy Gateway v1.6.0 introduces powerful enhancements, resolves critical issues,
2929
- **MirrorPolicy Cluster Naming**: When a `MirrorPolicy` is used, the shadow host suffix is no longer automatically appended to the mirrored cluster name.
3030
- **egctl collect SDS Data**: When running `egctl experimental collect`, SDS (Secret Discovery Service) data is no longer included by default. To include SDS data, enable it by adding the `--sds true` flag.
3131
- **Consecutive Gateway Failure**: When setting `consecutiveGatewayFailure`, `enforcingConsecutiveGatewayFailure` is automatically set to 100.
32-
- **OIDC Refresh Token Behavior**: When the OIDC provider issues a refresh token, Envoy Gateway will now automatically use it to refresh access and ID tokens when they expire. To maintain the previous behavior (not using refresh tokens), set `refreshToken` to false in the OIDC authentication configuration. See https://gateway.envoyproxy.io/docs/api/extension_types/#securitypolicyspec for details.
32+
- **OIDC Refresh Token Behavior**: When the OIDC provider issues a refresh token, Envoy Gateway will now automatically use it to refresh access and ID tokens when they expire. To maintain the previous behavior (not using refresh tokens), set `refreshToken` to false in the OIDC authentication configuration. See [SecurityPolicy spec](https://gateway.envoyproxy.io/docs/api/extension_types/#securitypolicyspec) for details.
3333

3434
---
3535

@@ -112,7 +112,11 @@ Envoy Gateway v1.6.0 introduces powerful enhancements, resolves critical issues,
112112

113113
---
114114

115-
We encourage all users to upgrade to v1.6.0 to take advantage of the new features, security improvements, and performance gains. For full details, see the [Release Notes][] and updated [Documentation][docs].
115+
## 📝 Upgrade Notes
116+
117+
- We encourage all users to upgrade to v1.6.0 to take advantage of the new features, security improvements, and performance gains. For full details, see the [Release Notes][] and updated [Documentation][docs].
118+
- It is recommended for users to migrate their resources to use the `v1` Gateway API CRDs soon since `v1alpha3` CRDs are deprecated.
119+
- See upgrading from previous version via [helm install](../../v1.6/install/install-helm.md#upgrading-from-the-previous-version) or [yaml install](../../v1.6/install/install-yaml.md#upgrading-from-the-previous-version) for more. Note that CRDs should be upgraded first before gateway controller.
116120

117121
[Release Notes]: ./notes/v1.6.0.md
118122
[docs]: https://gateway.envoyproxy.io

0 commit comments

Comments
 (0)