Skip to content

Commit

Permalink
Updates the 1.14.3 release notes with a warning (dapr#8110)
Browse files Browse the repository at this point in the history
* Updates the 1.14.3 release notes with a warning

Signed-off-by: Elena Kolevska <[email protected]>

* Update docs/release_notes/v1.14.3.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>

---------

Signed-off-by: Elena Kolevska <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Jake Engelberg <[email protected]>
  • Loading branch information
2 people authored and jake-engelberg committed Sep 20, 2024
1 parent 4a986e4 commit 3f61f98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release_notes/v1.14.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Dapr 1.14.3

⚠️ When upgrading from Dapr versions `v1.14.0`, `v1.14.1`, or `v1.14.2` to `v1.14.3`, the upgrade fails with the following error:

```
Error: UPGRADE FAILED: cannot patch "dapr-scheduler-server" with kind StatefulSet: StatefulSet.apps "dapr-scheduler-server" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
```

The workaround for the user is to Delete the Scheduler StatefulSet before re-running the upgrade with the new storage size, but we recommend skipping this version and upgrading to `v1.14.4` instead.

---

This update includes bug fixes:

- [Fix AWS Secrets Manager and Parameter Store components when working with more granular IAM permissions](#fix-aws-secrets-manager-and-parameter-store-components-when-working-with-more-granular-iam-permissions)
Expand Down

0 comments on commit 3f61f98

Please sign in to comment.