1516 Commits

Author SHA1 Message Date
andyzhangx
f9d8919eda cleanup: remove unused livenessProbe in registrar container 2024-11-27 06:56:33 +00:00
dependabot[bot]
716a6e7906
chore(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.35.1 to 1.36.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.35.1...v1.36.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>
2024-11-27 06:53:03 +00:00
Andy Zhang
5aa0a04595
Merge pull request #802 from andyzhangx/remove-group-dependabot
cleanup: remove group update in dependabot
2024-11-27 14:51:04 +08:00
andyzhangx
513e5f13a7 cleanup: remove group update in dependabot 2024-11-27 06:16:25 +00:00
Kubernetes Prow Robot
97e818a9a0
Merge pull request #800 from gulywwx/fix-doc-debug-cmd-issue
doc: missing keyword pod in command
2024-11-26 05:34:55 +00:00
XueFeng
01607eb175 missing keyword pod in command 2024-11-26 15:59:56 +11:00
Kubernetes Prow Robot
a9e1216780
Merge pull request #798 from kubernetes-csi/dependabot/go_modules/k8s-f326b39a94
chore(deps): bump the k8s group with 2 updates
2024-11-23 13:04:54 +00:00
dependabot[bot]
d07d0aa02b
chore(deps): bump the k8s group with 2 updates
Bumps the k8s group with 2 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and google.golang.org/protobuf.


Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.22.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.21.0...v2.22.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 08:05:44 +00:00
Andy Zhang
cde3779240
Merge pull request #797 from andyzhangx/update-dependabot
chore: update dependabot
2024-11-23 16:04:39 +08:00
Andy Zhang
2421ada64e
Merge pull request #796 from andyzhangx/upgrade-csi-spec
chore: update CSI spec to v1.10.0
2024-11-23 16:04:15 +08:00
andyzhangx
9083c5350d chore: update dependabot 2024-11-23 03:34:48 +00:00
andyzhangx
86f7309499 chore: fix ut 2024-11-23 03:04:36 +00:00
andyzhangx
a9c4f7fd04 chore: update CSI spec to v1.10.0 2024-11-23 02:53:01 +00:00
Kubernetes Prow Robot
c83fa4e26a
Merge pull request #793 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.31.0
chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
2024-11-16 02:24:52 +00:00
dependabot[bot]
31ee436136
chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/net/compare/v0.30.0...v0.31.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>
2024-11-15 22:24:32 +00:00
Andy Zhang
e6601d3be4
Merge pull request #790 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.68.0
chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0
2024-11-15 15:53:36 +08:00
Kubernetes Prow Robot
a7cfba26d9
Merge pull request #792 from umagnus/add_timeout_mount
fix: add timeout on mount to fix stuck issue
2024-11-15 07:48:52 +00:00
umagnus
0e85efab3d add timeout on mount 2024-11-15 03:43:58 +00:00
dependabot[bot]
32d214a912
chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.67.1...v1.68.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>
2024-11-07 22:55:18 +00:00
Andy Zhang
18fdc4a39e
Merge pull request #789 from andyzhangx/fix-trivy2
test: fix trivy action
2024-11-07 22:41:57 +08:00
andyzhangx
14c63536a0 test: fix trivy action 2024-11-07 13:58:58 +00:00
Kubernetes Prow Robot
265082bc84
Merge pull request #786 from kubernetes-csi/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.21.0
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0
2024-11-07 03:47:29 +00:00
dependabot[bot]
97b1e8d655
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.2 to 2.21.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.20.2...v2.21.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>
2024-11-04 22:22:08 +00:00
Kubernetes Prow Robot
39e9d745cd
Merge pull request #785 from kubernetes-csi/dependabot/go_modules/github.com/onsi/gomega-1.35.1
chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1
2024-11-03 02:47:27 +00:00
dependabot[bot]
0605d52ff2
chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.2 to 1.35.1.
- [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.34.2...v1.35.1)

---
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>
2024-10-31 22:54:40 +00:00
Kubernetes Prow Robot
00dd500f1c
Merge pull request #782 from kubernetes-csi/dependabot/go_modules/google.golang.org/protobuf-1.35.1
chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
2024-10-23 07:32:51 +01:00
dependabot[bot]
8cd9ed05e5
chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 22:59:40 +00:00
Kubernetes Prow Robot
7a7cf76a3b
Merge pull request #781 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.30.0
chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
2024-10-22 05:38:51 +01:00
dependabot[bot]
429dfff4f5
chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/net/compare/v0.29.0...v0.30.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>
2024-10-21 22:34:47 +00:00
Kubernetes Prow Robot
91dfa869e6
Merge pull request #778 from TerryHowe/prow-update-master
Prow update master
2024-10-21 06:03:05 +01:00
Andy Zhang
1f84a95e52
Merge pull request #780 from andyzhangx/add-CriticalAddonsOnly-toleration
fix: add CriticalAddonsOnly toleration into controller pod
2024-10-21 10:32:25 +08:00
Andy Zhang
b5736eaf59
Merge pull request #775 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.67.1
chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1
2024-10-21 10:32:13 +08:00
andyzhangx
ebf4abe088 fix: add CriticalAddonsOnly toleration into controller pod 2024-10-20 12:06:48 +00:00
Andy Zhang
620339233b
Merge pull request #779 from andyzhangx/go-build-1.22.5
fix: build with go 1.22.5 to fix golang CVE
2024-10-20 11:50:40 +08:00
andyzhangx
df5437caf8 Squashed 'release-tools/' changes from f40f0ccd..227577e0
227577e0 Merge pull request #258 from gnufied/enable-race-detection
e1ceee28 Always enable race detection while running tests
988496a1 Merge pull request #257 from jakobmoellerdev/csi-prow-sidecar-e2e-path
028f8c69 chore: bump to Go 1.22.5
69bd71e8 chore: add CSI_PROW_SIDECAR_E2E_PATH

git-subtree-dir: release-tools
git-subtree-split: 227577e00e93c3db4e732df1a71e37676fa33bfd
2024-10-20 01:19:48 +00:00
andyzhangx
2eaff7cc7a Merge commit 'df5437caf8696d5894da698b47b9427c2cd77aef' into go-build-1.22.5 2024-10-20 01:19:48 +00:00
Terry Howe
dfd03854c2 release-tools: update
Commit summary:
2912787d Squashed 'release-tools/' changes from f40f0ccd..227577e0

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2024-10-19 08:05:06 -06:00
Terry Howe
2912787de1 Squashed 'release-tools/' changes from f40f0ccd..227577e0
227577e0 Merge pull request #258 from gnufied/enable-race-detection
e1ceee28 Always enable race detection while running tests
988496a1 Merge pull request #257 from jakobmoellerdev/csi-prow-sidecar-e2e-path
028f8c69 chore: bump to Go 1.22.5
69bd71e8 chore: add CSI_PROW_SIDECAR_E2E_PATH

git-subtree-dir: release-tools
git-subtree-split: 227577e00e93c3db4e732df1a71e37676fa33bfd
2024-10-19 08:05:03 -06:00
dependabot[bot]
4172252b7e
chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.67.0...v1.67.1)

