Skip to content

Releases: michelin/VPA-Autopilot

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 08:05
c9ebb16

Changes

  • fix: make string equality checks case insensitive @aurel333 (#50)

🚀 Features

🧰 Maintenance

  • dependabot(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.31.0 @dependabot[bot] (#49)
  • dependabot(deps): bump github.com/onsi/gomega from 1.39.1 to 1.42.0 @dependabot[bot] (#48)
  • dependabot(deps): bump the all-github-actions group across 1 directory with 2 updates @dependabot[bot] (#38)

Contributors

@aurel333, @dependabot[bot] and dependabot[bot]

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Mar 13:29
a77d160

Changes

🧰 Maintenance

  • dependabot(deps): bump the all-github-actions group across 1 directory with 4 updates @dependabot[bot] (#35)
  • dependabot(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 @dependabot[bot] (#27)
  • dependabot(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 @dependabot[bot] (#26)

Contributors

@ZakariaSabour, @aurel333, @dependabot[bot], @sofianlak and dependabot[bot]

v0.3.0

Choose a tag to compare

@aurel333 aurel333 released this 27 Jan 10:38

The version v0.3.0 offers dependencies updates, go update and support of the resize in-place.

Notable changes

- Upgrade Go to 1.25
- Dependencies upgrade
- Support of the VPA behaviour `InPlaceOrRecreate`

v0.2.0

Choose a tag to compare

@aurel333 aurel333 released this 05 Jan 15:48

The version v0.2.0 offers dependencies updates, a new parameter and several small improvements.

Notable changes

  • A new parameter has been introduced: vpa-name-prefix. This allows to chose the prefix of the name of the generated VPA objects.

Initial release

Choose a tag to compare

@aurel333 aurel333 released this 19 Nov 16:14

This is the first release of the VPA Autopilot controller!

It allows to deploy a VPA with a default configuration for every Deployment in the cluster, except those in ignored namespaces. Also if another autoscaling tool (HPA or VPA) targets the same Deployment, the VPA that was generated will be removed to not generate conflicts.