diff --git a/.github/workflows/crowdin_download.yml b/.github/workflows/crowdin_download.yml index aa9d657f3..6629e0c7c 100644 --- a/.github/workflows/crowdin_download.yml +++ b/.github/workflows/crowdin_download.yml @@ -10,7 +10,7 @@ jobs: install-front: uses: ./.github/workflows/front-dependencies-installation.yml with: - node_version: '20.x' + node_version: '22.x' synchronize-with-crowdin: runs-on: ubuntu-latest diff --git a/.github/workflows/crowdin_upload.yml b/.github/workflows/crowdin_upload.yml index bd00d5bc3..3b9ec5e9f 100644 --- a/.github/workflows/crowdin_upload.yml +++ b/.github/workflows/crowdin_upload.yml @@ -10,7 +10,7 @@ jobs: install-front: uses: ./.github/workflows/front-dependencies-installation.yml with: - node_version: '20.x' + node_version: '22.x' synchronize-with-crowdin: needs: install-front diff --git a/.github/workflows/front-dependencies-installation.yml b/.github/workflows/front-dependencies-installation.yml index f95153d76..e0f28345d 100644 --- a/.github/workflows/front-dependencies-installation.yml +++ b/.github/workflows/front-dependencies-installation.yml @@ -5,7 +5,7 @@ on: inputs: node_version: required: false - default: '20.x' + default: '22.x' type: string jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d80cb4d..152d6ed0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [v0.21.0] - 2026-08-07 + ### Added - ✨(backend) make the upload ACL configurable to support GCS based storages @@ -495,7 +497,8 @@ and this project adheres to - 🌐(front) add english translation for rename modal - 🐛(global) fix wrong Content-Type on specific s3 implementations -[unreleased]: https://github.com/suitenumerique/drive/compare/v0.20.0...main +[unreleased]: https://github.com/suitenumerique/drive/compare/v0.21.0...main +[v0.21.0]: https://github.com/suitenumerique/drive/releases/v0.21.0 [v0.20.0]: https://github.com/suitenumerique/drive/releases/v0.20.0 [v0.19.0]: https://github.com/suitenumerique/drive/releases/v0.19.0 [v0.18.0]: https://github.com/suitenumerique/drive/releases/v0.18.0 diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 213aad842..5923fb2c7 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "uv_build" [project] name = "drive" -version = "0.20.0" +version = "0.21.0" authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/backend/uv.lock b/src/backend/uv.lock index 7e7dd02dc..4f8e99b4b 100644 --- a/src/backend/uv.lock +++ b/src/backend/uv.lock @@ -659,7 +659,7 @@ wheels = [ [[package]] name = "drive" -version = "0.20.0" +version = "0.21.0" source = { editable = "." } dependencies = [ { name = "boto3" }, diff --git a/src/frontend/apps/drive/package.json b/src/frontend/apps/drive/package.json index d55cfa2e8..6c83c411c 100644 --- a/src/frontend/apps/drive/package.json +++ b/src/frontend/apps/drive/package.json @@ -1,6 +1,6 @@ { "name": "drive", - "version": "0.20.0", + "version": "0.21.0", "private": true, "scripts": { "dev": "next dev", diff --git a/src/frontend/package.json b/src/frontend/package.json index 4907d6616..b30e6ade7 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "main", - "version": "0.20.0", + "version": "0.21.0", "private": true, "workspaces": [ "apps/*", diff --git a/src/helm/drive/Chart.yaml b/src/helm/drive/Chart.yaml index d067ba24b..f0939ac0e 100644 --- a/src/helm/drive/Chart.yaml +++ b/src/helm/drive/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: drive -version: 0.20.0 +version: 0.21.0 appVersion: latest diff --git a/src/helm/helmfile.yaml.gotmpl b/src/helm/helmfile.yaml.gotmpl index 82da5e93c..818397eb4 100644 --- a/src/helm/helmfile.yaml.gotmpl +++ b/src/helm/helmfile.yaml.gotmpl @@ -1,7 +1,7 @@ environments: dev: values: - - version: 0.20.0 + - version: 0.21.0 --- repositories: - name: dev-backends diff --git a/src/mail/package.json b/src/mail/package.json index 8cfe13a7e..e05d7c794 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "0.20.0", + "version": "0.21.0", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": {