Skip to content

Commit

Permalink
🔖(minor) bump release to 0.6.0
Browse files Browse the repository at this point in the history
Added:

- Predefined dashboard uids
- Initialize a home dashboard for the `Teacher` team

Changed:

- Switch default Grafana theme to `light`
- Upgrade `Grafana` to 8.5.3
- Upgrade `elasticsearch` to 8.2.0

Fixed:

- Release assets file name is now properly named 😬
- Fix `min_doc_count=0` parameter in bucket aggregations leading to unexpected
  results

Removed:

- Post-deploy hook for dashboard uids
  • Loading branch information
jmaupetit committed May 31, 2022
1 parent dc66333 commit 54f5161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

## [Unreleased]

## [0.6.0] - 2022-05-31

### Added

- Predefined dashboard uids
Expand Down Expand Up @@ -128,7 +130,8 @@ with corresponding Teachers Course Video Details Dashboard

- Video details Dashboard

[unreleased]: https://github.com/openfun/potsie/compare/v0.5.1...main
[unreleased]: https://github.com/openfun/potsie/compare/v0.6.0...main
[0.6.0]: https://github.com/openfun/potsie/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/openfun/potsie/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/openfun/potsie/compare/v0.4.3...v0.5.0
[0.4.3]: https://github.com/openfun/potsie/compare/v0.4.2...v0.4.3
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0
2 changes: 1 addition & 1 deletion src/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "potsie-plugins",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"author": "GIP FUN MOOC",
"engines": {
Expand Down

0 comments on commit 54f5161

Please sign in to comment.