Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Add back kubeVersion with wildcard #877

Merged
merged 7 commits into from
Mar 22, 2021
Merged

Add back kubeVersion with wildcard #877

merged 7 commits into from
Mar 22, 2021

Conversation

david-yu
Copy link
Contributor

@david-yu david-yu commented Mar 19, 2021

Since Helm uses Masterminds/semver previous kubeVersion fields with any additional alphanumeric characters after the version would cause installs to fail on GKE and EKS. Since Masterminds/semver#70, we should now be able pass the pre-install check since 1.13.0-gke-version < 1.13.0-0 , 1.13.0-eks-version < 1.13.0-0, and 1.13.0 < 1.13.0-0.

Changes proposed in this PR:

  • Add back kubeVersion with wildcard value 1.13.0-0

How I've tested this PR:

How I expect reviewers to test this PR:

Checklist:

  • Bats tests added
  • CHANGELOG entry added (HashiCorp engineers only, community PRs should not add a changelog entry)

David Yu added 3 commits March 19, 2021 15:21
Since Helm uses `Masterminds/semver` previous `kubeVersion` fields without any additional alphanumeric characters after the version would cause installs to fail on GKE and EKS. Since Masterminds/semver#70, we should now be able pass the pre-install check since ` 1.13.0-gke-version` < `1.13.0-0 `, `1.13.0-eks-version` < `1.13.0-0`, and `1.13.0` < `1.13.0-0`.
@david-yu david-yu requested a review from ishustava March 19, 2021 23:04
Copy link
Contributor

@ishustava ishustava left a comment

Choose a reason for hiding this comment

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

The acceptance tests failed due to reasons unrelated to this change, so it's good to go 👍

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
David Yu and others added 2 commits March 22, 2021 16:09
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
@david-yu david-yu merged commit 1d7e003 into master Mar 22, 2021
@david-yu david-yu deleted the david-yu-patch-1 branch March 22, 2021 23:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants