Skip to content

Commit a3717ad

Browse files
Add changelog for v0.17.0
1 parent ce50692 commit a3717ad

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG/CHANGELOG-0.17.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Release notes for v0.17.0
2+
3+
# Changelog since v0.16.0
4+
5+
## Changes by Kind
6+
7+
### Uncategorized
8+
9+
## Dependencies
10+
11+
### Added
12+
- github.com/gorilla/websocket: [v1.5.0](https://github.com/gorilla/websocket/tree/v1.5.0)
13+
14+
### Changed
15+
- github.com/container-storage-interface/spec: [v1.8.0 → v1.9.0](https://github.com/container-storage-interface/spec/compare/v1.8.0...v1.9.0)
16+
- github.com/emicklei/go-restful/v3: [v3.9.0 → v3.11.0](https://github.com/emicklei/go-restful/v3/compare/v3.9.0...v3.11.0)
17+
- github.com/evanphx/json-patch: [v5.6.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v4.12.0)
18+
- github.com/go-logr/logr: [v1.2.4 → v1.3.0](https://github.com/go-logr/logr/compare/v1.2.4...v1.3.0)
19+
- github.com/google/go-cmp: [v0.5.9 → v0.6.0](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)
20+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0 → v2.16.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/compare/v2.7.0...v2.16.0)
21+
- github.com/onsi/ginkgo/v2: [v2.9.4 → v2.13.0](https://github.com/onsi/ginkgo/v2/compare/v2.9.4...v2.13.0)
22+
- github.com/onsi/gomega: [v1.27.6 → v1.29.0](https://github.com/onsi/gomega/compare/v1.27.6...v1.29.0)
23+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.1 → v0.44.0
24+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0 → v1.19.0
25+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0 → v1.19.0
26+
- go.opentelemetry.io/otel/sdk: v1.10.0 → v1.19.0
27+
- go.opentelemetry.io/proto/otlp: v0.19.0 → v1.0.0
28+
- golang.org/x/tools: v0.8.0 → v0.12.0
29+
- k8s.io/api: v0.28.0 → v0.29.0
30+
- k8s.io/apimachinery: v0.28.0 → v0.29.0
31+
- k8s.io/client-go: v0.28.0 → v0.29.0
32+
- k8s.io/component-base: v0.28.0 → v0.29.0
33+
- k8s.io/gengo: 485abfe → 9cce18d
34+
- k8s.io/klog/v2: v2.100.1 → v2.110.1
35+
- k8s.io/kube-openapi: 2695361 → 2dd684a
36+
- k8s.io/utils: d93618c → 3b25d92
37+
- sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1
38+
39+
### Removed
40+
- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0
41+
- go.uber.org/goleak: v1.2.1

0 commit comments

Comments
 (0)