Skip to content

Commit 2f1b005

Browse files
authored
Merge pull request #507 from xing-yang/changelog_1.13
Add changelog for v1.13
2 parents 0e60ce8 + f5be69f commit 2f1b005

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

CHANGELOG/CHANGELOG-1.13.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
# Release notes for v1.13.0
2+
3+
# Changelog since v1.12.0
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- Add socat binary into registry.k8s.io/sig-storage/hostpathplugin image ([#498](https://github.com/kubernetes-csi/csi-driver-host-path/pull/498), [@carlory](https://github.com/carlory))
10+
- Hostpath driver implements the ControllerModityVolume feature ([#481](https://github.com/kubernetes-csi/csi-driver-host-path/pull/481), [@carlory](https://github.com/carlory))
11+
- Together with the Kubernetes CSI external-snapshotter, the csi-driver-host-path provides ALPHA support for the VolumeGroupSnapshot functionality. ([#399](https://github.com/kubernetes-csi/csi-driver-host-path/pull/399), [@nixpanic](https://github.com/nixpanic))
12+
13+
### Bug or Regression
14+
15+
- Fix missing published target paths when republish the ephemeral volume ([#480](https://github.com/kubernetes-csi/csi-driver-host-path/pull/480), [@carlory](https://github.com/carlory))
16+
17+
### Other (Cleanup or Flake)
18+
19+
- Update deploy directory structure and update sidecar releases, corresponding to Kubernetes 1.29. ([#501](https://github.com/kubernetes-csi/csi-driver-host-path/pull/501), [@RaunakShah](https://github.com/RaunakShah))
20+
21+
### Uncategorized
22+
23+
- Fix an issue with GetVolumeGroupSnapshot where SourceVolumeIDs were compared with SnapshotIDs. ([#494](https://github.com/kubernetes-csi/csi-driver-host-path/pull/494), [@nixpanic](https://github.com/nixpanic))
24+
- Update kubernetes dependencies to v1.29.0 ([#487](https://github.com/kubernetes-csi/csi-driver-host-path/pull/487), [@sunnylovestiramisu](https://github.com/sunnylovestiramisu))
25+
26+
## Dependencies
27+
28+
### Added
29+
- github.com/danwinship/knftables: [v0.0.13](https://github.com/danwinship/knftables/tree/v0.0.13)
30+
- github.com/distribution/reference: [v0.5.0](https://github.com/distribution/reference/tree/v0.5.0)
31+
- github.com/google/s2a-go: [v0.1.7](https://github.com/google/s2a-go/tree/v0.1.7)
32+
33+
### Changed
34+
- cloud.google.com/go/compute: v1.21.0 → v1.23.3
35+
- github.com/cncf/xds/go: [e9ce688 → 0fa0005](https://github.com/cncf/xds/go/compare/e9ce688...0fa0005)
36+
- 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)
37+
- github.com/coredns/corefile-migration: [v1.0.20 → v1.0.21](https://github.com/coredns/corefile-migration/compare/v1.0.20...v1.0.21)
38+
- github.com/cyphar/filepath-securejoin: [v0.2.3 → v0.2.4](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4)
39+
- 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)
40+
- github.com/envoyproxy/go-control-plane: [v0.11.1 → v0.12.0](https://github.com/envoyproxy/go-control-plane/compare/v0.11.1...v0.12.0)
41+
- github.com/envoyproxy/protoc-gen-validate: [v1.0.2 → v1.0.4](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.2...v1.0.4)
42+
- github.com/fsnotify/fsnotify: [v1.6.0 → v1.7.0](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0)
43+
- github.com/go-logr/logr: [v1.2.4 → v1.4.1](https://github.com/go-logr/logr/compare/v1.2.4...v1.4.1)
44+
- github.com/godbus/dbus/v5: [v5.0.6 → v5.1.0](https://github.com/godbus/dbus/v5/compare/v5.0.6...v5.1.0)
45+
- github.com/golang/glog: [v1.1.2 → v1.2.0](https://github.com/golang/glog/compare/v1.1.2...v1.2.0)
46+
- github.com/google/cadvisor: [v0.47.3 → v0.48.1](https://github.com/google/cadvisor/compare/v0.47.3...v0.48.1)
47+
- github.com/google/cel-go: [v0.16.1 → v0.17.7](https://github.com/google/cel-go/compare/v0.16.1...v0.17.7)
48+
- github.com/google/go-cmp: [v0.5.9 → v0.6.0](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)
49+
- github.com/google/uuid: [v1.3.0 → v1.6.0](https://github.com/google/uuid/compare/v1.3.0...v1.6.0)
50+
- github.com/googleapis/gax-go/v2: [v2.7.1 → v2.11.0](https://github.com/googleapis/gax-go/v2/compare/v2.7.1...v2.11.0)
51+
- github.com/gorilla/websocket: [v1.4.2 → v1.5.0](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)
52+
- 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)
53+
- github.com/ishidawataru/sctp: [7c296d4 → 7ff4192](https://github.com/ishidawataru/sctp/compare/7c296d4...7ff4192)
54+
- github.com/kubernetes-csi/csi-lib-utils: [v0.15.0 → v0.17.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.15.0...v0.17.0)
55+
- github.com/mrunalp/fileutils: [v0.5.0 → v0.5.1](https://github.com/mrunalp/fileutils/compare/v0.5.0...v0.5.1)
56+
- github.com/onsi/ginkgo/v2: [v2.9.4 → v2.13.0](https://github.com/onsi/ginkgo/v2/compare/v2.9.4...v2.13.0)
57+
- github.com/onsi/gomega: [v1.27.6 → v1.29.0](https://github.com/onsi/gomega/compare/v1.27.6...v1.29.0)
58+
- github.com/opencontainers/runc: [v1.1.7 → v1.1.10](https://github.com/opencontainers/runc/compare/v1.1.7...v1.1.10)
59+
- github.com/opencontainers/selinux: [v1.10.0 → v1.11.0](https://github.com/opencontainers/selinux/compare/v1.10.0...v1.11.0)
60+
- github.com/vmware/govmomi: [v0.30.0 → v0.30.6](https://github.com/vmware/govmomi/compare/v0.30.0...v0.30.6)
61+
- go.etcd.io/bbolt: v1.3.7 → v1.3.8
62+
- go.etcd.io/etcd/api/v3: v3.5.9 → v3.5.10
63+
- go.etcd.io/etcd/client/pkg/v3: v3.5.9 → v3.5.10
64+
- go.etcd.io/etcd/client/v2: v2.305.9 → v2.305.10
65+
- go.etcd.io/etcd/client/v3: v3.5.9 → v3.5.10
66+
- go.etcd.io/etcd/pkg/v3: v3.5.9 → v3.5.10
67+
- go.etcd.io/etcd/raft/v3: v3.5.9 → v3.5.10
68+
- go.etcd.io/etcd/server/v3: v3.5.9 → v3.5.10
69+
- go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful: v0.35.0 → v0.42.0
70+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.41.0 → v0.44.0
71+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.1 → v0.44.0
72+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0 → v1.19.0
73+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0 → v1.19.0
74+
- go.opentelemetry.io/otel/metric: v0.38.0 → v1.19.0
75+
- go.opentelemetry.io/otel/sdk: v1.10.0 → v1.19.0
76+
- go.opentelemetry.io/otel/trace: v1.15.0 → v1.19.0
77+
- go.opentelemetry.io/otel: v1.15.0 → v1.19.0
78+
- go.opentelemetry.io/proto/otlp: v0.19.0 → v1.0.0
79+
- golang.org/x/crypto: v0.14.0 → v0.19.0
80+
- golang.org/x/mod: v0.10.0 → v0.12.0
81+
- golang.org/x/net: v0.17.0 → v0.21.0
82+
- golang.org/x/oauth2: v0.10.0 → v0.16.0
83+
- golang.org/x/sync: v0.3.0 → v0.6.0
84+
- golang.org/x/sys: v0.13.0 → v0.17.0
85+
- golang.org/x/term: v0.13.0 → v0.17.0
86+
- golang.org/x/text: v0.13.0 → v0.14.0
87+
- golang.org/x/tools: v0.8.0 → v0.12.0
88+
- google.golang.org/api: v0.114.0 → v0.126.0
89+
- google.golang.org/appengine: v1.6.7 → v1.6.8
90+
- google.golang.org/genproto/googleapis/api: 782d3b1 → ef43131
91+
- google.golang.org/genproto/googleapis/rpc: 782d3b1 → ef43131
92+
- google.golang.org/genproto: 782d3b1 → ef43131
93+
- google.golang.org/grpc: v1.58.2 → v1.62.0
94+
- google.golang.org/protobuf: v1.31.0 → v1.32.0
95+
- k8s.io/api: v0.28.2 → v0.29.0
96+
- k8s.io/apiextensions-apiserver: v0.28.2 → v0.29.0
97+
- k8s.io/apimachinery: v0.28.2 → v0.29.0
98+
- k8s.io/apiserver: v0.28.2 → v0.29.0
99+
- k8s.io/cli-runtime: v0.28.2 → v0.29.0
100+
- k8s.io/client-go: v0.28.2 → v0.29.0
101+
- k8s.io/cloud-provider: v0.28.2 → v0.29.0
102+
- k8s.io/cluster-bootstrap: v0.28.2 → v0.29.0
103+
- k8s.io/code-generator: v0.28.2 → v0.29.0
104+
- k8s.io/component-base: v0.28.2 → v0.29.0
105+
- k8s.io/component-helpers: v0.28.2 → v0.29.0
106+
- k8s.io/controller-manager: v0.28.2 → v0.29.0
107+
- k8s.io/cri-api: v0.28.2 → v0.29.0
108+
- k8s.io/csi-translation-lib: v0.28.2 → v0.29.0
109+
- k8s.io/dynamic-resource-allocation: v0.28.2 → v0.29.0
110+
- k8s.io/endpointslice: v0.28.2 → v0.29.0
111+
- k8s.io/gengo: c0856e2 → 9cce18d
112+
- k8s.io/klog/v2: v2.100.1 → v2.120.1
113+
- k8s.io/kms: v0.28.2 → v0.29.0
114+
- k8s.io/kube-aggregator: v0.28.2 → v0.29.0
115+
- k8s.io/kube-controller-manager: v0.28.2 → v0.29.0
116+
- k8s.io/kube-openapi: 2695361 → 2dd684a
117+
- k8s.io/kube-proxy: v0.28.2 → v0.29.0
118+
- k8s.io/kube-scheduler: v0.28.2 → v0.29.0
119+
- k8s.io/kubectl: v0.28.2 → v0.29.0
120+
- k8s.io/kubelet: v0.28.2 → v0.29.0
121+
- k8s.io/kubernetes: v1.28.2 → v1.29.0
122+
- k8s.io/legacy-cloud-providers: v0.28.2 → v0.29.0
123+
- k8s.io/metrics: v0.28.2 → v0.29.0
124+
- k8s.io/mount-utils: v0.28.2 → v0.29.0
125+
- k8s.io/pod-security-admission: v0.28.2 → v0.29.0
126+
- k8s.io/sample-apiserver: v0.28.2 → v0.29.0
127+
- k8s.io/utils: d93618c → 3b25d92
128+
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.1.2 → v0.28.0
129+
- sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1
130+
131+
### Removed
132+
- github.com/docker/distribution: [v2.8.2+incompatible](https://github.com/docker/distribution/tree/v2.8.2)
133+
- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0

0 commit comments

Comments
 (0)