Skip to content

Commit

Permalink
Prepare for release v0.11.0 (#131)
Browse files Browse the repository at this point in the history
* Prepare for release v0.11.0

Signed-off-by: Sashank Agarwal <sashankagarwal97@gmail.com>
  • Loading branch information
sasagarw authored Dec 7, 2022
1 parent 98cd152 commit 2c2375e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
Bleeding-edge development, not yet released

## [0.10.0] - 2022-09-27
## [0.11.0] - 2022-12-07
## Updated
- Update workflow-controller and argoexec version to v3.4.4 - #132
## Fixed
- Rbac and optimistic lock issues - #129

## [0.10.0] - 2022-09-27
## Fixed
- Fix remedyWorkflow deleting RBAC and Service Account created from external system - #122

## [0.9.0] - 2022-09-01
Expand Down Expand Up @@ -80,7 +86,8 @@ Bleeding-edge development, not yet released
### Added
- Initial commit of project

[Unreleased]: https://github.com/keikoproj/active-monitor/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/keikoproj/active-monitor/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/keikoproj/active-monitor/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/keikoproj/active-monitor/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/keikoproj/active-monitor/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/keikoproj/active-monitor/compare/v0.7.0...v0.8.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.10.0-blue.svg?cacheSeconds=2592000)
![version](https://img.shields.io/badge/version-0.11.0-blue.svg?cacheSeconds=2592000)
[![Build Status][BuildStatusImg]][BuildMasterUrl]
[![codecov][CodecovImg]][CodecovUrl]
[![Go Report Card][GoReportImg]][GoReportUrl]
Expand Down

0 comments on commit 2c2375e

Please sign in to comment.