Skip to content

Releases: topfreegames/maestro

v9.7.0

27 Aug 17:39
a90a274
Compare
Choose a tag to compare

Added

  • New configuration to Scheduler forwarders. (#101)

Changed

  • Panic scale is now disabled by default (#102)

v9.6.1: Cancel operation after an error (#98)

04 Aug 13:19
51e6dd7
Compare
Choose a tag to compare
* Cancel operation after an error

* Add test for one goroutine case

v9.6.0

27 Jul 18:14
ec0436e
Compare
Choose a tag to compare
Add support for will.iam in maestro (#95)

* Add WilliamAuth feature and tests

* Add william handler and middleware

* Add handler and middleware tests

* Add docs

* Bump minor version

* Add basicauth.enabled

v9.5.4

27 Jul 18:13
b20621a
Compare
Choose a tag to compare
Fix redis cleanup bug. (#96)

* Fix bug.

Redis would not be cleaned up if a pod failed to be created on
kubernetes.

Also, fix some issues with linting and formatting of the code.

* remove focus from test

* Include fixes from comments.

Co-authored-by: Leonardo Hahn <[email protected]>

v9.5.2: Always set status to RollingUpdate if operation exists (#93)

10 Jul 19:28
1e7e89b
Compare
Choose a tag to compare
* Always set status to RollingUpdate if operation exists

* Fix tests

* Log state transition

* Add test

v9.5.1

29 Jun 19:12
82080ea
Compare
Choose a tag to compare
Merge pull request #92 from topfreegames/refactor/rolling-update-prog…

v2.7.0

14 Jun 20:08
Compare
Choose a tag to compare

First release

  • Starts maestro with a helm.
  • Possibility to use ingress controller.