Skip to content

Releases: argoproj-labs/argo-rollouts-manager

v0.0.2

29 Feb 02:51
027faa9
Compare
Choose a tag to compare

What's Changed

  • feat: update the module and import paths to argoproj-labs by @iam-veeramalla in #14
  • integrate openshift route plugin with rollouts manager by @ishitasequeira in #15
  • Add golangci-lint and gosec to Makefile by @jgwest in #18
  • Port Kuttl tests to Ginkgo and enable GH E2E/unit test workflow by @jgwest in #19
  • Upgrade to Argo Rollouts v1.6.4 by @jgwest in #21
  • Add gofmt check and fix branch names by @jgwest in #23
  • Add initial pull request template by @jgwest in #28
  • Run upstream Argo Rollouts E2E tests on argo-rollouts-manager PRs (#30) by @jgwest in #31
  • Upgrade to Argo Rollouts v1.6.5 by @jgwest in #32
  • Update instructions running e2e tests by @jopit in #35
  • Add new e2e tests by @jopit in #36
  • Upgrade to Argo Rollouts v1.6.6 by @jgwest in #38
  • Convert existing unit test to ginkgo in controlller package by @Rizwana777 in #37
  • Add automatic rollouts upgrade script (#33) by @jgwest in #34

New Contributors

Full Changelog: v0.0.1...v0.0.2

Release v0.0.1

10 May 07:56
ccd334d
Compare
Choose a tag to compare
Release v0.0.1 Pre-release
Pre-release

Initial version of Argo Rollout Manager.
A stable version which can manage the life cycle of Argo Rollouts such as Install, Uninstall, Auto Upgrades and Auto healing of any manual changes.

Special Thanks to @jaideepr97 and @drpaneas for the code review and feedback.