Skip to content

Commit 7a8e528

Browse files
authored
Merge pull request #546 from AndrewSirenko/changeolog-v1.15
Add changelog for v1.15.0
2 parents fe0952d + 7119978 commit 7a8e528

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG/CHANGELOG-1.15.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Changes by Kind
2+
3+
### Bug or Regression
4+
5+
- 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))
6+
7+
### Other (Cleanup or Flake)
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+
## Dependencies
12+
13+
### Added
14+
- cel.dev/expr: v0.15.0
15+
16+
### Changed
17+
- cloud.google.com/go/compute/metadata: v0.2.3 → v0.3.0
18+
- cloud.google.com/go/compute: v1.25.1 → v1.23.0
19+
- github.com/cespare/xxhash/v2: [v2.2.0 → v2.3.0](https://github.com/cespare/xxhash/compare/v2.2.0...v2.3.0)
20+
- github.com/cncf/xds/go: [8a4994d → 555b57e](https://github.com/cncf/xds/compare/8a4994d...555b57e)
21+
- 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)
22+
- github.com/golang/glog: [v1.2.0 → v1.2.1](https://github.com/golang/glog/compare/v1.2.0...v1.2.1)
23+
- golang.org/x/crypto: v0.24.0 → v0.25.0
24+
- golang.org/x/net: v0.26.0 → v0.27.0
25+
- golang.org/x/oauth2: v0.18.0 → v0.20.0
26+
- golang.org/x/sys: v0.21.0 → v0.22.0
27+
- golang.org/x/term: v0.21.0 → v0.22.0
28+
- google.golang.org/appengine: v1.6.8 → v1.6.7
29+
- google.golang.org/genproto/googleapis/api: 94a12d6 → 5315273
30+
- google.golang.org/genproto/googleapis/rpc: 94a12d6 → 5315273
31+
- google.golang.org/grpc: v1.64.0 → v1.65.0
32+
- google.golang.org/protobuf: v1.33.0 → v1.34.2
33+
- k8s.io/klog/v2: v2.130.0 → v2.130.1
34+
35+
### Removed
36+
_Nothing has changed._

0 commit comments

Comments
 (0)