From 6f7c7d1930a51a66d387e9e733f1fb861e14b796 Mon Sep 17 00:00:00 2001 From: salaboy Date: Wed, 17 Sep 2025 09:48:43 +0100 Subject: [PATCH] updating to 1.16.0 Signed-off-by: salaboy --- chart/dapr-shared/Chart.yaml | 2 +- docs/release_notes/v0.0.17.md | 3 +++ docs/tutorial/README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/release_notes/v0.0.17.md diff --git a/chart/dapr-shared/Chart.yaml b/chart/dapr-shared/Chart.yaml index 1189935..e1683f1 100644 --- a/chart/dapr-shared/Chart.yaml +++ b/chart/dapr-shared/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: Helm Chart For Dapr Shared Apps name: dapr-shared-chart -version: 1.12.0 +version: 1.16.0 diff --git a/docs/release_notes/v0.0.17.md b/docs/release_notes/v0.0.17.md new file mode 100644 index 0000000..1bc3f14 --- /dev/null +++ b/docs/release_notes/v0.0.17.md @@ -0,0 +1,3 @@ +# v0.0.16 + +Updating Dapr Shared to 1.16.0 \ No newline at end of file diff --git a/docs/tutorial/README.md b/docs/tutorial/README.md index 9fb6ab9..8200454 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.13.2 \ +--version=1.16.0 \ --namespace dapr-system \ --create-namespace \ --wait