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 updates up to 0.4 ugrading code dependencies. #6209

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

absoludity
Copy link
Contributor

Description of the change

Manual updates following the release-process.md up until step 0.4 upgrading code dependencies.

Benefits

Prep for release.

Possible drawbacks

Applicable issues

  • fixes #

Additional information

Signed-off-by: Michael Nelson <minelson@vmware.com>
@netlify
Copy link

netlify bot commented Apr 19, 2023

Deploy Preview for kubeapps-dev canceled.

Name Link
🔨 Latest commit 1326010
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/643f82217d4c0c0008add436

@absoludity absoludity merged commit 0bfb0e7 into main Apr 19, 2023
@absoludity absoludity deleted the 2.7.0-release-updates-0 branch April 19, 2023 06:44
absoludity added a commit that referenced this pull request May 10, 2023
)

### Description of the change

When Kubeapps was encountering Helm charts with non-semver versions,
rather than just returning the versions as they are, we were implicitly
converting them to the closest semver. This resulted in Kubeapps then
not being able to upgrade to a different version once an app with a
non-semver version was installed.

See #6099 for more detail.

### Benefits

If people choose to use non-semver versions, we don't block them from
upgrading.

### Possible drawbacks

We were previously ignoring errors when creating semver versions whereas
with this PR we now simply return all the versions as they were
provided. This may change some untested behavior, though unlikely.

### Applicable issues

- fixes #6099 

### Additional information

Also fixes an accidental change to our dev environment Makefile (I'd
accidentally committed a change in #6209 that had our dev environment
installing the upstream bitnami chart rather than the dev kubeapps one).

Signed-off-by: Michael Nelson <minelson@vmware.com>
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