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

Updates for 0.31.2 #3977

Merged
merged 5 commits into from
Aug 30, 2023
Merged

Updates for 0.31.2 #3977

merged 5 commits into from
Aug 30, 2023

Conversation

weave-gitops-bot
Copy link
Collaborator

@weave-gitops-bot weave-gitops-bot commented Aug 30, 2023

⚠️ Breaking changes

This switches the storage from in-browser cookie storage, to using a session-based storage mechanism.

If you are running multiple replicas, you will run into issues with the lack of a shared session store.

This also means that when the gitops-server is restarted, the existing sessions will be lost (and will require that users can login again).

We are working to provide support for persistent session storage, and this will land in the next release.

💸 Features and improvements

With the switch to session-based storage, the issue where the ID Token was too big to be stored in a Cookie should be solved, this was commonly caused by Azure's use of UUIDs for groups in the OIDC groups claim.

Flux compatibility

Flux version Minimum required
v2.0 >= 2.0.0

For Flux migrations to v2.0 see flux or weave gitops documentation.

🚀 Enhancements

🔥 UI

📖 Documentation

Uncategorized

@weave-gitops-bot
Copy link
Collaborator Author

To change the release notes, edit the pull request description.

As soon as you approve the PR, the release will start, and will be automatically merged when finished

@weave-gitops-bot
Copy link
Collaborator Author

Merging this will release a new helm chart.

@weave-gitops-bot weave-gitops-bot merged commit d28b464 into main Aug 30, 2023
25 checks passed
@weave-gitops-bot weave-gitops-bot deleted the releases/v0.31.2 branch August 30, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants