From 34e990bb331194680b66572555364a5352010f35 Mon Sep 17 00:00:00 2001 From: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:10:24 +0200 Subject: [PATCH] chore: release 0.50.0 (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 0.50.0-rc1 Signed-off-by: Guilhem Barthés * chore: release 0.50.0-rc1 Signed-off-by: ThibaultFy * chore: release 0.50.0 Signed-off-by: ThibaultFy --------- Signed-off-by: Guilhem Barthés Signed-off-by: ThibaultFy Co-authored-by: Guilhem Barthés --- CHANGELOG.md | 12 ++++++++++++ changes/1517.removed | 1 - changes/1520.added | 1 - charts/substra-frontend/CHANGELOG.md | 8 ++++++++ charts/substra-frontend/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 changes/1517.removed delete mode 100644 changes/1520.added diff --git a/CHANGELOG.md b/CHANGELOG.md index e27305f2..47e89b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.50.0](https://github.com/Substra/substra-frontend/releases/tag/0.50.0) - 2024-06-03 + + +### Added + +- Profiling step `download_function` ([#1520](https://github.com/Substra/substra-frontend/pull/1520)) + +### Removed + +- Task profiling step `build_image` ([#1517](https://github.com/Substra/substra-frontend/pull/1517)) + + ## [0.49.0](https://github.com/Substra/substra-frontend/releases/tag/0.49.0) - 2024-03-27 diff --git a/changes/1517.removed b/changes/1517.removed deleted file mode 100644 index d80174aa..00000000 --- a/changes/1517.removed +++ /dev/null @@ -1 +0,0 @@ -Task profiling step `build_image` diff --git a/changes/1520.added b/changes/1520.added deleted file mode 100644 index 8400732d..00000000 --- a/changes/1520.added +++ /dev/null @@ -1 +0,0 @@ -Profiling step `download_function` diff --git a/charts/substra-frontend/CHANGELOG.md b/charts/substra-frontend/CHANGELOG.md index 5ba91c9d..08a8206d 100644 --- a/charts/substra-frontend/CHANGELOG.md +++ b/charts/substra-frontend/CHANGELOG.md @@ -2,6 +2,14 @@ +## [1.1.1] - 2024-06-03 + + +### Changed + +- Bump app version to 0.50.0 + + ## [1.1.0] - 2024-04-05 ### Added diff --git a/charts/substra-frontend/Chart.yaml b/charts/substra-frontend/Chart.yaml index 040c669b..6b118e43 100644 --- a/charts/substra-frontend/Chart.yaml +++ b/charts/substra-frontend/Chart.yaml @@ -10,6 +10,6 @@ type: application maintainers: - name: Substra Team email: support@substra.org -version: 1.1.0 -appVersion: 0.49.0 # should be same as in package.json +version: 1.1.1 +appVersion: 0.50.0 # should be same as in package.json kubeVersion: '>= 1.19.0-0' diff --git a/package-lock.json b/package-lock.json index 8603ba0e..8faee2cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substra-frontend", - "version": "0.49.0", + "version": "0.50.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "substra-frontend", - "version": "0.49.0", + "version": "0.50.0", "license": "Apache-2.0", "dependencies": { "@chakra-ui/react": "2.3.5", diff --git a/package.json b/package.json index bbbb6c13..83cbe62c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "license": "Apache-2.0", "private": "true", - "version": "0.49.0", + "version": "0.50.0", "scripts": { "dev": "vite", "build": "tsc && vite build",