Skip to content

Latest commit

 

History

History
150 lines (96 loc) · 6.93 KB

File metadata and controls

150 lines (96 loc) · 6.93 KB

v1.3.8 - Changelog since v1.3.7

  • Update base image to bullseye-v1.4.2 to fix CVE-2021-46828, CVE-2022-2509.

v1.3.7 - Changelog since v1.3.6

  • Update to go1.18.4 and base image to bullseye-v1.4.1 to fix CVE-2022-1271, CVE-2022-1664, CVE-2022-24675, CVE-2022-34903, CVE-2018-25032, CVE-2022-28327, CVE-2021-43618 (#1033, @mattcary)
  • Default to MAXPROCS=1 to improve memory usage on nodes with many CPUs. (#1022, @mattcary)
  • Remove passwd- file to make CIS benchmark happy. (#1021, @mattcary)

v1.3.6 - Changelog since v1.3.5

Changes by Kind

Uncategorized

  • Cherry-pick #930: Update golang version to 1.17.8 for building drivers. (#937, @pwschuurman)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.3.5 - Changelog since v1.3.4

  • Bump base image to buster-v1.10.0

v1.3.4 - Changelog since v1.3.3

Changes by Kind

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.3.3 - Changelog since v1.3.1

Changes by Kind

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.3.1 - Changelog since v1.3.0

Issues

  • Fixes issue where ControllerPublishVolume is called repeatly if gke nodes are in different cloud zones than the gke controller (#817, @leiyiz)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.3.0 - Changelog since v1.2.2

Feature

  • A new k8s-tag-cluster-id command line option has been added. If specified, the resulting PD disk will be labeled with "kubernetes_io_cluster_": "owned". (#693, @tsmetana)
  • Add cloudbuild config to build gcp-compute-persistent-disk-csi-driver image (#724, @cpanato)
  • Added Support for Windows Server 2004 and 20H2. (#691, @jeremyje)
  • Bumped csi-proxy client library to v1.0.0 (#738, @mauriciopoppe)
  • It is now possible to access snapshots and volumes across different projects. (#782, @christian-roggia)
  • Updating the following image versions in stable deployment specs:
    • csi-provisioner: v2.1.0
    • csi-attacher: v3.1.0
    • csi-resizer: v1.1.0
    • csi-snapshotter: v3.0.3
    • csi-node-driver-registrar: v2.1.0
    • Adding a liveness probe to restart a sidecar if it fails leader election health check. (#699, @verult)
  • Users will be able to set the storage locations for snapshots by specifying them in the snapshot class. (#793, @TeweiLuo)
  • Disk labels support via CreateVolume (and hence StorageClass) parameters (#718, @mattcary)

Documentation

Failing Test

  • V1 CSIDriver resources are deployed for 1.18+ clusters. (#783, @mattcary)

Bug or Regression

  • Do not run controller service in node. (#702, @mattcary)
  • Fix a bug that CreateVolume should round up the request_bytes. (#684, @Jiawei0227)
  • It is now possible to mount a volume with XFS filesystem and its restored snapshot. (#788, @jsafrane)

Other (Cleanup or Flake)

Uncategorized

Dependencies

Added

  • k8s.io/klog/v2: v2.4.0
  • k8s.io/mount-utils: v0.20.6

Changed

Removed

Nothing has changed.