Skip to content

Commit 79d93fd

Browse files
UnseenWizzarddidiladi
authored andcommitted
Relase version 1.3.0
This commit extends the documentation for `monaco` version 1.3.0 and sets its version. `monaco` 1.3.0 contains the following changes: Deprecation Warnings * #146: `application-web` configuration type replaces `application` in the future * `application` config type is deprecated with 1.3.0 and will be removed with 2.0.0 Features: * #146: Add support for `application-mobile`(applications/mobile) configurations * #66: Add support for `slo` (/api/v2/slo) configruations Bugfixes: * f52d297 Fix #138: Fix issue when providing context path without slash (#139) * 60cf6b1 Fix #155: Fix delete command not working (#157) * 4ad81a9 Fix #102: Trim URL Trailing Slashes from environment URLs (#142) * 2f774bc: Show error when more than one argument is provided (#139) * 7002149: Fix pretty print of json error (#150) * 4086d87: Fix verbose flag not working in new cli (#159) * d911e21: Fix typos in CLI usage info messages (#159) Misc changes: * 27a154c: Add possibility to log requests sent to Dynatrace (#151) * To aid debugging it is now possible to have monaco log what exactly it sends to Dynatrace (fully filled out config JSONs) * 3772697: Replace json unmarshall type with map - improves internal handling of responses from Dynatrace (#150)
1 parent aef32ae commit 79d93fd

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

RELEASE_NOTES.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,55 @@
11
# Monitoring as Code Tool - Release Notes
22

3-
- [Monitoring as Code - Release Notes](#monitoring-as-code---release-notes)
3+
- [Monitoring as Code Tool - Release Notes](#monitoring-as-code-tool---release-notes)
4+
- [1.3.0](#130)
5+
- [List of changes](#list-of-changes)
6+
- [Deprecation Warnings](#deprecation-warnings)
7+
- [Features](#features)
8+
- [Bugfixes](#bugfixes)
9+
- [Misc changes](#misc-changes)
410
- [1.2.0](#120)
11+
- [List of changes](#list-of-changes-1)
12+
- [Features](#features-1)
13+
- [Bugfixes](#bugfixes-1)
14+
- [Misc changes](#misc-changes-1)
515
- [1.1.0](#110)
16+
- [List of changes](#list-of-changes-2)
17+
- [Features](#features-2)
18+
- [Bugfixes](#bugfixes-2)
19+
- [Library updates](#library-updates)
20+
- [Misc changes](#misc-changes-2)
621
- [1.0.1](#101)
722
- [1.0.0](#100)
823

24+
## 1.3.0
25+
26+
### List of changes
27+
28+
#### Deprecation Warnings
29+
* #146: `application-web` configuration type replaces `application` in the future
30+
* `application` config type is deprecated with 1.3.0 and will be removed with 2.0.0
31+
32+
#### Features
33+
34+
* #146: Add support for `application-mobile`(applications/mobile) configurations
35+
* #66: Add support for `slo` (/api/v2/slo) configruations
36+
37+
#### Bugfixes
38+
39+
* f52d297 Fix #138: Fix issue when providing context path without slash (#139)
40+
* 60cf6b1 Fix #155: Fix delete command not working (#157)
41+
* 4ad81a9 Fix #102: Trim URL Trailing Slashes from environment URLs (#142)
42+
* 2f774bc: Show error when more than one argument is provided (#139)
43+
* 7002149: Fix pretty print of json error (#150)
44+
* 4086d87: Fix verbose flag not working in new cli (#159)
45+
* d911e21: Fix typos in CLI usage info messages (#159)
46+
47+
#### Misc changes
48+
49+
* 27a154c: Add possibility to log requests sent to Dynatrace (#151)
50+
* To aid debugging it is now possible to have monaco log what exactly it sends to Dynatrace (fully filled out config JSONs)
51+
* 3772697: Replace json unmarshall type with map - improves internal handling of responses from Dynatrace (#150)
52+
953
## 1.2.0
1054

1155
### List of changes

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package version
1818

19-
const MonitoringAsCode = "1.2.0"
19+
const MonitoringAsCode = "1.3.0"

0 commit comments

Comments
 (0)