Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Petkovski committed Jan 26, 2021
1 parent 6f936d2 commit 12c9119
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 785 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.5.1] - 2021-01-26
- Fix a bug with updating alert policies when policies span multiple pages

## [1.5.0] - 2020-11-11
- Add support for text-based widgets using visualization: markdown

Expand All @@ -17,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add signal and expiration properties to NRQL alert conditions

## [1.2.1] - 2020-08-05
- Fix a bug with updating notification channels when more than channels records exist in New Relic
- Fix a bug with updating notification channels when more than channel records exist in New Relic

## [1.2.0] - 2020-08-05
- Add support notes field in dashboard widgets
Expand Down
2 changes: 1 addition & 1 deletion deploy/3-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: newrelic-alert-manager
containers:
- name: newrelic-alert-manager
image: personio/newrelic-alert-manager:1.5.0
image: personio/newrelic-alert-manager:1.5.1
command:
- newrelic-alert-manager
imagePullPolicy: Always
Expand Down
Loading

0 comments on commit 12c9119

Please sign in to comment.