Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.6.0 #103

Merged
merged 3 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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