Skip to content

Commit 71e31b2

Browse files
committed
create changelog v1.15.0
1 parent 4a79e9c commit 71e31b2

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG/CHANGELOG-1.15.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Release notes for v1.15.0
2+
3+
# Changelog since v1.14.0
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- Bump external-resizer to v1.11.2 ([#545](https://github.com/kubernetes-csi/csi-driver-host-path/pull/545), [@AndrewSirenko](https://github.com/AndrewSirenko))
10+
11+
### Bug or Regression
12+
13+
- The `ignoreFailedRead` parameter in the VolumeSnapshotClass, when set to `true`, results in the `--ignore-failed-read` option to be passed to `tar`. ([#543](https://github.com/kubernetes-csi/csi-driver-host-path/pull/543), [@leonardoce](https://github.com/leonardoce))
14+
15+
### Other (Cleanup or Flake)
16+
17+
- Bump hostpath image to v1.14.1 in /deploy ([#547](https://github.com/kubernetes-csi/csi-driver-host-path/pull/547), [@AndrewSirenko](https://github.com/AndrewSirenko))
18+
- Bump image versions for all sidecars ([#557](https://github.com/kubernetes-csi/csi-driver-host-path/pull/557), [@carlory](https://github.com/carlory))
19+
20+
## Dependencies
21+
22+
### Added
23+
- cel.dev/expr: v0.15.0
24+
25+
### Changed
26+
- cloud.google.com/go/compute/metadata: v0.2.3 → v0.3.0
27+
- cloud.google.com/go/compute: v1.25.1 → v1.23.0
28+
- github.com/cespare/xxhash/v2: [v2.2.0 → v2.3.0](https://github.com/cespare/xxhash/compare/v2.2.0...v2.3.0)
29+
- github.com/cncf/xds/go: [8a4994d → 555b57e](https://github.com/cncf/xds/compare/8a4994d...555b57e)
30+
- github.com/container-storage-interface/spec: [v1.9.0 → v1.10.0](https://github.com/container-storage-interface/spec/compare/v1.9.0...v1.10.0)
31+
- github.com/golang/glog: [v1.2.0 → v1.2.1](https://github.com/golang/glog/compare/v1.2.0...v1.2.1)
32+
- golang.org/x/crypto: v0.24.0 → v0.25.0
33+
- golang.org/x/net: v0.26.0 → v0.27.0
34+
- golang.org/x/oauth2: v0.18.0 → v0.20.0
35+
- golang.org/x/sys: v0.21.0 → v0.22.0
36+
- golang.org/x/term: v0.21.0 → v0.22.0
37+
- google.golang.org/appengine: v1.6.8 → v1.6.7
38+
- google.golang.org/genproto/googleapis/api: 94a12d6 → 5315273
39+
- google.golang.org/genproto/googleapis/rpc: 94a12d6 → 5315273
40+
- google.golang.org/grpc: v1.64.0 → v1.65.0
41+
- google.golang.org/protobuf: v1.33.0 → v1.34.2
42+
- k8s.io/klog/v2: v2.130.0 → v2.130.1
43+
44+
### Removed
45+
_Nothing has changed._

0 commit comments

Comments
 (0)