From d23b27b6efeccdebac6772384db9200e3ca52408 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Mon, 8 Apr 2024 14:59:13 +0100 Subject: [PATCH] Upgrade dapr to 1.13.2 --- Makefile | 2 +- helm-charts/dapr/Chart.yaml | 4 ++-- helm-charts/dapr/charts/dapr_config/Chart.yaml | 2 +- helm-charts/dapr/charts/dapr_operator/Chart.yaml | 2 +- helm-charts/dapr/charts/dapr_placement/Chart.yaml | 2 +- helm-charts/dapr/charts/dapr_rbac/Chart.yaml | 2 +- helm-charts/dapr/charts/dapr_sentry/Chart.yaml | 2 +- helm-charts/dapr/charts/dapr_sidecar_injector/Chart.yaml | 2 +- helm-charts/dapr/values.yaml | 2 +- test/e2e/operator/dapr_instance_test.go | 6 +++--- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index dd0291b..2c501cf 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ LOCALBIN := $(PROJECT_PATH)/bin HELM_CHART_REPO ?= https://dapr.github.io/helm-charts HELM_CHART ?= dapr -HELM_CHART_VERSION ?= 1.13.1 +HELM_CHART_VERSION ?= 1.13.2 HELM_CHART_URL ?= https://raw.githubusercontent.com/dapr/helm-charts/master/dapr-$(HELM_CHART_VERSION).tgz OPENSHIFT_VERSIONS ?= v4.13-v4.15 diff --git a/helm-charts/dapr/Chart.yaml b/helm-charts/dapr/Chart.yaml index 7874cd2..bd7a371 100644 --- a/helm-charts/dapr/Chart.yaml +++ b/helm-charts/dapr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.13.1 +appVersion: 1.13.2 description: A Helm chart for Dapr on Kubernetes name: dapr -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/charts/dapr_config/Chart.yaml b/helm-charts/dapr/charts/dapr_config/Chart.yaml index c6b265a..e38703d 100644 --- a/helm-charts/dapr/charts/dapr_config/Chart.yaml +++ b/helm-charts/dapr/charts/dapr_config/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Dapr configuration name: dapr_config -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/charts/dapr_operator/Chart.yaml b/helm-charts/dapr/charts/dapr_operator/Chart.yaml index 3e435a4..7be4da0 100644 --- a/helm-charts/dapr/charts/dapr_operator/Chart.yaml +++ b/helm-charts/dapr/charts/dapr_operator/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Dapr Kubernetes Operator name: dapr_operator -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/charts/dapr_placement/Chart.yaml b/helm-charts/dapr/charts/dapr_placement/Chart.yaml index b4668f4..e2c47a5 100644 --- a/helm-charts/dapr/charts/dapr_placement/Chart.yaml +++ b/helm-charts/dapr/charts/dapr_placement/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Dapr Kubernetes placement name: dapr_placement -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/charts/dapr_rbac/Chart.yaml b/helm-charts/dapr/charts/dapr_rbac/Chart.yaml index 624b29a..a872767 100644 --- a/helm-charts/dapr/charts/dapr_rbac/Chart.yaml +++ b/helm-charts/dapr/charts/dapr_rbac/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Dapr Kubernetes RBAC components name: dapr_rbac -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/charts/dapr_sentry/Chart.yaml b/helm-charts/dapr/charts/dapr_sentry/Chart.yaml index d9766c5..8df3cb8 100644 --- a/helm-charts/dapr/charts/dapr_sentry/Chart.yaml +++ b/helm-charts/dapr/charts/dapr_sentry/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Dapr Sentry name: dapr_sentry -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/charts/dapr_sidecar_injector/Chart.yaml b/helm-charts/dapr/charts/dapr_sidecar_injector/Chart.yaml index 6c5c9e3..7de9ed8 100644 --- a/helm-charts/dapr/charts/dapr_sidecar_injector/Chart.yaml +++ b/helm-charts/dapr/charts/dapr_sidecar_injector/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for the Dapr sidecar injector name: dapr_sidecar_injector -version: 1.13.1 +version: 1.13.2 diff --git a/helm-charts/dapr/values.yaml b/helm-charts/dapr/values.yaml index e3b1296..9d1bec0 100644 --- a/helm-charts/dapr/values.yaml +++ b/helm-charts/dapr/values.yaml @@ -1,6 +1,6 @@ global: registry: ghcr.io/dapr - tag: '1.13.1' + tag: '1.13.2' dnsSuffix: ".cluster.local" logAsJson: false imagePullPolicy: IfNotPresent diff --git a/test/e2e/operator/dapr_instance_test.go b/test/e2e/operator/dapr_instance_test.go index 532a406..7f39884 100644 --- a/test/e2e/operator/dapr_instance_test.go +++ b/test/e2e/operator/dapr_instance_test.go @@ -46,7 +46,7 @@ func TestDaprInstanceDeployWithDefaults(t *testing.T) { WithTransform(AsJSON(), And( MatchJQ(`.status.chart.name == "dapr"`), MatchJQ(`.status.chart.repo == "embedded"`), - MatchJQ(`.status.chart.version == "1.13.1"`), + MatchJQ(`.status.chart.version == "1.13.2"`), )), ) } @@ -116,7 +116,7 @@ func TestDaprInstanceDeployWithCustomSidecarImage(t *testing.T) { WithTransform(AsJSON(), And( MatchJQ(`.status.chart.name == "dapr"`), MatchJQ(`.status.chart.repo == "embedded"`), - MatchJQ(`.status.chart.version == "1.13.1"`), + MatchJQ(`.status.chart.version == "1.13.2"`), )), ) @@ -162,7 +162,7 @@ func TestDaprInstanceDeployWithApp(t *testing.T) { WithTransform(AsJSON(), And( MatchJQ(`.status.chart.name == "dapr"`), MatchJQ(`.status.chart.repo == "embedded"`), - MatchJQ(`.status.chart.version == "1.13.1"`), + MatchJQ(`.status.chart.version == "1.13.2"`), )), )