---
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>
2024-10-01 22:28:29 +00:00
Kubernetes Prow Robot
062d67c561
Merge pull request #772 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.67.0
chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0
2024-09-21 02:09:58 +01:00
dependabot[bot]
3c6200a047
chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.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>
2024-09-20 22:12:41 +00:00
Andy Zhang
096163569b
Merge pull request #770 from andyzhangx/remove-parent-dir
fix: remove parent dir in DeleteVolume
2024-09-15 23:02:12 +08:00
andyzhangx
ac100207b4 test: change one e2e test 2024-09-15 04:11:38 +00:00
andyzhangx
ade197cd1d fix: remove parent dir in DeleteVolume 2024-09-15 02:54:19 +00:00
Andy Zhang
f72a3b4cee
Merge pull request #769 from andyzhangx/upgrade-sidecar-images5
chore: upgrade sidecar image versions
2024-09-15 08:54:07 +08:00
andyzhangx
e213c26684 chore: upgrade sidecar image versions 2024-09-14 13:33:47 +00:00
Kubernetes Prow Robot
de5f014b3b
Merge pull request #768 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.66.2
chore(deps): bump google.golang.org/grpc from 1.66.1 to 1.66.2
2024-09-12 02:01:12 +01:00
dependabot[bot]
9dcecae6ad
chore(deps): bump google.golang.org/grpc from 1.66.1 to 1.66.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.1 to 1.66.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.1...v1.66.2)

---
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>
2024-09-11 22:54:20 +00:00
Kubernetes Prow Robot
207ebca6af
Merge pull request #767 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.66.1
chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1
2024-09-10 02:49:13 +01:00
dependabot[bot]
0ed41d26dd
chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.66.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.0...v1.66.1)

---
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>
2024-09-09 23:00:10 +00:00