Skip to content

Commit

Permalink
🔖(patch) bump release to 5.0.1
Browse files Browse the repository at this point in the history
Changed:

- Force Elasticsearch REFRESH_AFTER_WRITE setting to be a string

Fixed:

- Fix LaxStatement validation to prevent statements IDs modification
  • Loading branch information
wilbrdt committed Jul 11, 2024
1 parent 20ccf66 commit 7890bdd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ and this project adheres to

## [Unreleased]

## [5.0.1] - 2024-07-11

### Changed

- Force Elasticserach REFRESH_AFTER_WRITE setting to be a string
- Force Elasticsearch REFRESH_AFTER_WRITE setting to be a string

### Fixed

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

[unreleased]: https://github.com/openfun/ralph/compare/v5.0.0...main
[unreleased]: https://github.com/openfun/ralph/compare/v5.0.1...main
[5.0.1]: https://github.com/openfun/ralph/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/openfun/ralph/compare/v4.2.0...v5.0.0
[4.2.0]: https://github.com/openfun/ralph/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/openfun/ralph/compare/v4.0.0...v4.1.0
Expand Down
4 changes: 4 additions & 0 deletions src/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to

## [Unreleased]

### Changed

- Upgrade appVersion to `5.0.1`

## [0.5.0] - 2024-07-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/helm/ralph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: ralph
description: Ralph, the ultimate Learning Record Store (and more!) for your learning analytics
type: application
version: 0.5.0
appVersion: "5.0.0"
appVersion: "5.0.1"
icon: https://raw.githubusercontent.com/openfun/logos/main/ralph/ralph-color-dark.png
2 changes: 1 addition & 1 deletion src/ralph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ralph module."""

__version__ = "5.0.0"
__version__ = "5.0.1"
2 changes: 1 addition & 1 deletion src/tray/tray.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
metadata:
name: ralph
version: 5.0.0
version: 5.0.1

0 comments on commit 7890bdd

Please sign in to comment.