|
| 1 | +# Release notes for v1.14.0 |
| 2 | + |
| 3 | +# Changelog since v1.13.0 |
| 4 | + |
| 5 | +## Changes by Kind |
| 6 | + |
| 7 | +### Bug or Regression |
| 8 | + |
| 9 | +- CSI ephemeral inline volumes failed to get created with an error saying `MountVolume.SetUp failed for volume "ephemeral-volume" : rpc error: code = OutOfRange desc = Requested capacity 1099511627776 exceeds maximum allowed 1099511627776` ([#254](https://github.com/kubernetes-csi/csi-driver-host-path/pull/254), [@pohly](https://github.com/pohly)) |
| 10 | +- Fix broken symbolic links in the deploy dir ([#510](https://github.com/kubernetes-csi/csi-driver-host-path/pull/510), [@carlory](https://github.com/carlory)) |
| 11 | + |
| 12 | +### Other (Cleanup or Flake) |
| 13 | + |
| 14 | +- Bump image versions ([#528](https://github.com/kubernetes-csi/csi-driver-host-path/pull/528), [@carlory](https://github.com/carlory)) |
| 15 | +- Replace socat image with hostpathplugin image ([#499](https://github.com/kubernetes-csi/csi-driver-host-path/pull/499), [@carlory](https://github.com/carlory)) |
| 16 | +- Switched logging library from glog to klog ([#534](https://github.com/kubernetes-csi/csi-driver-host-path/pull/534), [@huww98](https://github.com/huww98)) |
| 17 | + |
| 18 | +## Dependencies |
| 19 | + |
| 20 | +### Added |
| 21 | +_Nothing has changed._ |
| 22 | + |
| 23 | +### Changed |
| 24 | +- cloud.google.com/go/compute: v1.23.3 → v1.25.1 |
| 25 | +- github.com/cncf/xds/go: [0fa0005 → 8a4994d](https://github.com/cncf/xds/go/compare/0fa0005...8a4994d) |
| 26 | +- github.com/golang/protobuf: [v1.5.3 → v1.5.4](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4) |
| 27 | +- github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://github.com/stretchr/objx/compare/v0.5.0...v0.5.2) |
| 28 | +- github.com/stretchr/testify: [v1.8.4 → v1.9.0](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) |
| 29 | +- golang.org/x/crypto: v0.19.0 → v0.24.0 |
| 30 | +- golang.org/x/mod: v0.12.0 → v0.17.0 |
| 31 | +- golang.org/x/net: v0.21.0 → v0.26.0 |
| 32 | +- golang.org/x/oauth2: v0.16.0 → v0.18.0 |
| 33 | +- golang.org/x/sync: v0.6.0 → v0.7.0 |
| 34 | +- golang.org/x/sys: v0.17.0 → v0.21.0 |
| 35 | +- golang.org/x/term: v0.17.0 → v0.21.0 |
| 36 | +- golang.org/x/text: v0.14.0 → v0.16.0 |
| 37 | +- golang.org/x/tools: v0.12.0 → e35e4cc |
| 38 | +- google.golang.org/genproto/googleapis/api: ef43131 → 94a12d6 |
| 39 | +- google.golang.org/genproto/googleapis/rpc: ef43131 → 94a12d6 |
| 40 | +- google.golang.org/genproto: ef43131 → f966b18 |
| 41 | +- google.golang.org/grpc: v1.62.0 → v1.64.0 |
| 42 | +- google.golang.org/protobuf: v1.32.0 → v1.33.0 |
| 43 | +- k8s.io/klog/v2: v2.120.1 → v2.130.0 |
| 44 | +- k8s.io/kubernetes: v1.29.0 → v1.29.2 |
| 45 | + |
| 46 | +### Removed |
| 47 | +- github.com/cncf/udpa/go: [c52dc94](https://github.com/cncf/udpa/go/tree/c52dc94) |
0 commit comments