Skip to content

Commit 98b15d1

Browse files
committed
🔖(minor) bump grafana release to 1.1.0
Added: - Implement support for post-deployment hook scripts as sidecar containers
1 parent 3f793f8 commit 98b15d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apps/grafana/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
88

99
## [Unreleased]
1010

11+
## [1.1.0] - 2022-04-06
12+
1113
### Added
1214

1315
- Implement support for post-deployment hook scripts as sidecar containers
@@ -18,5 +20,6 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
1820

1921
- First Grafana release
2022

21-
[Unreleased]: https://github.com/openfun/arnold-apps/compare/grafana-v1.0.0...main
23+
[Unreleased]: https://github.com/openfun/arnold-apps/compare/grafana-v1.1.0...main
24+
[1.1.0]: https://github.com/openfun/arnold-apps/compare/grafana-v1.0.0...grafana-v1.1.0
2225
[1.0.0]: https://github.com/openfun/arnold-apps/compare/74e2e72...grafana-v1.0.0

apps/grafana/tray.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
metadata:
22
name: grafana
3-
version: 1.0.0
3+
version: 1.1.0

0 commit comments

Comments
 (0)