Kubernetes Prow Robot
f4d56f8285
Merge pull request #387 from jsafrane/pin-github-actions-sha
...
fix: pin github action to exact SHA
2026-03-31 23:20:18 +05:30
Jan Safranek
b415f32abb
fix: pin github action to exact SHA
2026-03-31 13:27:56 +02:00
Kubernetes Prow Robot
f46bbaf1fd
Merge pull request #368 from asosnovsky/master
...
Adding .Release.Namespace
2026-03-09 22:27:14 +05:30
Kubernetes Prow Robot
037b1e15b0
Merge pull request #373 from 0x4a5700/master
...
Configurable mode and ownership
2026-03-09 22:25:15 +05:30
Kubernetes Prow Robot
e3a24425c6
Merge pull request #371 from retornam/retornam/onez
...
Updates Github actions and Golang packages
2026-03-02 21:14:57 +05:30
retornam
5c97cdf178
Upgrade Go to 1.26
...
- upgrade outdated packages
- upgrade alpine to 3.23
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2026-02-24 20:35:34 -08:00
retornam
91cff47a77
fix: upgrade packages
...
k8s.io/api v0.35.0
k8s.io/apimachinery v0.35.0
k8s.io/client-go v0.35.0
k8s.io/component-helpers v0.35.0
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2026-01-28 13:40:31 -08:00
retornam
c881f6d2d0
fix: Update alpine to 3.23
...
Upgrade Alpine version to 3.23
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2026-01-28 13:13:33 -08:00
retornam
4d890232e4
fix: update Github docker actions
...
Update all the Github actions to their latest
versions.
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2025-09-07 14:40:50 -07:00
Jonno Walmsley
0f7a89aab9
Configurable mode and ownership via PVC annotations and provider wide defaults
2025-06-13 19:08:11 +10:00
retornam
6b99fcb196
fix: upgrade actions/checkout to v4
...
Upgrade to the current version of actions/checkout
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2025-06-05 20:19:13 -07:00
retornam
bca82e364d
fix: upgrade tonistiigi/xx to 1.6.1
...
The version of xx is out-of-date.
Upgrading to version 1.6.1 to keep up
with changes to the xx project.
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2025-06-05 20:03:17 -07:00
retornam
66893eb9e7
fix: update glog to v1.2.4
...
Using the command
go get github.com/golang/glog@v1.2.4
I upgraded the glog package to version 1.2.4
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2025-06-05 12:55:44 -07:00
retornam
598f2cbd57
fix: Upgrade net packge to v0.23.0
...
Ran
go get golang.org/x/net@v0.23.0
to update Golang's net package to v0.23.0
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2025-06-05 12:33:58 -07:00
Ari Sosnovsky
fe31c83959
added ns
2025-05-11 12:00:05 -04:00
Kubernetes Prow Robot
59a3ca2cd1
Merge pull request #291 from yonatankahana/changelog-v4.0.3
...
docs: add changelog for v4.0.3
2024-02-15 20:07:40 -08:00
Kubernetes Prow Robot
26cbd86586
Merge pull request #327 from yonatankahana/security-2024-01
...
fix: resolve all trivy vulnerabilities (2024-01-25)
2024-02-15 10:07:16 -08:00
Yonatan Kahana
8e39667063
docs: add changelog for v4.0.3
2024-01-25 19:15:00 +02:00
Yonatan Kahana
0a84e4ba40
fix: resolve all trivy vulnerabilities (2024-01-25)
2024-01-25 19:01:15 +02:00
Kubernetes Prow Robot
814e0d8d92
Merge pull request #301 from damacus/base-image
...
Update container version
2023-10-25 22:34:16 +02:00
Dan Webb
ed64e85e91
Fix boilerplate warning
...
Running make test-boilerplate returned the following error so fixed
accordingly
Header in kubernetes-sigs/nfs-subdir-external-provisioner/release-tools/../Dockerfile does not match reference, diff:
--- reference
+++ kubernetes-sigs/nfs-subdir-external-provisioner/release-tools/../Dockerfile
@@ -1,4 +1,4 @@
-# Copyright YEAR The Kubernetes Authors.
+# Copyright YEAR-YEAR The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
2023-08-22 14:46:01 +01:00
Dan Webb
0eb8f747af
Update container version
...
- Update multiarch build container to use golang:1.19 as the project is tested on 1.19
- Update the multiarch container to run Alpine 3.18
Updating to this version reduces the number of known vulnerabilities in the image
- Update go.mod to match the container version
2023-08-22 14:38:11 +01:00
Kubernetes Prow Robot
3740e01621
Merge pull request #289 from jongwooo/chore/replace-deprecated-command-with-environment-file
...
Replace deprecated command with environment file
2023-07-13 08:38:37 -07:00
Kubernetes Prow Robot
d6bd72dbba
Merge pull request #287 from yonatankahana/security-2023-06
...
fix: resolve all trivy vulnerabilities (2023-06-06)
2023-06-18 21:18:20 -07:00
jongwooo
7c6e9564c2
Replace deprecated command with environment file
2023-06-17 00:10:29 +09:00
Yonatan Kahana
fed959e469
fix: resolve all trivy vulnerabilities (2023-06-06)
...
- bump go version to 1.17
- resolved: CVE-2022-21698, CVE-2022-27664, CVE-2022-41723, CVE-2022-41717, CVE-2022-29526, CVE-2022-32149, CVE-2022-28948.
2023-06-06 23:44:58 +03:00
Kubernetes Prow Robot
c2a2d5d544
Merge pull request #267 from justdan96/master
...
Use a PDB if the Enabled in the values.yaml
2023-03-13 13:26:49 -07:00
Dan
63586f9412
remove all the extraneous newlines
2023-03-13 18:56:33 +00:00
Dan
915f227a52
fix syntax issues
2023-03-13 18:55:33 +00:00
Dan
1626a8e137
Merge branch 'master' into master
2023-03-07 07:19:54 -05:00
Dan
9f37ddea34
realign title of table in chart Readme
2023-03-07 07:18:30 -05:00
Dan
ff5803a052
rebase and reformat chart Readme
2023-03-07 07:17:14 -05:00
Kubernetes Prow Robot
cf9332adf0
Merge pull request #252 from megian/switch-to-registry.k8s.io
...
Switch from k8s.gcr.io to registry.k8s.io
2023-03-03 15:16:57 -08:00
Dan
6fd66db354
update Chart README with PDB values
2023-02-27 10:36:35 +00:00
Gabriel Mainberger
7c1b24a12b
Switch from k8s.gcr.io to registry.k8s.io
...
Reference: https://github.com/kubernetes/registry.k8s.io#background
2023-02-20 15:47:36 +01:00
Dan
35d0a6b7c6
line endings
2023-02-20 10:18:06 +00:00
Dan
cc084df759
integrate suggestions for PDB enhancements
2023-02-20 10:15:54 +00:00
Dan
8af604bdc7
add a simple PDB if the replicaCount > 1
2023-02-17 10:49:37 +00:00
Kubernetes Prow Robot
4c82f69eef
Merge pull request #221 from forselli-stratio/fix-delete
...
Fix onDelete option for subdirectories
2022-11-24 05:42:05 -08:00
Kubernetes Prow Robot
53d4af87b0
Merge pull request #246 from jsafrane/prow-update-master
...
master: update release-tools
2022-11-11 14:37:57 -08:00
Jan Safranek
6ffc975321
Merge commit '7f54f258f2cc0c9ddb90c44114736ea976b58190' into prow-update-master
2022-11-11 18:29:46 +01:00
Jan Safranek
c711349d1e
Squashed 'release-tools/' changes from 31a3f38..78c0fb7
...
https://github.com/kubernetes-csi/csi-release-tools/commit/78c0fb7 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/208 from jsafrane/skip-selinux
https://github.com/kubernetes-csi/csi-release-tools/commit/36e433e Skip SELinux tests in CI by default
https://github.com/kubernetes-csi/csi-release-tools/commit/348d4a9 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/207 from RaunakShah/reviewers
https://github.com/kubernetes-csi/csi-release-tools/commit/1efc272 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/206 from RaunakShah/update-prow
https://github.com/kubernetes-csi/csi-release-tools/commit/7d410d8 Changes to csi prow to run e2e tests in sidecars
https://github.com/kubernetes-csi/csi-release-tools/commit/cfa5a75 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/203 from humblec/test-vendor
https://github.com/kubernetes-csi/csi-release-tools/commit/4edd1d8 Add RaunakShah to CSI reviewers group
https://github.com/kubernetes-csi/csi-release-tools/commit/7ccc959 release tools update to 1.19
https://github.com/kubernetes-csi/csi-release-tools/commit/d24254f Merge https://github.com/kubernetes-csi/csi-release-tools/pull/202 from xing-yang/kind_0.14.0
https://github.com/kubernetes-csi/csi-release-tools/commit/0faa3fc Update to Kind v0.14.0 images
https://github.com/kubernetes-csi/csi-release-tools/commit/ef4e1b2 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/201 from xing-yang/add_1.24_image
https://github.com/kubernetes-csi/csi-release-tools/commit/4ddce25 Add 1.24 Kind image
https://github.com/kubernetes-csi/csi-release-tools/commit/7fe5149 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/200 from pohly/bump-kubernetes-version
https://github.com/kubernetes-csi/csi-release-tools/commit/70915a8 prow.sh: update snapshotter version
git-subtree-dir: release-tools
git-subtree-split: 78c0fb714fa4448b29962a0f34fa18b7b7d97ae6
2022-11-11 18:29:44 +01:00
Kubernetes Prow Robot
a64e0dc323
Merge pull request #228 from pohly/prow-update-master
...
master: update release-tools
2022-08-08 08:06:19 -07:00
Patrick Ohly
0242f5ea47
Merge commit 'dd31db3bcfa4287989eb45434201a88f3b6ce0ce' into prow-update-master
2022-08-05 17:41:31 +02:00
Patrick Ohly
5a6f321062
Squashed 'release-tools/' changes from e4dab7f..31a3f38
...
https://github.com/kubernetes-csi/csi-release-tools/commit/31a3f38 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/199 from pohly/bump-kubernetes-version
https://github.com/kubernetes-csi/csi-release-tools/commit/7577454 prow.sh: bump Kubernetes to v1.22.0
https://github.com/kubernetes-csi/csi-release-tools/commit/d29a2e7 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/198 from pohly/csi-test-5.0.0
https://github.com/kubernetes-csi/csi-release-tools/commit/41cb70d prow.sh: sanity testing with csi-test v5.0.0
https://github.com/kubernetes-csi/csi-release-tools/commit/c85a63f Merge https://github.com/kubernetes-csi/csi-release-tools/pull/197 from pohly/fix-alpha-testing
https://github.com/kubernetes-csi/csi-release-tools/commit/b86d8e9 support Kubernetes 1.25 + Ginkgo v2
https://github.com/kubernetes-csi/csi-release-tools/commit/ab0b0a3 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/192 from andyzhangx/patch-1
https://github.com/kubernetes-csi/csi-release-tools/commit/7bbab24 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/196 from humblec/non-alpha
https://github.com/kubernetes-csi/csi-release-tools/commit/e51ff2c introduce control variable for non alpha feature gate configuration
https://github.com/kubernetes-csi/csi-release-tools/commit/ca19ef5 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/195 from pohly/fix-alpha-testing
https://github.com/kubernetes-csi/csi-release-tools/commit/3948331 fix testing with latest Kubernetes
https://github.com/kubernetes-csi/csi-release-tools/commit/9a0260c fix boilerplate header
git-subtree-dir: release-tools
git-subtree-split: 31a3f38b78412afc543a9333a057dedbb8c01289
2022-08-05 17:41:28 +02:00
Kubernetes Prow Robot
d080ea9670
Merge pull request #215 from tinguin/172-volumeBindingMode
...
Fixes Issue #172
2022-08-03 13:31:46 -07:00
Florian Winkler
6d07787c03
Update Chart.yaml
2022-08-03 22:13:29 +02:00
Kubernetes Prow Robot
2d0f29a82b
Merge pull request #220 from NeverBehave/patch-1
...
fix(docs): managed-nfs-storage -> nfs-client
2022-07-10 14:23:47 -07:00
Francisco Orselli
386af3ff87
Fix onDelete option for subdirectories
2022-07-06 09:45:58 +02:00
NeverBehave
92fd6aac0e
fix(docs): managed-nfs-storage -> nfs-client
...
Changed at 65b3ac93b6
But it missed the one in README.md
2022-06-24 14:54:02 -07:00