Skip to content

Releases: wiremind/wiremind-kubernetes

v7.0.1

27 Dec 15:47
09016a5
Compare
Choose a tag to compare

v7.0.0

27 Sep 13:00
Compare
Choose a tag to compare

What's Changed

  • stop_pods: neutralize the HPA as HPAScaleToZero may be in use (HPA may scale up the Deployment even if replicas=0), a more straightforward solution will
    be available in the future see here. Of course start_pods repairs it. (encourage users to run this command to re-scale up).

Full Changelog: v6.4.0...v7.0.0

v6.4.0

13 Apr 10:35
7c362bd
Compare
Choose a tag to compare

What's Changed

  • feat(kubernetes): add support for RbacAuthorizationV1 by @maxime1907 in #10

Full Changelog: v6.3.5...v6.4.0

v6.3.5

09 Oct 07:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.4...v6.3.5

v6.3.4

09 Oct 07:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.3...v6.3.4

v6.3.3

09 Oct 06:48
Compare
Choose a tag to compare

v6.3.3 (2021-10-05)

Fixes

  • stop_pods: ignore failed (like Evicted) Pods, print what still needs to be stopped and simplify internal logic.

Full Changelog: v6.3.2...v6.3.3

v6.3.2

04 Oct 16:41
Compare
Choose a tag to compare

v6.3.2 (2021-10-04)

Fixes

  • setup.py: require kubernetes>=18.

v6.3.1

04 Oct 09:24
Compare
Choose a tag to compare

Initial open-source version. Requires Python >= 3.7.