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

chore: kubewarden-crds version bump. #397

Merged
merged 2 commits into from
Mar 13, 2024
Merged

chore: kubewarden-crds version bump. #397

merged 2 commits into from
Mar 13, 2024

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Mar 11, 2024

Description

Updates the appVersion of the kubewarden-crds chart to keep it in sync with the other charts. The version is now v1.11.0-rc3. The chart version also needs to be updated to release the chart.

Fix #395

Updates the appVersion of the kubewarden-crds chart to keep it in sync
with the other charts. The version is now v1.11.0-rc3. The chart version
also needs to be updated to release the chart.

Signed-off-by: José Guilherme Vanz <[email protected]>
@jvanz jvanz requested a review from a team as a code owner March 11, 2024 19:40
@jvanz jvanz self-assigned this Mar 11, 2024
@jvanz jvanz added kind/chore area/charts Helm chart issues labels Mar 11, 2024
@@ -22,9 +22,9 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.5
version: 1.5.0-rc3
Copy link
Member

Choose a reason for hiding this comment

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

This should be

Suggested change
version: 1.5.0-rc3
version: 1.4.6.0-rc1

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll apply this change and keep the pattern used in the other charts as well. I don't know why, but yesterday when I reviewed the previous commits I saw a minor version bump. Maybe my brain was failing in the end of the day...

However, it looks weird to me a rc for a patch version bump. Maybe is another issue to be fixed in the automation tech-debt issues.

Copy link
Member

Choose a reason for hiding this comment

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

I think it's fine to do a version patch bump. The contents of the chart haven't changed, no features added, only chart annotations changed, hence a patch bump.

Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

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

Both kubewarden-controller and kubewarden-defaults depend on kubewarden-crds. Since this kubewarden-crds bump doesn't have any changes, it will continue to work nevertheless. But I think we should to update their annotations too:
https://github.com/kubewarden/helm-charts/blob/main/charts/kubewarden-controller/Chart.yaml#L38
https://github.com/kubewarden/helm-charts/blob/main/charts/kubewarden-defaults/Chart.yaml#L39

Signed-off-by: José Guilherme Vanz <[email protected]>
@jvanz jvanz requested review from flavio and viccuad March 12, 2024 11:52
Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@flavio flavio left a comment

Choose a reason for hiding this comment

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

LGTM

@flavio flavio merged commit 5f0e480 into kubewarden:main Mar 13, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/charts Helm chart issues kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump kubewarden-crds helm chart to 1.11-RC3
3 participants