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

release v5.3.0-beta.3 #4407

Merged
merged 2 commits into from
Nov 24, 2021
Merged

release v5.3.0-beta.3 #4407

merged 2 commits into from
Nov 24, 2021

Conversation

jim-docker
Copy link
Contributor

Changes since v5.3.0-beta.2

🚀 Features

Improve local shell CWD setting (#4396) @Nokel81

🐛 Bug Fixes

Broadcast cluster's disconnected state before stopping KubeAuthProxy (#4273) @Nokel81
Fix cwd not being respected for local shells on windows (#4395) @Nokel81
Fix all-or-nothing when initially loading extensions (#4384) @Nokel81
Catch and display load errors for WorkloadsOverview (#4393) @Nokel81
Fix race condition in LensViews.handleVisibleClusterChange (#4387) @Nokel81
Fix windows AllUsers installs not updating correctly (#4390) @Nokel81
Fix kube rejecting lens-metrics installation (#4391) @jim-docker

🧰 Maintenance

Cleanup Prometheus detection (#4316) @Nokel81
Add unit tests for BaseStore (#4404) @jakolehm
Improve bootstrap logging for help with iframe debugging (#4020) @Nokel81

@jim-docker jim-docker requested a review from a team as a code owner November 23, 2021 22:59
@jim-docker jim-docker requested review from jakolehm and Nokel81 and removed request for a team November 23, 2021 22:59
Nokel81
Nokel81 previously approved these changes Nov 23, 2021
@@ -333,7 +333,7 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
await cleanup();
}, 10*60*1000);

it("shows cluster context menu in sidebar", async () => {
it.skip("shows cluster context menu in sidebar", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably don't need this skip anymore on a master branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll revert it after merge. The tests won't pass if I remove it here

@jim-docker jim-docker merged commit 7d4a2a5 into master Nov 24, 2021
@jim-docker jim-docker deleted the release/v5.3.0-beta.3 branch November 24, 2021 13:32
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.

3 participants