Skip to content

VPA - Update release instructions for automatically built images #8081

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raywainman
Copy link
Contributor

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Update the release instructions to make use of the automatically built images as part of #7902.

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 1, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: raywainman

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/vertical-pod-autoscaler labels May 1, 2025
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 1, 2025
@raywainman raywainman force-pushed the vpa-release-instructions branch 2 times, most recently from c400911 to 2950b1f Compare May 1, 2025 15:52
@raywainman raywainman force-pushed the vpa-release-instructions branch from 2950b1f to c6ce144 Compare May 2, 2025 13:21

```sh
cd vertical-pod-autoscaler/
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if it makes sense to echo $BUILD_TAG and $TAG just to show the operator what's happening?

Suggested change
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2`
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2`
echo "Adding tag $TAG based on built tag $BUILD_TAG"

@adrianmoisey
Copy link
Member

adrianmoisey commented May 2, 2025

/lgtm

Left comment, so will hold:
/hold

Your choice if it needs addressing or not

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 2, 2025
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/vertical-pod-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/documentation Categorizes issue or PR as related to documentation. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants