1079 Commits

Author SHA1 Message Date
andyzhangx
e0c7569564 test: fix ut and add e2e test 2023-11-08 14:16:09 +00:00
Navratan Lal Gupta
e819966385 feat: archive pv subdir on delete
fix: failed to archive subdirectory: no such file or dir

fix: failed to rename archive pvc

archived-pvc-1234

fix: volume name

doc: include archive on delete in doc
2023-11-08 14:16:09 +00:00
Kubernetes Prow Robot
32d2422a74
Merge pull request #527 from shiftstack/bump
Bump Go and golang.org/x/... to recent versions
2023-10-20 16:21:40 +02:00
Pierre Prinetti
8b12110b0a
Update k8s.io/apimachinery and k8s.io/apiserver
This change brings no changes in the current code, but asserts that
potential future additions use updated versions of the dependencies.
2023-10-20 10:33:48 +02:00
Pierre Prinetti
93be2ff7ac
Bump Go and golang.org/x/... to recent versions
Mitigations to CVE-2023-44487 were added to golang.org/x/net v0.17
(c4e9120dde92bc2cce99f853d4f1c5afe1cbaa23) and in Go v1.20.10[1]. This PR
bumps Go to v1.20 to benefit from the patches to the standard library.

Aside, this patch also bump the pseudo-standard golang.org/x/...
libraries to their latest available version for good measure.

[1]: https://pkg.go.dev/vuln/GO-2023-2102
2023-10-19 17:05:04 +02:00
Kubernetes Prow Robot
dec5a8c4c7
Merge pull request #523 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.59.0
chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0
2023-10-18 04:15:18 +02:00
dependabot[bot]
c70d7b6163
chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.3...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 22:52:33 +00:00
Kubernetes Prow Robot
ad1a47b84c
Merge pull request #521 from vlboiko/propagate_host_mount_config
feat: propagate default host configuration files to csi node
2023-10-17 17:16:07 +02:00
Volodymyr Boiko
fda9ff2f60 feat: propagate default host configuration files to csi node 2023-10-17 11:02:45 +03:00
Kubernetes Prow Robot
3faec178b1
Merge pull request #520 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.58.3
chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3
2023-10-14 03:06:22 +02:00
dependabot[bot]
e2589d7508
chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.2...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-13 22:52:11 +00:00
Kubernetes Prow Robot
b9d973a532
Merge pull request #519 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.17.0
chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
2023-10-13 16:18:58 +02:00
dependabot[bot]
d6a65ac55a
chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 23:04:37 +00:00
Kubernetes Prow Robot
8e99a9180f
Merge pull request #518 from kubernetes-csi/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.13.0
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0
2023-10-10 05:11:23 +02:00
dependabot[bot]
aaf13147be
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 22:23:05 +00:00
Kubernetes Prow Robot
432ac4bc06
Merge pull request #515 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.16.0
chore(deps): bump golang.org/x/net from 0.15.0 to 0.16.0
2023-10-07 14:44:34 +02:00
Andy Zhang
e524930774
Merge pull request #516 from andyzhangx/fix-logtostderr-panic
fix: flag panic if a flag is defined after being set
2023-10-07 19:26:33 +08:00
andyzhangx
5b8c192b98 fix: flag panic if a flag is defined after being set 2023-10-07 07:20:28 +00:00
dependabot[bot]
8fc7c4a66f
chore(deps): bump golang.org/x/net from 0.15.0 to 0.16.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 22:13:49 +00:00
Kubernetes Prow Robot
77ad4ef138
Merge pull request #513 from kubernetes-csi/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.12.1
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
2023-10-05 07:40:20 +02:00
dependabot[bot]
5754a25383
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.12.0...v2.12.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 22:53:20 +00:00
Kubernetes Prow Robot
eb6b4926b8
Merge pull request #512 from andyzhangx/increase-snapshot-timeout
fix: increase snapshot timeout as 20min
2023-10-04 23:29:57 +02:00
andyzhangx
2dbf7a33c0 fix: increase snapshot timeout as 20min
increase-snapshot-timeout
2023-10-04 02:22:15 +00:00
Kubernetes Prow Robot
ef83e3a5c0
Merge pull request #510 from kubernetes-csi/dependabot/go_modules/github.com/onsi/gomega-1.28.0
chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0
2023-10-04 04:03:29 +02:00
dependabot[bot]
3e3108e2f7
chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.10 to 1.28.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.27.10...v1.28.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 01:18:13 +00:00
Andy Zhang
b8765eb208
Merge pull request #511 from andyzhangx/CVE-2021-25743
fix: CVE-2021-25743
2023-10-04 09:16:58 +08:00
andyzhangx
8d6a60748b test: fix DeletePodAndWait failure 2023-10-03 14:55:11 +00:00
andyzhangx
938abb306f test: use ginko/v2 lib in e2e test 2023-10-03 06:41:42 +00:00
andyzhangx
6c32316f44 chore: fix golint 2023-10-03 04:01:25 +00:00
andyzhangx
b458e3a53f test: test framework change due to k8s 1.26 lib upgrade 2023-10-03 03:47:33 +00:00
andyzhangx
8e6d14d8a2 doc: fix typo 2023-10-03 03:32:10 +00:00
andyzhangx
3196a6d209 chore: upgrade k8s lib to 1.26 2023-10-03 03:31:38 +00:00
Kubernetes Prow Robot
17d99132f9
Merge pull request #506 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.58.2
chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.2
2023-09-30 08:29:57 -07:00
dependabot[bot]
29330cf27e
chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.58.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.58.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 22:21:00 +00:00
Kubernetes Prow Robot
730355c5fd
Merge pull request #502 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.15.0
chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0
2023-09-05 20:58:50 -07:00
dependabot[bot]
637cdf6649
chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 23:03:50 +00:00
Kubernetes Prow Robot
9536ae45f1
Merge pull request #501 from kubernetes-csi/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2023-09-05 05:35:56 -07:00
Kubernetes Prow Robot
d96d46ccfe
Merge pull request #499 from fungaren/csi-node-sa
feat: helm chart override node service account name
2023-09-05 01:15:50 -07:00
dependabot[bot]
d1bc9506a4
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 22:55:05 +00:00
Andy Zhang
76962de442
Merge pull request #498 from andyzhangx/update-release-tools6
chore: update csi-release-tools
2023-08-21 11:20:21 +08:00
fungaren
33e0be2a4b chore: update the latest helm chart tgz file 2023-08-21 10:29:51 +08:00
fungaren
37ee97f17b feat: helm chart override node service account name 2023-08-18 16:38:05 +08:00
Kubernetes Prow Robot
a6ceea02b9
Merge pull request #496 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.14.0
chore(deps): bump golang.org/x/net from 0.13.0 to 0.14.0
2023-08-14 07:53:21 -07:00
andyzhangx
1cc9e2bf48 Merge commit 'ec446a6fdaec96e4339f95940bfc440d7e3a1c56' into update-release-tools6 2023-08-14 14:09:44 +00:00
andyzhangx
ec446a6fda Squashed 'release-tools/' changes from 670bb0ef..de2fba88
de2fba88 Merge pull request #233 from andyzhangx/andyzhangx-patch-1
cee895e1 remove windows 20H2 build since it's EOL long time ago

git-subtree-dir: release-tools
git-subtree-split: de2fba88becec7dec6744355a8ddb0057c5fe2f9
2023-08-14 14:09:44 +00:00
Andy Zhang
419ba24fd0
Merge pull request #497 from andyzhangx/update-release-tools3
chore: update release-tools
2023-08-12 09:41:13 +08:00
andyzhangx
300babff46 Squashed 'release-tools/' changes from e322ce5e..670bb0ef
670bb0ef Merge pull request #229 from marosset/fix-codespell-errors
35d5e783 Merge pull request #219 from yashsingh74/update-registry
63473cc9 Merge pull request #231 from coulof/bump-go-version-1.20.5
29a5c76c Merge pull request #228 from mowangdk/chore/adopt_kubernetes_recommand_labels
8dd28211 Update cloudbuild image with go 1.20.5
1df23dba Merge pull request #230 from msau42/prow
1f92b7e7 Add ginkgo timeout to e2e tests to help catch any stuck tests
2b8b80ea fixing some codespell errors
c10b6780 Merge pull request #227 from coulof/check-sidecar-supported-versions
72984ec0 chore: adopt kubernetes recommand label
b0555351 Header
bd0a10b6 typo
c39d73c3 Add comments
f6491af0 Script to verify EOL sidecar version
4133d1df Merge pull request #226 from msau42/cloudbuild
8d519d23 Pin buildkit to v0.10.6 to workaround v0.11 bug with docker manifest
6e04a030 Merge pull request #224 from msau42/cloudbuild
26fdfffd Update cloudbuild image
6613c398 Merge pull request #223 from sunnylovestiramisu/update
0e7ae993 Update k8s image repo url
77e47cce Merge pull request #222 from xinydev/fix-dep-version
155854b0 Fix dep version mismatch
8f839056 Merge pull request #221 from sunnylovestiramisu/go-update
1d3f94dd Update go version to 1.20 to match k/k v1.27
901bcb5a Update registry k8s.gcr.io -> registry.k8s.io

git-subtree-dir: release-tools
git-subtree-split: 670bb0ef135a53be44643cc34440eff22ad3ac8c
2023-08-11 14:39:24 +00:00
andyzhangx
8fae414d14 Merge commit '300babff46ad5a1dd593a9a7962cd28cd9349563' into update-release-tools3 2023-08-11 14:39:24 +00:00
dependabot[bot]
76d66e2d5c
chore(deps): bump golang.org/x/net from 0.13.0 to 0.14.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 22:53:22 +00:00
Andy Zhang
7d07d45058
Merge pull request #495 from andyzhangx/enable-snapshot-sidecar-v4.4.0
fix: always enable snapshot sidecar container in controller on v4.4.0
2023-08-04 16:15:18 +08:00