Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
This commit extends the documentation for `monaco` version 1.2.0 and
sets its version. `monaco` 1.2.0 contains the following changes:

Features:

  * 4c53146 #19: Download current environment configuration (#122)
  * dfbad92 and f54c278 Fix #45: Introduce new experimental cli design (#100)

Bugfixes:

  * 211dcbe and b74b06b Fix missing verbose flag in legacy cli (#129)

Misc changes:

  * c70ca7b Fix #82: Define some install steps/requirements (#109)
  • Loading branch information
didiladi committed Jan 26, 2021
1 parent f54c278 commit 58bd0f5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# Monitoring as Code Tool - Release Notes

- [Monitoring as Code - Release Notes](#monitoring-as-code---release-notes)
- [1.2.0](#120)
- [1.1.0](#110)
- [1.0.1](#101)
- [1.0.0](#100)

## 1.2.0

### List of changes

#### Features

* 4c53146 #19: Download current environment configuration (#122)
* dfbad92 and f54c278 Fix #45: Introduce new experimental cli design (#100)

#### Bugfixes

* 211dcbe and b74b06b Fix missing verbose flag in legacy cli (#129)

#### Misc changes

* c70ca7b Fix #82: Define some install steps/requirements (#109)

## 1.1.0

### List of changes
Expand Down
3 changes: 3 additions & 0 deletions pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ var apiMap = map[string]string{
"conditional-naming-service": "/api/config/v1/conditionalNaming/service",
"maintenance-window": "/api/config/v1/maintenanceWindows",
"request-naming-service": "/api/config/v1/service/requestNaming",

// Early adopter API !
"slo": "/api/v2/slo",
}

type Api interface {
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

package version

const MonitoringAsCode = "1.1.0"
const MonitoringAsCode = "1.2.0"

0 comments on commit 58bd0f5

Please sign in to comment.