Commit Graph

29 Commits

Author SHA1 Message Date
andyzhangx dcd24e51e6 feat: support IPv6 server address 2022-05-15 06:54:04 +00:00
andyzhangx 4ed0c5d644 chore: Update golang.org/x/crypto for CVE-2022-27191 2022-04-13 08:31:45 +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 fa463459a5 chore: upgrade to k8s v1.23.3 lib 2022-02-06 13:43:30 +00:00
andyzhangx 9cf4719a97 chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
andyzhangx e34d2b0af0 fix: CVE-2021-38561 with golang lib 2021-12-21 08:31:04 +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
Matthew Booth 320f7de752 go.mod: Move replaces into a common block 2021-04-26 09:45:42 +01:00
andyzhangx e0d1832df3 chore: switch to use k8s.io/mount-utils 2021-04-24 01:44:34 +00:00
andyzhangx 7ff2fb8510 test: fix go mod issue with go1.16 2021-03-07 12:09:11 +00:00
Manohar Reddy 38780f4630 provide more driver info in logs 2021-02-05 12:26:33 +05:30
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 04991c36af chore: upgrade k8s v0.19.0 dependency to v0.20.0 2021-01-02 00:57:16 +00:00
andyzhangx f7a1b9aec1 chore: upgrade k8s dependencies 2021-01-02 00:46:27 +00:00
andyzhangx fb19556749 test: refine sanity test script 2020-12-25 14:37:12 +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
Mayank Shah 35e3b0a065 test: Add unit tests for identityserver and nodeserver
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-23 12:42:32 +05:30
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 ff4a61e6a9 test: Initialize E2E test for NFS Driver
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-03 23:46:28 +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 Safranek 57a7112c3b Bump golang.org/x/text to 0.3.3
To fix CVE-2020-14040.
2020-08-17 12:39:12 +02:00
Jan Wozniak 679bb9dc07 Add dependency on k8s.io/utils/mount 2020-02-12 15:43:33 +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
Jan Wozniak 22fa8a687f Go mod init
$ go mod init github.com/kubernetes-csi/csi-driver-nfs
2020-02-02 15:37:06 +01:00