File tree Expand file tree Collapse file tree 8 files changed +12
-9
lines changed
Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ## [ 3.0.1] - 2025-08-26
12+
1113### Fixed
1214
1315- Update backend translations
@@ -694,7 +696,8 @@ and this project adheres to
694696- First working version serving sellable micro-credentials for multiple
695697 organizations synchronized to a remote catalog
696698
697- [ unreleased ] : https://github.com/openfun/joanie/compare/v3.0.0...main
699+ [ unreleased ] : https://github.com/openfun/joanie/compare/v3.0.1...main
700+ [ 3.0.1 ] : https://github.com/openfun/joanie/compare/v3.0.0...v3.0.1
698701[ 3.0.0 ] : https://github.com/openfun/joanie/compare/v2.18.1...v3.0.0
699702[ 2.18.1 ] : https://github.com/openfun/joanie/compare/v2.18.0...v2.18.1
700703[ 2.18.0 ] : https://github.com/openfun/joanie/compare/v2.17.1...v2.18.0
Original file line number Diff line number Diff line change 11# arnold.yml
22metadata :
33 name : joanie
4- version : 3.0.0
4+ version : 3.0.1
55source :
66 path : src/tray
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " joanie"
10- version = " 3.0.0 "
10+ version = " 3.0.1 "
1111authors = [{ "name" = " Open FUN (France Université Numérique)" , "email" = " fun.dev@fun-mooc.fr" }]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " admin" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev -p 8072" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mail_mjml" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " An util to generate html and text django's templates from mjml templates" ,
55 "type" : " module" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " joanie-openapi-client-ts" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "private" : true ,
55 "description" : " Tool to generate Typescript api client for joanie" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11metadata :
22 name : joanie
3- version : 3.0.0
3+ version : 3.0.1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ joanie_nginx_static_cache_expires: "1M"
2121
2222# -- admin nginx
2323joanie_admin_nginx_image_name : " fundocker/joanie-admin"
24- joanie_admin_nginx_image_tag : " 3.0.0 "
24+ joanie_admin_nginx_image_tag : " 3.0.1 "
2525joanie_admin_nginx_port : 8061
2626joanie_admin_nginx_replicas : 1
2727joanie_admin_nginx_healthcheck_port : 5000
@@ -41,7 +41,7 @@ joanie_database_secret_name: "joanie-postgresql-{{ joanie_vault_checksum | defau
4141
4242# -- joanie
4343joanie_image_name : " fundocker/joanie"
44- joanie_image_tag : " 3.0.0 "
44+ joanie_image_tag : " 3.0.1 "
4545# The image pull secret name should match the name of your secret created to
4646# login to your private docker registry
4747joanie_image_pull_secret_name : " "
You can’t perform that action at this time.
0 commit comments