Andy Zhang
b9de6a0f94
Merge pull request #536 from andyzhangx/test-gomod-check
...
test: add more gomod check
2023-11-05 10:58:14 +08:00
Andy Zhang
33703cce11
Merge pull request #537 from andyzhangx/fix-doc-typo
...
doc: fix doc typo
2023-11-05 08:44:12 +08:00
andyzhangx
80f4f6bf76
doc: fix doc typo
2023-11-04 15:58:20 +00:00
andyzhangx
552f8f1c7f
test: add more gomod check
2023-11-04 15:27:15 +00:00
Kubernetes Prow Robot
28be3b0c8d
Merge pull request #535 from kubernetes-csi/dependabot/go_modules/sigs.k8s.io/yaml-1.4.0
...
chore(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
2023-11-04 12:18:05 +01:00
dependabot[bot]
bda629104e
chore(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
...
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases )
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/yaml/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/yaml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 22:11:25 +00:00
Kubernetes Prow Robot
4fd341b4a7
Merge pull request #532 from kubernetes-csi/dependabot/go_modules/github.com/onsi/gomega-1.29.0
...
chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.29.0
2023-10-31 04:31:11 +01:00
dependabot[bot]
224d49172a
chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.29.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.28.0 to 1.29.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.28.0...v1.29.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-25 22:20:17 +00:00
Kubernetes Prow Robot
72c8ff7d8e
Merge pull request #528 from shiftstack/fix_dynamic_allocation
...
go.mod: Fix unresolvable indirect dependency
2023-10-25 18:41:59 +02:00
Pierre Prinetti
7ebdcee7a0
go.mod: Fix unresolvable indirect dependency
...
Fix `go list -mod=readonly -m all` by adding a replace for
`k8s.io/dynamic-resource-allocation` that points to the
Kubernetes version currently in use.
The packages is not used here, but making the dependency resolvable
makes the go toolchain happy.
cf.: 4b48ab1fdb/go.mod (L265)
2023-10-23 15:06:31 +02: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
Abhijeet Gaurav
116072af88
Update broken links of testgrid dashboard in README.md file
2023-08-21 17:21:35 +05:30
Abhijeet Gaurav
16f461a7d9
Updated broken links of testgrid dashboard in SIDECAR_RELEASE_PROCESS.md file
2023-08-21 17:18:01 +05:30
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