Skip to content

Commit

Permalink
Release v1.4.2 (#73)
Browse files Browse the repository at this point in the history
* Fix dashboard tags

* Release v1.4.2

---------

Co-authored-by: QuentinBisson <[email protected]>
  • Loading branch information
taylorbot and QuentinBisson authored Jan 31, 2024
1 parent 2c32450 commit 03ddfff
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [1.4.2] - 2024-01-31

### Fixed

- Fix dashboard tags.

## [1.4.1] - 2024-01-31

### Changed
Expand Down Expand Up @@ -93,7 +99,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

- Initial commit with upstream release v0.11.0.

[Unreleased]: https://github.com/giantswarm/sloth-app/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/giantswarm/sloth-app/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/giantswarm/sloth-app/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/giantswarm/sloth-app/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/giantswarm/sloth-app/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/giantswarm/sloth-app/compare/v1.2.1...v1.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down Expand Up @@ -931,8 +933,8 @@ data:
},
"timepicker": {},
"timezone": "",
"title": "Sloth SLO Overview",
"uid": "high-level-sloth-slos",
"title": "SLOs / Sloth Overview",
"uid": "slo-overview",
"version": 3,
"weekStart": ""
}
7 changes: 4 additions & 3 deletions customizations/templates/grafana-dashboard-sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down Expand Up @@ -1537,9 +1539,8 @@ data:
},
"timepicker": {},
"timezone": "",
"title": "Sloth SLO",
"title": "SLOs / Sloth",
"uid": "slo-detail",
"version": 14,
"weekStart": ""
}
4 changes: 3 additions & 1 deletion helm/sloth/templates/grafana-dashboard-sloth-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down
4 changes: 3 additions & 1 deletion helm/sloth/templates/grafana-dashboard-sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down

0 comments on commit 03ddfff

Please sign in to comment.