Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Releases: thestormforge/optimize-controller

v2.1.7

29 Sep 21:57
v2.1.7
7118be9
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • The version check has been updated to account for versions beyond 2.x

🐛 Bug Fixes

  • Fixed an issue with the user agent string

v2.1.6

19 Aug 18:39
v2.1.6
bbbc720
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • The controller now allows optimize-trials images names to be configured individually

v2.1.5

27 Jul 18:39
v2.1.5
4759b67
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • Fixes an issue with installing via Helm

v2.1.4

27 Jul 14:33
12ad157
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • Some generated manifests are better formatted.

v2.1.3

12 Jul 14:43
v2.1.3
c602e95
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • Fixes an issue where a changed label cause upgrade failures

🛑 Breaking Changes

The app.kubernetes.io/name label has changed back from optimize-controller to optimize, this may affect some scripts relying on label selectors.

v2.1.2

01 Jul 20:32
v2.1.2
61dd087
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • Upgrade Masterminds Sprig to 3.2.2

🛑 Breaking Changes

  • The app.kubernetes.io/name label has changed from optimize to optimize-controller, this may affect some scripts relying on label selectors.

v2.1.1

15 Jun 23:31
v2.1.1
0f77fc4
Compare
Choose a tag to compare

Changelog

✨ New Features

  • Optimize Live recommendations are accesible via the export command

🐛 Bug Fixes

  • Experiments with constant parameters are properly validated
  • Fixed ConfigMap formatting when configuring extra scrape configurations via setup tasks
  • Reduced the number of requested scopes during authorization exchanges

v2.1.0

10 Jun 01:33
v2.1.0
723cb6f
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • The run command now creates applications and scenarios before running or saving an experiment
  • The fix command now trims trailing spaces in patch content
  • Upgraded the version of kubectl used by setup tasks to 1.17.17
  • Upgraded the version of Prometheus used by default to 2.36.0
  • Trial job init containers now get the trial assignment environment variables
  • The FAILURE_REASON environment variable is set on setup delete jobs

🐛 Bug Fixes

  • Error rate metrics were missing from some generated experiments
  • Invalid job specs were produced for skipped setup tasks or when multiple volume mounts were used

v2.0.13

24 May 21:05
v2.0.13
924bdfa
Compare
Choose a tag to compare

Changelog

🏗 Improvements

  • The run command allows you to enter your application/scenario names
  • The config set command will accept context names in place of controller names

🐛 Bug Fixes

  • Fix default objectives in generated experiments

v2.0.12

19 May 19:41
v2.0.12
2c4cfed
Compare
Choose a tag to compare

Changelog

This is a re-release of 2.0.11, there are no changes.