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

v1.5.0

Compare
Choose a tag to compare
@b-masters b-masters released this 04 May 14:30
v1.5.0
fab0a90

Changelog

✨ New Features

  • Readiness gates can be added to patches and/or trials, they are checked prior to starting the trial job
  • Parameters can be constrained by ordering or combined to a weighted sum
  • Added a redskyctl label command to label trials on a remote server
  • Installation via Homebrew

🏗 Improvements

  • Upgraded Kubebuilder to 2.3.0
  • Upgraded Red Sky UI to 2.1.0

🛑 Breaking Changes

  • The redskyctl suggest command only works with a remote server; to generate trials from a Kube experiment resource use redskyctl generate trial
  • The redskyctl get command no longer retrieves information from the Kube API; use kubectl get experiments,trials instead