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

ytt provides a semver library #760

Closed
mstergianis opened this issue Nov 7, 2022 · 2 comments
Closed

ytt provides a semver library #760

mstergianis opened this issue Nov 7, 2022 · 2 comments
Labels
enhancement This issue is a feature request

Comments

@mstergianis
Copy link

Describe the problem/challenge you have
I use ytt to package up software to be shipped and run by other people. That means that the people that run the software run it in a variety of environments and for some feature flags it's intuitive to have the operator declare a version of software that they're using, in order to tune the installation to the versions they use. For example, running on different versions of kubernetes (1.23.x vs 1.24.x) might lead you to change the kubernetes resources you create, or the parameters you provide to those kubernetes resources.

Describe the solution you'd like
A semver library as part of the standard library for ytt. It could even probably be a thin wrapper over something like Masterminds/semver

Anything else you would like to add:
I thought about writing this library in starlark directly, but I find it difficult to distribute ytt libraries (without inventing something like NPM...)


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

@mstergianis mstergianis added carvel triage This issue has not yet been triaged for relevance enhancement This issue is a feature request labels Nov 7, 2022
@carvel-bot carvel-bot added this to Carvel Nov 7, 2022
@carvel-bot carvel-bot moved this to To Triage in Carvel Nov 7, 2022
@mstergianis mstergianis changed the title ytt provides an optional semver library ytt provides a semver library Nov 7, 2022
@mamachanko
Copy link
Contributor

mamachanko commented Nov 7, 2022

@mstergianis there's a proposal for @ytt:semver: https://github.com/vmware-tanzu/carvel/pull/539

@mstergianis
Copy link
Author

Lovely! I'll close this out if that's already being tracked there. I only checked for existing issues in this project 😂

Repository owner moved this from To Triage to Closed in Carvel Nov 7, 2022
@github-actions github-actions bot removed the carvel triage This issue has not yet been triaged for relevance label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is a feature request
Projects
None yet
Development

No branches or pull requests

2 participants