Skip to content

Commit

Permalink
chore: Prepare for release version v0.11.1 (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: RaviKiran Kilingar <ravikirankilingar@gmail.com>
  • Loading branch information
rkilingr authored Mar 6, 2023
1 parent 0c55063 commit 72c423f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
push:
name: push
if: github.repository_owner == 'keikoproj'
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:

- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
unit-test:
if: github.repository_owner == 'keikoproj'
name: unit-test
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand All @@ -33,6 +33,6 @@ jobs:
make test
- name: Upload to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
files: ./coverage.txt
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
Bleeding-edge development, not yet released

## [0.11.1] - 2023-03-06
## Fixed
- bugfix: Fixes timer replacement without clearing the old one present - #141

## [0.11.0] - 2022-12-07
## Updated
- Update workflow-controller and argoexec version to v3.4.4 - #132
Expand Down Expand Up @@ -86,7 +90,8 @@ Bleeding-edge development, not yet released
### Added
- Initial commit of project

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

0 comments on commit 72c423f

Please sign in to comment.