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

Make var transforms work in bump #586

Merged
merged 9 commits into from
Jul 28, 2023

Conversation

Elizafox
Copy link
Contributor

My previous work has now come to a head and now var transforms work in bump with this patch.

Not all variables are available for substitution at the moment, as that would complicate the logic considerably. Variables that are presently supported for substitution:

  • ${{package.name}}
  • ${{package.version}}
  • ${{package.epoch}}
  • ${{build.arch}}

This is sufficient for now. All packages that use var transforms only transform the version at present.

Elizafox added 5 commits July 27, 2023 20:42
This is part of the work to enable var substutitions in renovate

Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
@Elizafox Elizafox requested a review from a team as a code owner July 28, 2023 09:05
@Elizafox Elizafox requested review from kaniini and removed request for a team July 28, 2023 09:05
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Elizafox added 3 commits July 28, 2023 02:28
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
@kaniini kaniini merged commit 1a45952 into chainguard-dev:main Jul 28, 2023
@Elizafox Elizafox deleted the renovate-var-transforms branch July 28, 2023 09:55
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.

2 participants