Skip to content

Latest commit

 

History

History
116 lines (77 loc) · 5.62 KB

File metadata and controls

116 lines (77 loc) · 5.62 KB

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.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.