dependabot[bot]
cbd1689e09
chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.8
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.27.6 to 1.27.8.
- [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.6...v1.27.8 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 22:33:35 +00:00
dependabot[bot]
53245449fd
chore(deps): bump github.com/onsi/ginkgo from 1.14.0 to 1.16.5
...
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo ) from 1.14.0 to 1.16.5.
- [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/v1.14.0...v1.16.5 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 23:07:37 +00:00
dependabot[bot]
9f6bf579c6
chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.0 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.4 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 23:16:17 +00:00
dependabot[bot]
b555128e70
chore(deps): bump github.com/onsi/gomega from 1.10.1 to 1.27.6
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.10.1 to 1.27.6.
- [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.10.1...v1.27.6 )
---
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-05-09 23:04:18 +00:00
andyzhangx
f8ff3228f4
cleanup: vendor dependencies
2023-02-13 14:23:59 +00:00
fsl
1ddab947bc
fix: upgrade package dependencies
2023-01-15 16:55:29 +08:00
andyzhangx
9058c86fd8
chore: vendor latest mount-utils lib
...
chore: vendor latest mount-utils lib
2023-01-08 02:44:33 +00:00
andyzhangx
40e3d56201
fix: CVE-2022-29526
2022-08-04 12:32:20 +00:00
Pierre Prinetti
b8cf9c528f
fix: Address CVE-2022-21698
...
Upgrade the Prometheus client to v1.11.1.
This commit is the result of running:
```
go get github.com/prometheus/client_golang@v1.11.1 \
&& go mod tidy && go mod vendor
```
See https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p
**What this PR does / why we need it**:
Upgrades `github.com/prometheus/client_golang` to v1.11.1, where the vulnerability has been fixed.
2022-03-24 17:01:33 +01:00
andyzhangx
0768b140af
cleanup: remove snapshot dependency
2022-02-06 13:51:39 +00:00
andyzhangx
9cf4719a97
chore: upgrade to k8s 1.23 lib
2021-12-31 07:40:41 +00:00
Pierre Prinetti
6abb111ac6
Bump k8s to v.0.22.3
...
Fully address CVE-2021-3121 in the process.
2021-11-15 14:59:23 +01:00
andyzhangx
fd5bac4692
feat: ReadWriteOncePod support
...
update controller cap
add node cap
fix test
2021-09-20 03:04:57 +00:00
Matthew Booth
f60438f5bf
Bump k8s to v0.21.0
2021-04-26 09:48:33 +01:00
andyzhangx
4e11d4322d
chore: use klog instead of glog
...
chore: use klog in nfs binary build
update go mod
2021-01-19 14:37:40 +00:00
andyzhangx
f7a1b9aec1
chore: upgrade k8s dependencies
2021-01-02 00:46:27 +00:00
Michelle Au
1238d27bad
Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0
...
Change-Id: I607c182c09a88a7daf1e4ffb67a28ab16d1f23ae
2020-11-30 18:23:47 -08:00
Jiaxun Song
bfdc82f398
fix: make verify checks
2020-11-18 19:02:49 +00:00
Mayank Shah
5747698dff
Add DynamicallyProvisionedCmdVolumeTest
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-11 20:47:25 +05:30
Mayank Shah
21db7fafe6
Update vendor directory
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-03 23:56:05 +05:30
Mayank Shah
002b246eb0
Update k8s.io/kubernetes to use v1.18.0
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-02 20:33:59 +05:30
Jan Wozniak
40f35a984c
go mod vendor
2020-02-12 15:44:54 +01:00
Jan Wozniak
aec3981aee
Cleanup indirect dependencies
2020-02-02 16:05:40 +01:00
Jan Wozniak
0e6e8d1926
Update vendor from go modules
...
$ go mod tidy
$ go mod vendor
2020-02-02 15:55:23 +01:00
Mathusan Selvarajah
e88a4ea5d4
remove csi-common dependency from vendor files
2019-05-30 16:41:07 -04:00
Mathusan Selvarajah
04b68cc678
update vendor files to kube 1.14
2019-04-23 15:42:44 -04:00
prateekpandey14
9e60b2f3c8
Add vendor dependencies
...
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
2019-02-07 14:49:15 +05:30