From 91a431debded428852c8bc6b53a16fb621d5e4f4 Mon Sep 17 00:00:00 2001 From: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:52:51 +0200 Subject: [PATCH] [sub]chore: upgrade chart (#765) * chore(charts): bump chart version Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com> * chore(charts/substra-backend/CHANGELOG): bring back unreleased section Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com> --------- Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com> --- .github/workflows/helm.yml | 4 +--- charts/substra-backend/CHANGELOG.md | 6 ++++-- charts/substra-backend/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 8260c47fe..75cecfe6e 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -11,8 +11,6 @@ on: - "main" paths: - "charts/**" - release: - types: [published, edited] concurrency: group: "${{ github.workflow }}-${{ github.ref }}" @@ -87,7 +85,7 @@ jobs: publish: name: Publish runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' && github.event_name == 'push' || github.event_name == 'release' + if: github.ref == 'refs/heads/main' && github.event_name == 'push' needs: - test - generate-chart-readme diff --git a/charts/substra-backend/CHANGELOG.md b/charts/substra-backend/CHANGELOG.md index c7fb5bee0..f48692449 100644 --- a/charts/substra-backend/CHANGELOG.md +++ b/charts/substra-backend/CHANGELOG.md @@ -2,9 +2,11 @@ ## [] - Unreleased -### Fixed +## [24.0.0] - 2023-10-16 + +### Added -- Use the SA ` xxx-builder` instead of `xxx-worker` in `builder` +- Builder service ## [23.0.2] - 2023-10-18 diff --git a/charts/substra-backend/Chart.yaml b/charts/substra-backend/Chart.yaml index 3b6fbb351..4a25510c9 100644 --- a/charts/substra-backend/Chart.yaml +++ b/charts/substra-backend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: substra-backend home: https://github.com/Substra -version: 23.0.2 +version: 24.0.0 appVersion: 0.42.2 kubeVersion: ">= 1.19.0-0" description: Main package for Substra