diff --git a/CHANGELOG/CHANGELOG-8.0.md b/CHANGELOG/CHANGELOG-8.0.md index dabf1fd85..66533e269 100644 --- a/CHANGELOG/CHANGELOG-8.0.md +++ b/CHANGELOG/CHANGELOG-8.0.md @@ -23,7 +23,7 @@ - Adds support for ListSnapshots secrets ([#252](https://github.com/kubernetes-csi/external-snapshotter/pull/252), [@bells17](https://github.com/bells17)) - Adds validation rules into CRDs. Minimum required Kubernetes version is 1.25 for these validation rules. ([#1073](https://github.com/kubernetes-csi/external-snapshotter/pull/1073), [@cici37](https://github.com/cici37)) -- Link the snapshotted PVCs and the corresponding PVs in VolumeGroupSnaphot and VolumeGroupSnapshotContent to make restoring data easier. ([#1069](https://github.com/kubernetes-csi/external-snapshotter/pull/1069), [@leonardoce](https://github.com/leonardoce)) +- Link the snapshotted PVCs and the corresponding PVs in VolumeGroupSnapshot and VolumeGroupSnapshotContent to make restoring data easier. ([#1069](https://github.com/kubernetes-csi/external-snapshotter/pull/1069), [@leonardoce](https://github.com/leonardoce)) - Updated Kubernetes deps to v1.30 ([#1088](https://github.com/kubernetes-csi/external-snapshotter/pull/1088), [@jsafrane](https://github.com/jsafrane)) ### Bug or Regression