From 7e74030ac26264eec1048d0935e35f5ca27067c0 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Wed, 11 Dec 2024 15:39:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20to=202.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Added - Add a default contract definition template without a branded logo - Add filters for the admin viewset through the field `created_on` to search orders on exact date, before date, after date and range of dates. - Add filter for admin order viewset by product type - Add button in back office for refunding an order - Add `teachers`, `skills` and `certification_level` fields to `Product`model - Add admin api endpoints to CRUD `Teacher` and `Skill` resources. - Add certification section in back office product detail view ### Changed - Update product endpoint to CRUD `teachers`, `skills` and `certification level` fields ### Fixed - Fix order update on archived course run --- CHANGELOG.md | 5 ++++- arnold.yml | 2 +- src/backend/pyproject.toml | 2 +- src/frontend/admin/package.json | 2 +- src/mail/package.json | 2 +- src/openApiClientJs/package.json | 2 +- src/tray/tray.yml | 2 +- src/tray/vars/all/main.yml | 4 ++-- 8 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd102028..987105cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [2.11.0] - 2024-12-11 + ### Added - Add a default contract definition template without a branded logo @@ -519,7 +521,8 @@ and this project adheres to - First working version serving sellable micro-credentials for multiple organizations synchronized to a remote catalog -[unreleased]: https://github.com/openfun/joanie/compare/v2.10.0...main +[unreleased]: https://github.com/openfun/joanie/compare/v2.11.0...main +[2.11.0]: https://github.com/openfun/joanie/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/openfun/joanie/compare/v2.9.2...v2.10.0 [2.9.2]: https://github.com/openfun/joanie/compare/v2.9.0...v2.9.2 [2.9.1]: https://github.com/openfun/joanie/compare/v2.9.0...v2.9.1 diff --git a/arnold.yml b/arnold.yml index 22f32a6e0..d2174231f 100644 --- a/arnold.yml +++ b/arnold.yml @@ -1,6 +1,6 @@ # arnold.yml metadata: name: joanie - version: 2.10.0 + version: 2.11.0 source: path: src/tray diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index bc141a302..029a99b38 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "joanie" -version = "2.10.0" +version = "2.11.0" authors = [{ "name" = "Open FUN (France Université Numérique)", "email" = "fun.dev@fun-mooc.fr" }] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/frontend/admin/package.json b/src/frontend/admin/package.json index a6748134c..91e6bd55a 100644 --- a/src/frontend/admin/package.json +++ b/src/frontend/admin/package.json @@ -1,6 +1,6 @@ { "name": "admin", - "version": "2.10.0", + "version": "2.11.0", "private": true, "scripts": { "dev": "next dev -p 8072", diff --git a/src/mail/package.json b/src/mail/package.json index 97a61d8de..ce94bd975 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "2.10.0", + "version": "2.11.0", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": { diff --git a/src/openApiClientJs/package.json b/src/openApiClientJs/package.json index c5e67fa1c..e5416d3f1 100644 --- a/src/openApiClientJs/package.json +++ b/src/openApiClientJs/package.json @@ -1,6 +1,6 @@ { "name": "joanie-openapi-client-ts", - "version": "2.10.0", + "version": "2.11.0", "private": true, "description": "Tool to generate Typescript api client for joanie", "scripts": { diff --git a/src/tray/tray.yml b/src/tray/tray.yml index 4ba9047a0..31b429c88 100644 --- a/src/tray/tray.yml +++ b/src/tray/tray.yml @@ -1,3 +1,3 @@ metadata: name: joanie - version: 2.10.0 + version: 2.11.0 diff --git a/src/tray/vars/all/main.yml b/src/tray/vars/all/main.yml index 23ff43338..36f31cfb4 100644 --- a/src/tray/vars/all/main.yml +++ b/src/tray/vars/all/main.yml @@ -21,7 +21,7 @@ joanie_nginx_static_cache_expires: "1M" # -- admin nginx joanie_admin_nginx_image_name: "fundocker/joanie-admin" -joanie_admin_nginx_image_tag: "2.10.0" +joanie_admin_nginx_image_tag: "2.11.0" joanie_admin_nginx_port: 8061 joanie_admin_nginx_replicas: 1 joanie_admin_nginx_healthcheck_port: 5000 @@ -41,7 +41,7 @@ joanie_database_secret_name: "joanie-postgresql-{{ joanie_vault_checksum | defau # -- joanie joanie_image_name: "fundocker/joanie" -joanie_image_tag: "2.10.0" +joanie_image_tag: "2.11.0" # The image pull secret name should match the name of your secret created to # login to your private docker registry joanie_image_pull_secret_name: ""