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

feat(kuma-cp) more flexible /versions + new GUI #1854

Merged

Conversation

bartsmykla
Copy link
Contributor

Summary

Instead of directly specifying all versions explicitly,
we can use common semver patterns like ^ or ~ now

By setting:

{
    "^1.1.0": {
      "envoy": "~1.17.0"
    }
}

we are specifying that all versions with higher minor and patch will be expected to work with envoy ~1.17.0, so 1.1.3 is fine, same with 1.2.0 or 1.15.15 but not 1.0.0 or 1.0.5

Instead of direclty specifying all versions explicitly,
we can use common semver patterns like `^` or `~` now

Signed-off-by: Bart Smykla <bartek@smykla.com>
@bartsmykla bartsmykla requested a review from a team as a code owner April 20, 2021 13:09
Signed-off-by: Bart Smykla <bartek@smykla.com>
Signed-off-by: Bart Smykla <bartek@smykla.com>
Signed-off-by: Bart Smykla <bartek@smykla.com>
@bartsmykla bartsmykla merged commit 182188d into kumahq:master Apr 21, 2021
@bartsmykla bartsmykla deleted the feat/more-flexible-versions-endpoint branch April 21, 2021 08:54
mergify bot pushed a commit that referenced this pull request Apr 21, 2021
* feat(kuma-cp) more flexible /versions + new GUI

Instead of direclty specifying all versions explicitly,
we can use common semver patterns like `^` or `~` now

(cherry picked from commit 182188d)

# Conflicts:
#	app/kumactl/pkg/install/k8s/control-plane/helmtemplates_vfsdata.go
nickolaev pushed a commit that referenced this pull request Apr 21, 2021
* feat(kuma-cp) more flexible /versions + new GUI

Instead of direclty specifying all versions explicitly,
we can use common semver patterns like `^` or `~` now

(cherry picked from commit 182188d)

# Conflicts:
#	app/kumactl/pkg/install/k8s/control-plane/helmtemplates_vfsdata.go
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.

None yet

2 participants