Skip to content

Commit 7890bdd

Browse files
committed
🔖(patch) bump release to 5.0.1
Changed: - Force Elasticsearch REFRESH_AFTER_WRITE setting to be a string Fixed: - Fix LaxStatement validation to prevent statements IDs modification
1 parent 20ccf66 commit 7890bdd

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [5.0.1] - 2024-07-11
12+
1113
### Changed
1214

13-
- Force Elasticserach REFRESH_AFTER_WRITE setting to be a string
15+
- Force Elasticsearch REFRESH_AFTER_WRITE setting to be a string
1416

1517
### Fixed
1618

@@ -490,7 +492,8 @@ as per the xAPI specification
490492
- Add optional sentry integration
491493
- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs
492494

493-
[unreleased]: https://github.com/openfun/ralph/compare/v5.0.0...main
495+
[unreleased]: https://github.com/openfun/ralph/compare/v5.0.1...main
496+
[5.0.1]: https://github.com/openfun/ralph/compare/v5.0.0...v5.0.1
494497
[5.0.0]: https://github.com/openfun/ralph/compare/v4.2.0...v5.0.0
495498
[4.2.0]: https://github.com/openfun/ralph/compare/v4.1.0...v4.2.0
496499
[4.1.0]: https://github.com/openfun/ralph/compare/v4.0.0...v4.1.0

src/helm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
- Upgrade appVersion to `5.0.1`
15+
1216
## [0.5.0] - 2024-07-01
1317

1418
### Changed

src/helm/ralph/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name: ralph
44
description: Ralph, the ultimate Learning Record Store (and more!) for your learning analytics
55
type: application
66
version: 0.5.0
7-
appVersion: "5.0.0"
7+
appVersion: "5.0.1"
88
icon: https://raw.githubusercontent.com/openfun/logos/main/ralph/ralph-color-dark.png

src/ralph/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ralph module."""
22

3-
__version__ = "5.0.0"
3+
__version__ = "5.0.1"

src/tray/tray.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
metadata:
22
name: ralph
3-
version: 5.0.0
3+
version: 5.0.1

0 commit comments

Comments
 (0)