From 4ced5f270cbfa9081ee6f2ce7347af5f73518a4d Mon Sep 17 00:00:00 2001 From: RaviHari Date: Thu, 17 Jun 2021 21:28:01 +0530 Subject: [PATCH] Release 0.6.0 (#103) * prepare for 0.6.0 release Signed-off-by: Ravi Hari --- CHANGELOG | 12 +++++++++++- README.md | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f37920a..c883e41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] Bleeding-edge development, not yet released +## [0.6.0] - 2021-06-17 +### Added +- Move to Github Actions for CI enhancement - #81 +## Updated +- Update Default TTL Strategy to secondsAfterCompletion - #99 +- Update Argo controller version - #80 +### Fixed +- Active Monitor crashing with concurrent map updates - #98 + ## [0.5.2] - 2021-05-18 ### Fixed - Active Monitor crashing with concurrent map updates - #88 @@ -51,7 +60,8 @@ Bleeding-edge development, not yet released ### Added - Initial commit of project -[Unreleased]: https://github.com/keikoproj/active-monitor/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/keikoproj/active-monitor/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.6.0 [0.5.2]: https://github.com/keikoproj/active-monitor/releases/tag/v0.5.2 [0.5.1]: https://github.com/keikoproj/active-monitor/releases/tag/v0.5.1 [0.5.0]: https://github.com/keikoproj/active-monitor/releases/tag/v0.5.0 diff --git a/README.md b/README.md index f6213a6..49a98d5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PR](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)][GithubPrsUrl] [![slack](https://img.shields.io/badge/slack-join%20the%20conversation-ff69b4.svg)][SlackUrl] -![version](https://img.shields.io/badge/version-0.5.2-blue.svg?cacheSeconds=2592000) +![version](https://img.shields.io/badge/version-0.6.0-blue.svg?cacheSeconds=2592000) [![Build Status][BuildStatusImg]][BuildMasterUrl] [![codecov][CodecovImg]][CodecovUrl] [![Go Report Card][GoReportImg]][GoReportUrl]