From fd0dd886e48f27e897af279d7f551f11072c7543 Mon Sep 17 00:00:00 2001 From: Thomas Boni Date: Thu, 4 Jun 2026 17:58:31 +0200 Subject: [PATCH] conf(chart & compose): release 1.4.0 Prepare the Plumber 1.4.0 release: - Bump Helm chart version and appVersion to 1.4.0 - Pin backend image to v2.41.0 (backend + worker) - Pin frontend image to v2.35.0 Backend/frontend versions are the next minor releases (feat changes) once the in-review MRs are merged. Keep as draft until those images are published. Co-Authored-By: Claude Opus 4.8 (1M context) --- charts/plumber/Chart.yaml | 4 ++-- charts/plumber/values.yaml | 6 +++--- versions.env | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/plumber/Chart.yaml b/charts/plumber/Chart.yaml index b158500..212f237 100644 --- a/charts/plumber/Chart.yaml +++ b/charts/plumber/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: plumber description: Helm chart for Plumber type: application -version: "1.3.7" -appVersion: "1.3.7" +version: "1.4.0" +appVersion: "1.4.0" home: https://github.com/getplumber/platform/ maintainers: - name: devpro diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index 548b5cc..c45e3c8 100644 --- a/charts/plumber/values.yaml +++ b/charts/plumber/values.yaml @@ -22,7 +22,7 @@ front: imageName: getplumber/frontend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.34.8 + tag: v2.35.0 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 @@ -91,7 +91,7 @@ backend: imageName: getplumber/backend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.40.2 + tag: v2.41.0 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 @@ -183,7 +183,7 @@ worker: imageName: getplumber/backend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.40.2 + tag: v2.41.0 replicaCount: 5 revisionHistoryLimit: 5 args: diff --git a/versions.env b/versions.env index cadeb2c..0ca94b8 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -FRONTEND_IMAGE_TAG=v2.34.8 -BACKEND_IMAGE_TAG=v2.40.2 +FRONTEND_IMAGE_TAG=v2.35.0 +BACKEND_IMAGE_TAG=v2.41.0