Skip to content

Commit 56d03dd

Browse files
committed
🔖(minor) bump release to 5.8.0
Added - Add feature flags to enable/disable core resources for the whole site - Add support for storing markdown images on Scaleway S3 - Add support for storing deposited files on Scaleway S3 - Add support for storing classroom documents on Scaleway S3 Fixed - Fix timeout increase on Nginx for peertube runner success request
1 parent 361c7e6 commit 56d03dd

File tree

24 files changed

+35
-32
lines changed

24 files changed

+35
-32
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [5.8.0] - 2025-06-06
12+
1113
### Added
1214

1315
- Add feature flags to enable/disable core resources for the whole site
@@ -2059,7 +2061,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
20592061

20602062
- Minor fixes and improvements on features and tests
20612063

2062-
[unreleased]: https://github.com/openfun/marsha/compare/v5.7.0...master
2064+
[unreleased]: https://github.com/openfun/marsha/compare/v5.8.0...master
2065+
[5.8.0]: https://github.com/openfun/marsha/compare/v5.7.0...v5.8.0
20632066
[5.7.0]: https://github.com/openfun/marsha/compare/v5.6.0...v5.7.0
20642067
[5.6.0]: https://github.com/openfun/marsha/compare/v5.5.3...v5.6.0
20652068
[5.5.3]: https://github.com/openfun/marsha/compare/v5.5.2...v5.5.3

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arnold.yml
22
metadata:
33
name: marsha
4-
version: 5.7.0
4+
version: 5.8.0
55
source:
66
path: src/tray

src/aws/lambda-complete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-complete",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-configure",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-convert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-convert",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-elemental-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-elemental-routing",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-medialive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-medialive",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-mediapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-mediapackage",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-migrate",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/utils/update-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-update-state",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"engines": {
66
"node": "18"
77
},

src/backend/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = marsha
33
description = A FUN video provider for Open edX
4-
version = 5.7.0
4+
version = 5.8.0
55
author = Open FUN (France Universite Numerique)
66
author_email = fun.dev@fun-mooc.fr
77
license = MIT

src/frontend/apps/lti_site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marsha",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"description": "🐠 a FUN LTI video provider",
55
"main": "front/index.tsx",
66
"scripts": {

src/frontend/apps/standalone_site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "standalone_site",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"private": true,
55
"scripts": {
66
"start": "vite",

src/frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": {
@@ -58,16 +58,16 @@
5858
"@types/react-dom": "18.3.1",
5959
"@typescript-eslint/typescript-estree": "8.20.0",
6060
"eslint": "8.57.0",
61-
"eslint-config-marsha": "5.7.0",
61+
"eslint-config-marsha": "5.8.0",
6262
"@faker-js/faker": "9.3.0",
6363
"grommet": "2.43.0",
64-
"lib-classroom": "5.7.0",
65-
"lib-common": "5.7.0",
66-
"lib-components": "5.7.0",
67-
"lib-markdown": "5.7.0",
68-
"lib-video": "5.7.0",
69-
"lib-tests": "5.7.0",
70-
"marsha-config": "5.7.0",
64+
"lib-classroom": "5.8.0",
65+
"lib-common": "5.8.0",
66+
"lib-components": "5.8.0",
67+
"lib-markdown": "5.8.0",
68+
"lib-video": "5.8.0",
69+
"lib-tests": "5.8.0",
70+
"marsha-config": "5.8.0",
7171
"prettier": "3.4.2",
7272
"react": "18.3.1",
7373
"react-dom": "18.3.1",

src/frontend/packages/eslint-config-marsha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-marsha",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/frontend/packages/lib_classroom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib-classroom",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"directories": {
66
"lib": "lib"

src/frontend/packages/lib_common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib-common",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

src/frontend/packages/lib_components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib-components",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

src/frontend/packages/lib_markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib-markdown",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

src/frontend/packages/lib_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib-tests",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

src/frontend/packages/lib_video/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib-video",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"description": "",
55
"license": "MIT",
66
"main": "./src/index.ts",

src/frontend/packages/marsha-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marsha-config",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"private": true,
55
"description": "Marsha configuration",
66
"main": "index.js",

src/tray/tray.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
metadata:
22
name: marsha
3-
version: 5.7.0
3+
version: 5.8.0

src/webtorrent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtorrent-tracker",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"description": "Webtorrent tracker implementation for Marsha",
55
"main": "./dist/app.js",
66
"exports": "./dist/app.js",

0 commit comments

Comments
 (0)