Skip to content

Commit

Permalink
Merge pull request #555 from dfajmon/changelog
Browse files Browse the repository at this point in the history
Create changelog v1.15.0
  • Loading branch information
k8s-ci-robot committed Sep 5, 2024
2 parents 8e7caf4 + 71e31b2 commit a785248
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG/CHANGELOG-1.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Release notes for v1.15.0

# Changelog since v1.14.0

## Changes by Kind

### Feature

- Bump external-resizer to v1.11.2 ([#545](https://github.com/kubernetes-csi/csi-driver-host-path/pull/545), [@AndrewSirenko](https://github.com/AndrewSirenko))

### Bug or Regression

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

### Other (Cleanup or Flake)

- 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))
- Bump image versions for all sidecars ([#557](https://github.com/kubernetes-csi/csi-driver-host-path/pull/557), [@carlory](https://github.com/carlory))

## Dependencies

### Added
- cel.dev/expr: v0.15.0

### Changed
- cloud.google.com/go/compute/metadata: v0.2.3 → v0.3.0
- cloud.google.com/go/compute: v1.25.1 → v1.23.0
- github.com/cespare/xxhash/v2: [v2.2.0 → v2.3.0](https://github.com/cespare/xxhash/compare/v2.2.0...v2.3.0)
- github.com/cncf/xds/go: [8a4994d → 555b57e](https://github.com/cncf/xds/compare/8a4994d...555b57e)
- 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)
- github.com/golang/glog: [v1.2.0 → v1.2.1](https://github.com/golang/glog/compare/v1.2.0...v1.2.1)
- golang.org/x/crypto: v0.24.0 → v0.25.0
- golang.org/x/net: v0.26.0 → v0.27.0
- golang.org/x/oauth2: v0.18.0 → v0.20.0
- golang.org/x/sys: v0.21.0 → v0.22.0
- golang.org/x/term: v0.21.0 → v0.22.0
- google.golang.org/appengine: v1.6.8 → v1.6.7
- google.golang.org/genproto/googleapis/api: 94a12d6 → 5315273
- google.golang.org/genproto/googleapis/rpc: 94a12d6 → 5315273
- google.golang.org/grpc: v1.64.0 → v1.65.0
- google.golang.org/protobuf: v1.33.0 → v1.34.2
- k8s.io/klog/v2: v2.130.0 → v2.130.1

### Removed
_Nothing has changed._

0 comments on commit a785248

Please sign in to comment.