Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/dapr-shared/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions docs/release_notes/v0.0.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v0.0.16

Updating Dapr Shared to 1.16.0
2 changes: 1 addition & 1 deletion docs/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading