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

chore: Prepare for release version v0.11.1 #143

Merged
merged 1 commit into from
Mar 6, 2023
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
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