Skip to content

Commit

Permalink
update changelog/doc
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
  • Loading branch information
travisghansen committed Jul 17, 2023
1 parent b425a80 commit 66c7371
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

Released 2023-07-16

BREAKING CHANGES: some default values have changed which should be enabled on
BREAKING CHANGES: Some default values have changed which should be enabled on
all drivers *except* the `*-local` drivers. In other words, you must explicitly
disable the defaults now for `*-local` drivers with the following:
disable the defaults now for `*-local` drivers with the `values.yaml` example
below.

Upgrading `CSIDriver.spec.attachRequired` is not allowed (immutable field) so
you must first `kubectl delete csidrivers.storage.k8s.io <your driver>` before
using the updated chart/values. It is entirely safe to remove the `CSIDriver`
resource and let it recreate.

```yaml
csiDriver:
Expand Down

0 comments on commit 66c7371

Please sign in to comment.