From 986968a8b0082012e579e6379000d7a10b399322 Mon Sep 17 00:00:00 2001 From: Nelson Parente Date: Tue, 31 Mar 2026 15:46:23 +0100 Subject: [PATCH 1/2] chore: update Dapr version to 1.17.2 - Bump chart version from 1.16.0 to 1.17.0 - Add appVersion 1.17.2 to Chart.yaml - Update daprd image tag from 1.15.7 to 1.17.2 in values.yaml - Update tutorial docs helm install version reference to 1.17.2 Signed-off-by: Nelson Parente --- chart/dapr-shared/Chart.yaml | 3 ++- chart/dapr-shared/values.yaml | 2 +- docs/tutorial/README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/chart/dapr-shared/Chart.yaml b/chart/dapr-shared/Chart.yaml index e1683f1..7a524ff 100644 --- a/chart/dapr-shared/Chart.yaml +++ b/chart/dapr-shared/Chart.yaml @@ -1,4 +1,5 @@ apiVersion: v2 description: Helm Chart For Dapr Shared Apps name: dapr-shared-chart -version: 1.16.0 +version: 1.17.0 +appVersion: "1.17.2" diff --git a/chart/dapr-shared/values.yaml b/chart/dapr-shared/values.yaml index 17e404f..9a27d05 100644 --- a/chart/dapr-shared/values.yaml +++ b/chart/dapr-shared/values.yaml @@ -82,7 +82,7 @@ shared: # -- Daprd image. name: daprd # -- Daprd image version. - tag: 1.15.7 + tag: 1.17.2 # -- Daprd image pull policy. pullPolicy: Always metrics: diff --git a/docs/tutorial/README.md b/docs/tutorial/README.md index 8200454..0ee282d 100644 --- a/docs/tutorial/README.md +++ b/docs/tutorial/README.md @@ -36,7 +36,7 @@ Next install a version of the Dapr control plane into the cluster: helm repo add dapr https://dapr.github.io/helm-charts/ helm repo update helm upgrade --install dapr dapr/dapr \ ---version=1.16.0 \ +--version=1.17.2 \ --namespace dapr-system \ --create-namespace \ --wait From fe270232f12249af79da319a3614fe2a30aaa4ff Mon Sep 17 00:00:00 2001 From: Nelson Parente Date: Wed, 1 Apr 2026 15:01:59 +0100 Subject: [PATCH 2/2] fix: bump Dapr version to 1.17.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Address review feedback from JoshVanL — 1.17.3 is the latest patch. Signed-off-by: Nelson Parente --- chart/dapr-shared/Chart.yaml | 2 +- chart/dapr-shared/values.yaml | 2 +- docs/tutorial/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/dapr-shared/Chart.yaml b/chart/dapr-shared/Chart.yaml index 7a524ff..c93a5e0 100644 --- a/chart/dapr-shared/Chart.yaml +++ b/chart/dapr-shared/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: Helm Chart For Dapr Shared Apps name: dapr-shared-chart version: 1.17.0 -appVersion: "1.17.2" +appVersion: "1.17.3" diff --git a/chart/dapr-shared/values.yaml b/chart/dapr-shared/values.yaml index 9a27d05..c313005 100644 --- a/chart/dapr-shared/values.yaml +++ b/chart/dapr-shared/values.yaml @@ -82,7 +82,7 @@ shared: # -- Daprd image. name: daprd # -- Daprd image version. - tag: 1.17.2 + tag: 1.17.3 # -- Daprd image pull policy. pullPolicy: Always metrics: diff --git a/docs/tutorial/README.md b/docs/tutorial/README.md index 0ee282d..a84d231 100644 --- a/docs/tutorial/README.md +++ b/docs/tutorial/README.md @@ -36,7 +36,7 @@ Next install a version of the Dapr control plane into the cluster: helm repo add dapr https://dapr.github.io/helm-charts/ helm repo update helm upgrade --install dapr dapr/dapr \ ---version=1.17.2 \ +--version=1.17.3 \ --namespace dapr-system \ --create-namespace \ --wait