Releases: topfreegames/maestro
Releases · topfreegames/maestro
v9.7.0
v9.6.1: Cancel operation after an error (#98)
* Cancel operation after an error * Add test for one goroutine case
v9.6.0
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
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)
* Always set status to RollingUpdate if operation exists * Fix tests * Log state transition * Add test
v9.5.1
Merge pull request #92 from topfreegames/refactor/rolling-update-prog…