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

Add support for autoscaling/v2 API #146

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Add support for autoscaling/v2 API #146

merged 1 commit into from
Jan 12, 2023

Conversation

seleznev
Copy link
Collaborator

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#horizontalpodautoscaler-v126:

The autoscaling/v2beta2 API version of HorizontalPodAutoscaler is no longer served as of v1.26.

  • Migrate manifests and API clients to use the autoscaling/v2 API version, available since v1.23.

Also I added urllib3 into requirements.txt because:

  • We use it in tests directly.
  • docker build broken because of 2.0.0a2 release:
    error: urllib3 2.0.0a2 is installed but urllib3<1.27,>=1.21.1 is required by {'requests'}
    

@seleznev seleznev added the enhancement New feature or request label Dec 19, 2022
@seleznev seleznev self-assigned this Dec 19, 2022
Copy link

@halvaborsch halvaborsch left a comment

Choose a reason for hiding this comment

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

LGTM

@seleznev seleznev merged commit a8106c8 into master Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants