|
| 1 | +# Release notes for v2.17.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io/docs/) |
| 4 | + |
| 5 | +# Changelog since v2.16.0 |
| 6 | + |
| 7 | +## Changes by Kind |
| 8 | + |
| 9 | +### Other (Cleanup or Flake) |
| 10 | + |
| 11 | +- Update kubernetes dependencies to v1.34.0 ([#378](https://github.com/kubernetes-csi/livenessprobe/pull/378), [@dfajmon](https://github.com/dfajmon)) |
| 12 | + |
| 13 | +### Uncategorized |
| 14 | + |
| 15 | +- Change default probe timeout from 1 to 3 seconds ([#365](https://github.com/kubernetes-csi/livenessprobe/pull/365), [@sathieu](https://github.com/sathieu)) |
| 16 | + |
| 17 | +## Dependencies |
| 18 | + |
| 19 | +### Added |
| 20 | +- go.yaml.in/yaml/v2: v2.4.2 |
| 21 | +- go.yaml.in/yaml/v3: v3.0.4 |
| 22 | +- sigs.k8s.io/structured-merge-diff/v6: v6.3.0 |
| 23 | + |
| 24 | +### Changed |
| 25 | +- github.com/emicklei/go-restful/v3: [v3.12.1 → v3.12.2](https://github.com/emicklei/go-restful/compare/v3.12.1...v3.12.2) |
| 26 | +- github.com/fxamacker/cbor/v2: [v2.8.0 → v2.9.0](https://github.com/fxamacker/cbor/compare/v2.8.0...v2.9.0) |
| 27 | +- github.com/google/gnostic-models: [v0.6.9 → v0.7.0](https://github.com/google/gnostic-models/compare/v0.6.9...v0.7.0) |
| 28 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.24.0 → v2.26.3](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.24.0...v2.26.3) |
| 29 | +- github.com/modern-go/reflect2: [v1.0.2 → 35a7c28](https://github.com/modern-go/reflect2/compare/v1.0.2...35a7c28) |
| 30 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.33.0 → v1.34.0 |
| 31 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.33.0 → v1.34.0 |
| 32 | +- go.opentelemetry.io/proto/otlp: v1.4.0 → v1.5.0 |
| 33 | +- google.golang.org/genproto/googleapis/api: 56aae31 → a0af3ef |
| 34 | +- google.golang.org/genproto/googleapis/rpc: 56aae31 → a0af3ef |
| 35 | +- google.golang.org/grpc: v1.72.0 → v1.72.1 |
| 36 | +- k8s.io/api: v0.33.1 → v0.34.0 |
| 37 | +- k8s.io/apimachinery: v0.33.1 → v0.34.0 |
| 38 | +- k8s.io/client-go: v0.33.1 → v0.34.0 |
| 39 | +- k8s.io/component-base: v0.33.1 → v0.34.0 |
| 40 | +- k8s.io/kube-openapi: c8a335a → f3f2b99 |
| 41 | +- k8s.io/utils: 24370be → 4c0f3b2 |
| 42 | +- sigs.k8s.io/structured-merge-diff/v4: v4.7.0 → v4.6.0 |
| 43 | +- sigs.k8s.io/yaml: v1.4.0 → v1.6.0 |
| 44 | + |
| 45 | +### Removed |
| 46 | +_Nothing has changed._ |
0 commit comments