Shopify / krane

A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result
MIT License
1.38k stars 114 forks source link

Version 3.1.0 #921

Closed d1egoaz closed 1 year ago

d1egoaz commented 1 year ago

What are you trying to accomplish with this PR? Release a new version.

Fixes https://github.com/Shopify/krane/issues/918

How is this accomplished? ...

What could go wrong? ...

d1egoaz commented 1 year ago

Some tests are failing due to the hpa change. I'll send a fix soon.

Test fixed by:

d1egoaz commented 1 year ago

Should we add K8s 1.25 to the test matrix?

Yes, but there are breaking changes in v1.25 that might need changes in Krane. https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25

Those changes should be added in a separate PR.