From 6f90d329b12b41d5a6d0a06dbb9ff1bdcd677c4e Mon Sep 17 00:00:00 2001 From: Dasha Komsa Date: Fri, 16 Aug 2024 14:52:11 -0400 Subject: [PATCH] fix changelog typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68655f03..2a681128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ Update CSI sidecars to latest Update Go to 1.23 Update other go.mod dependencies - Update VolumeSnapshot, VolumeSnapshotContents, and VolumeSnapshotClasses CRDs to pull in CEL validation rules new in external-snapshotter v8 release - Remove VolumeSnapshot and VolumeSnapshotContets from the snapshot validating webhook configuration as those are now validated via CEL rules on their CRDs + Update VolumeSnapshot, VolumeSnapshotContent, and VolumeSnapshotClass CRDs to pull in CEL validation rules new in external-snapshotter v8 release + Remove VolumeSnapshot and VolumeSnapshotContent from the snapshot validating webhook configuration as those are now validated via CEL rules on their CRDs [[GH-589]](https://github.com/digitalocean/csi-digitalocean/pull/589) * Update github.com/docker/docker to address a vulnerability [[GH-590]](https://github.com/digitalocean/csi-digitalocean/pull/590)