From 7cb1b2f1191e8bf2151fefa6eb4e55b1485006c1 Mon Sep 17 00:00:00 2001 From: Dieter Ladenhauf Date: Thu, 15 Apr 2021 13:42:19 +0200 Subject: [PATCH] Release 1.5.2 This commit extends the documentation for monaco version 1.5.2 and sets its version. Monaco 1.5.2 contains the following changes: List of changes: Bugfixes: * 422679b fix: Update mobile application config to fix integration tests (#289) * b3761ee fix: References on pre-existing SLOs do not work (#289) Misc changes: * f5303a7 ci: Add static code analysis of PRs (#286) --- RELEASE_NOTES.md | 12 ++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4a9583b35..3e1fbef87 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ # Monitoring as Code Tool - Release Notes - Versions: + - [1.5.2](#152) - [1.5.1](#151) - [1.5.0](#150) - [1.4.0](#140) @@ -11,6 +12,17 @@ - [1.0.1](#101) - [1.0.0](#100) +## 1.5.2 + +### List of changes + +#### Bugfixes +* 422679b fix: Update mobile application config to fix integration tests (#289) +* b3761ee fix: References on pre-existing SLOs do not work (#289) + +#### Misc changes +* f5303a7 ci: Add static code analysis of PRs (#286) + ## 1.5.1 ### List of changes diff --git a/pkg/version/version.go b/pkg/version/version.go index e67c3e305..e75ba4fb5 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -16,4 +16,4 @@ package version -const MonitoringAsCode = "1.5.1" +const MonitoringAsCode = "1.5.2"