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

Set UDS Bundle version during bundle create #726

Closed
cbrech opened this issue Jun 25, 2024 · 3 comments · Fixed by #768
Closed

Set UDS Bundle version during bundle create #726

cbrech opened this issue Jun 25, 2024 · 3 comments · Fixed by #768
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@cbrech
Copy link

cbrech commented Jun 25, 2024

Is your feature request related to a problem? Please describe

As a human who messes up manual versioning, I would like to use Gitlab CI runners to set the bundle version during the build process. On Zarf in our zarf.yaml we use a variable for the version number and set it via the --set feature on zarf package create. This allows us to deterministically know the zarf package file name after creation and the ref that will be available once we publish the image while allowing us to use the same pipeline across multiple projects.

Describe the solution you'd like

  • Given an updated uds-bundle.yaml
  • When is making its way through our build pipeline
  • Then The version is set by CI

Describe alternatives you've considered

Any other way to use Gitlab runners to help manage the versioning of our packages.

Additional context

N/A

@cbrech cbrech added the enhancement New feature or request label Jun 25, 2024
@UncleGedd
Copy link
Collaborator

UncleGedd commented Jun 27, 2024

Appreciate the issue @cbrech ! Just to clarify, are you wanting to set the bundle version or a package's ref?

@cbrech
Copy link
Author

cbrech commented Jun 28, 2024

The bundle itself's version. Perhaps the name too.

@UncleGedd UncleGedd added this to the v0.13.0 milestone Jun 28, 2024
@UncleGedd
Copy link
Collaborator

👍 we can do that, we'll prioritize this in the next couple of releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants