Releases: argoproj-labs/rollout-extension
Releases · argoproj-labs/rollout-extension
v0.3.6
What's Changed
- chore: Update README for install instructions by @standardloop in #72
- upgrade the argo-rollout dependencies by @ashutosh16 in #86
New Contributors
- @standardloop made their first contribution in #72
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Update installer with the latest version by @beyondbill in #69
- chore: use latest version in manifest by @Marvin9 in #71
- Adds basic dark mode support by @jcogilvie in #74
New Contributors
- @beyondbill made their first contribution in #69
- @jcogilvie made their first contribution in #74
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- bump down react version by @zachaller in #60
- chore: bump and downgrade external/upstream dependencies by @Marvin9 in #64
- fix(ui): add analysis rollout model by @ashutosh16 in #66
New Contributors
Full Changelog: v0.3.3...v0.3.4
v0.3.3
bump down react version Signed-off-by: zachaller <[email protected]>
v0.3.2
What's Changed
- fix: temp fix for forced node upgrade by @zachaller in #48
- update to new spec of extensions by @templarfelix in #53
- fix: missing pod for active revision by @ashutosh16 in #55
- chores: upgrade rollout by @ashutosh16 in #57
- fix: bump deps for release build by @zachaller in #58
New Contributors
- @zachaller made their first contribution in #48
- @templarfelix made their first contribution in #53
- @ashutosh16 made their first contribution in #55
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix:
currentStepIndex: 0
is a valid step by @alexef in #36 - fix: make copies of ReplicaSets / Pods to avoid clash with grouped code by @alexef in #38
- fix: point manifest at latest release version by @henrymcconville in #41
New Contributors
- @henrymcconville made their first contribution in #41
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix: access undefined spec.template when using workloadRef by @httin in #18
- Update install.yaml by @alexef in #20
- fix: revert broken yarn.lock file by @rbreeze in #22
- fix: upgrade argo-ui to fix toast by @rbreeze in #23
- Parse AnalysisRuns to improve UI by @mvgmb in #17
- Fix Canary Parser by @mvgmb in #15
- Fix ReplicaSet Status by @mvgmb in #16
New Contributors
- @httin made their first contribution in #18
- @alexef made their first contribution in #20
- @rbreeze made their first contribution in #22
- @mvgmb made their first contribution in #17
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
The release is upgrading extension to use Rollout UI v1.2
v0.1.0
fix: canary rollout steps are visible only during active canary rollout Signed-off-by: Alexander Matyushentsev <[email protected]>