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 deprecated label fix #171

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Release deprecated label fix #171

merged 2 commits into from
Jun 13, 2023

Conversation

connorkuehl
Copy link
Contributor

Related issue: harvester/harvester#2899

Signed-off-by: Connor Kuehl connor.kuehl@suse.com

Connor Kuehl added 2 commits June 5, 2023 11:49
Before:

	$ helm package .
	Successfully packaged chart and saved it to: /.../charts/charts/harvester-network-controller/harvester-network-controller-0.3.2.tgz

	$ helm upgrade --dry-run -n harvester-system harvester harvester-network-controller-0.3.2.tgz | grep beta\.kubernetes\.io\/os | wc -l
	1

After:

	$ helm package .
	Successfully packaged chart and saved it to: /.../charts/charts/harvester-network-controller/harvester-network-controller-0.3.2.tgz

	$ helm upgrade --dry-run -n harvester-system harvester harvester-network-controller-0.3.2.tgz | grep beta\.kubernetes\.io\/os | wc -l
	0

Related-to: harvester/harvester#2899
Signed-off-by: Connor Kuehl <connor.kuehl@suse.com>
(cherry picked from commit 833cb08)
Related issue: harvester/harvester#2899

Signed-off-by: Connor Kuehl <connor.kuehl@suse.com>
@guangbochen
Copy link
Contributor

cc @yaocw2020 can u PTAL and cutting a new RC version for the network-controller since there are some code changes, thanks.

Copy link
Contributor

@yaocw2020 yaocw2020 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@guangbochen guangbochen merged commit 857432d into harvester:release Jun 13, 2023
@connorkuehl connorkuehl deleted the release-deprecated-label-fix branch June 13, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants