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

Release VPA 1.2.0 #7098

Closed
raywainman opened this issue Jul 29, 2024 · 14 comments
Closed

Release VPA 1.2.0 #7098

raywainman opened this issue Jul 29, 2024 · 14 comments

Comments

@raywainman
Copy link
Contributor

Please follow instructions in
RELEASE.md and note each
completed step on this issue.

Please provide any information that is related to the release:

  • When we plan to do the release?

ASAP

  • Are there any issues / PRs blocking the release?

No

@raywainman
Copy link
Contributor Author

/area vertical-pod-autoscaler

@raywainman raywainman changed the title Release VPA 1.2 Release VPA 1.2.0 Jul 29, 2024
@raywainman
Copy link
Contributor Author

Built images and ran tests:

# v1beta1 tests
Ran 3 of 314 Specs in 768.091 seconds
SUCCESS! -- 3 Passed | 0 Failed | 0 Pending | 311 Skipped
--- PASS: TestE2E (768.10s)
PASS
ok  	command-line-arguments	768.252s
...
# v1 tests
Ran 5 of 338 Specs in 1960.550 seconds
SUCCESS! -- 5 Passed | 0 Failed | 0 Pending | 333 Skipped
--- PASS: TestE2E (1960.56s)
PASS
ok  	command-line-arguments	1960.706s

@adrianmoisey
Copy link
Member

\o/

@maxboone
Copy link

maxboone commented Aug 2, 2024

I see in the docs that "The current default version is Vertical Pod Autoscaler 1.1.2", and can't find any specific changelog for the 1.2.0 release, how is the compatibility?

@Shubham82
Copy link
Contributor

Hi @maxboone, The VPA 1.2.0 has not been released yet, it is under process. I think we are left with the last step of release i.e. Finalize release.

The text you mentioned above is under the README.md we have to update it also(maybe after release).

@raywainman will tell better on this one. PTAL!

@ialidzhikov
Copy link
Contributor

Yep, we are also waiting for the release to be finalized!

@maxboone
Copy link

maxboone commented Aug 6, 2024

Ah, mentioned it as we use a deployment file from the master / main branch directly in our CI/CD, so it suddenly showed as outdated (but I thought it was released already as it popped up). That's on us!

Thanks :)

@raywainman
Copy link
Contributor Author

Hey all - apologies for the delay, I've been OOO.

I'm almost done with the release, they are effectively just formalities at this point:

  • tagging release
  • release notes

The process is a bit slow because I need to get someone with the proper rights to help me with the various commands.

I'll get this cleaned up and finished asap, sorry for the trouble!

@raywainman
Copy link
Contributor Author

Tagging commands:

At commit dbc88c0:

git tag -a vertical-pod-autoscaler-1.2.0 -m "Vertical Pod Autoscaler release 1.2.0"
git tag -a vertical-pod-autoscaler/v1.2.0 -m "Vertical Pod Autoscaler release 1.2.0"
git push git@github.com:kubernetes/autoscaler.git vertical-pod-autoscaler-1.2.0
git push git@github.com:kubernetes/autoscaler.git vertical-pod-autoscaler/v1.2.0

@raywainman
Copy link
Contributor Author

Changelog:

@Shubham82
Copy link
Contributor

Thanks @raywainman for the information.

@ialidzhikov
Copy link
Contributor

Thank you @raywainman and all other involved maintainers for driving the new release! 🎉

hamonangann pushed a commit to hamonangann/autoscaler-research that referenced this issue Aug 10, 2024
@huizhifan
Copy link

Hi @raywainman, what's the minimal k8s version VPA1.2.0 supports?

@raywainman
Copy link
Contributor Author

I tested it in 1.27 (which is the lowest version supported in GKE currently) but theoretically it should work in 1.25+ as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants