Skip to content

Commit

Permalink
Release 0.6.0 (#103)
Browse files Browse the repository at this point in the history
* prepare for 0.6.0 release

Signed-off-by: Ravi Hari <[email protected]>
  • Loading branch information
RaviHari authored Jun 17, 2021
1 parent 0356254 commit 4ced5f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4ced5f2

Please sign in to comment.