Skip to content

Commit 9454fa8

Browse files
authored
Merge pull request #1466 from kubernetes-sigs/release-note-1025
Update changelog
2 parents 728ed49 + 0f13dc3 commit 9454fa8

File tree

6 files changed

+149
-1
lines changed

6 files changed

+149
-1
lines changed

CHANGELOG/CHANGELOG-1.10.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.10.10 - Changelog since v1.10.8
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- CVE fixes: CVE-2023-39323 ([#1412](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1412), [@dannawang0221](https://github.com/dannawang0221))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Update go version to 1.20.10 ([#1453](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1453), [@tyuchn](https://github.com/tyuchn))
12+
13+
## Dependencies
14+
15+
### Changed
16+
17+
- golang.org/x/crypto: v0.11.0 → v0.14.0
18+
- golang.org/x/net: v0.12.0 → v0.17.0
19+
- golang.org/x/sys: v0.10.0 → v0.13.0
20+
- golang.org/x/term: v0.10.0 → v0.13.0
21+
- golang.org/x/text: v0.11.0 → v0.13.0
22+
123
# v1.10.8 - Changelog since v1.10.7
224

325
## Changes by Kind

CHANGELOG/CHANGELOG-1.11.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.11.4 - Changelog since v1.11.2
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- CVE fixes: CVE-2023-39323 ([#1412](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1412), [@dannawang0221](https://github.com/dannawang0221))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Update go version to 1.20.10 ([#1453](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1453), [@tyuchn](https://github.com/tyuchn))
12+
13+
## Dependencies
14+
15+
### Changed
16+
17+
- golang.org/x/crypto: v0.11.0 → v0.14.0
18+
- golang.org/x/net: v0.12.0 → v0.17.0
19+
- golang.org/x/sys: v0.10.0 → v0.13.0
20+
- golang.org/x/term: v0.10.0 → v0.13.0
21+
- golang.org/x/text: v0.11.0 → v0.13.0
22+
123
# v1.11.2 - Changelog since v1.11.1
224
## Changes by Kind
325

CHANGELOG/CHANGELOG-1.12.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.12.2 - Changelog since v1.12.0
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- CVE fixes: CVE-2023-39323 ([#1412](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1412), [@dannawang0221](https://github.com/dannawang0221))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Update go version to 1.20.10 ([#1453](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1453), [@tyuchn](https://github.com/tyuchn))
12+
13+
## Dependencies
14+
15+
### Changed
16+
17+
- golang.org/x/crypto: v0.11.0 → v0.14.0
18+
- golang.org/x/net: v0.12.0 → v0.17.0
19+
- golang.org/x/sys: v0.10.0 → v0.13.0
20+
- golang.org/x/term: v0.10.0 → v0.13.0
21+
- golang.org/x/text: v0.11.0 → v0.13.0
22+
123
# v1.12.0 - Changelog since v1.11.1
224

325
## Changes by Kind
@@ -9,10 +31,13 @@
931
## Dependencies
1032

1133
### Added
34+
1235
_Nothing has changed._
1336

1437
### Changed
38+
1539
_Nothing has changed._
1640

1741
### Removed
18-
_Nothing has changed._
42+
43+
_Nothing has changed._

CHANGELOG/CHANGELOG-1.7.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v1.7.17 - Changelog since v1.7.15
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- CVE fixes: CVE-2023-39323 ([#1412](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1412), [@dannawang0221](https://github.com/dannawang0221))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Update go version to 1.20.10 ([#1453](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1453), [@tyuchn](https://github.com/tyuchn))
12+
13+
## Dependencies
14+
15+
### Added
16+
17+
_Nothing has changed._
18+
19+
### Changed
20+
21+
- golang.org/x/crypto: v0.9.0 → v0.14.0
22+
- golang.org/x/net: v0.10.0 → v0.17.0
23+
- golang.org/x/sys: v0.8.0 → v0.13.0
24+
- golang.org/x/term: v0.8.0 → v0.13.0
25+
- golang.org/x/text: v0.9.0 → v0.13.0
26+
127
# v1.7.15 - Changelog since v1.7.13
228

329
## Changes by Kind
@@ -58,6 +84,7 @@
5884
## Dependencies
5985

6086
### Added
87+
6188
- bitbucket.org/creachadair/stringset: v0.0.9
6289
- cloud.google.com/go/accessapproval: v1.6.0
6390
- cloud.google.com/go/accesscontextmanager: v1.7.0
@@ -235,6 +262,7 @@
235262
- sigs.k8s.io/json: 9f7c6b3
236263

237264
### Changed
265+
238266
- cloud.google.com/go/bigquery: v1.8.0 → v1.50.0
239267
- cloud.google.com/go/datastore: v1.1.0 → v1.11.0
240268
- cloud.google.com/go/firestore: v1.1.0 → v1.9.0
@@ -355,6 +383,7 @@
355383
- sigs.k8s.io/yaml: v1.2.0 → v1.3.0
356384

357385
### Removed
386+
358387
- contrib.go.opencensus.io/exporter/stackdriver: v0.12.8
359388
- git.apache.org/thrift.git: 2566ecd
360389
- github.com/aws/aws-k8s-tester: [b411acf](https://github.com/aws/aws-k8s-tester/tree/b411acf)
@@ -491,10 +520,13 @@ _Nothing has changed._
491520
## Dependencies
492521

493522
### Added
523+
494524
_Nothing has changed._
495525

496526
### Changed
527+
497528
- github.com/prometheus/client_golang: [v1.11.0 → v1.11.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)
498529

499530
### Removed
531+
500532
_Nothing has changed._

CHANGELOG/CHANGELOG-1.8.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.8.16 - Changelog since v1.8.14
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- CVE fixes: CVE-2023-39323 ([#1412](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1412), [@dannawang0221](https://github.com/dannawang0221))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Update go version to 1.20.10 ([#1453](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1453), [@tyuchn](https://github.com/tyuchn))
12+
13+
## Dependencies
14+
15+
### Changed
16+
17+
- golang.org/x/crypto: 8634188 → v0.14.0
18+
- golang.org/x/net: v0.8.0 → v0.17.0
19+
- golang.org/x/sys: v0.6.0 → v0.13.0
20+
- golang.org/x/term: v0.6.0 → v0.13.0
21+
- golang.org/x/text: v0.8.0 → v0.13.0
22+
123
# v1.8.14 - Changelog since v1.8.11
224

325
## Changes by Kind
@@ -40,6 +62,7 @@
4062
## Dependencies
4163

4264
### Added
65+
4366
- cloud.google.com/go/accessapproval: v1.6.0
4467
- cloud.google.com/go/accesscontextmanager: v1.6.0
4568
- cloud.google.com/go/aiplatform: v1.35.0
@@ -155,6 +178,7 @@
155178
- cloud.google.com/go/workflows: v1.10.0
156179

157180
### Changed
181+
158182
- cloud.google.com/go/bigquery: v1.8.0 → v1.48.0
159183
- cloud.google.com/go/compute: v1.7.0 → v1.18.0
160184
- cloud.google.com/go/datastore: v1.1.0 → v1.10.0
@@ -194,6 +218,7 @@
194218
- google.golang.org/protobuf: v1.28.0 → v1.30.0
195219

196220
### Removed
221+
197222
- github.com/googleapis/go-type-adapters: [v1.0.0](https://github.com/googleapis/go-type-adapters/tree/v1.0.0)
198223

199224
# v1.8.8 - Changelog since v1.8.7

CHANGELOG/CHANGELOG-1.9.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.9.12 - Changelog since v1.9.10
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- CVE fixes: CVE-2023-39323 ([#1412](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1412), [@dannawang0221](https://github.com/dannawang0221))
8+
9+
### Other (Cleanup or Flake)
10+
11+
- Update go version to 1.20.10 ([#1453](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1453), [@tyuchn](https://github.com/tyuchn))
12+
13+
## Dependencies
14+
15+
### Changed
16+
17+
- golang.org/x/crypto: v0.11.0 → v0.14.0
18+
- golang.org/x/net: v0.12.0 → v0.17.0
19+
- golang.org/x/sys: v0.10.0 → v0.13.0
20+
- golang.org/x/term: v0.10.0 → v0.13.0
21+
- golang.org/x/text: v0.11.0 → v0.13.0
22+
123
# v1.9.10 - Changelog since v1.9.9
224

325
## Changes by Kind

0 commit comments

Comments
 (0)