Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(upgrade.md): add doc for dataplane token revocation changes on Universal #12828

Merged
merged 4 commits into from
Feb 21, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ New rule:
The documentation did not mention the `SourceIP` type, but it was possible to create a policy using it instead of `Connection`. Since `SourceIP`
is not a correct value, we have decided to deprecate it. If you are using `SourceIP` in your policy, please update it to use `Connection` instead.

#### Changes on revoking dataplane tokens

Revoking a dataplane token on Unversal mesh clusters now requires restarting the mesh control plane, otherwise connected dataplanes will still be able to communicate until they restart/reconnect to the control plane.

## Upgrade to `2.9.x`

### MeshAccessLog
Expand Down
Loading