-
Notifications
You must be signed in to change notification settings - Fork 2k
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
regression: make $VERSION
3rd-party independant
#2572
base: main
Are you sure you want to change the base?
Conversation
3rd-party dependencies cannot be installed pre-build since Makefile variables are initialized earlier than that. Signed-off-by: Pranshu Srivastava <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rexagod The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This issue is currently awaiting triage. If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Addressed in |
@mrueg I'm opening this again as this seems to be a regression for air-tight builders that can only utilize I'd like to cut a |
I see two other options here: a) add gomplate to your path in the build infra before the actual build Would those help? |
Thank you for looking into it, Manuel. While the second approach sounds very cool, it can take a while for us to get there. The first one will require us to keep downstream assets (all To correct myself, we don't necessarily need to cut a minor release for this, if this is something the wider community isn't facing (I can cherry-pick the commit to our midstream). |
3rd-party dependencies cannot be installed pre-build since Makefile variables are initialized earlier than that. At the moment, this causes
kube_state_metrics_build_info
to have a labelset of{...,version="v"}
.