- 03 Jun, 2022 3 commits
-
-
Kubernetes Prow Robot authored
master: update release-tools
-
Patrick Ohly authored
-
Patrick Ohly authored
https://github.com/kubernetes-csi/csi-release-tools/commit/e4dab7f Merge https://github.com/kubernetes-csi/csi-release-tools/pull/194 from yselkowitz/registry-k8s-io https://github.com/kubernetes-csi/csi-release-tools/commit/84a4d5a Move from k8s.gcr.io to registry.k8s.io git-subtree-dir: release-tools git-subtree-split: e4dab7ff57c24cf3e8d37cd3365636fddaff7e0a
-
- 01 Jun, 2022 2 commits
-
-
Kubernetes Prow Robot authored
build: build multiarch image with golang 1.18
-
Kubernetes Prow Robot authored
build: fix build platforms to new scheme
-
- 28 May, 2022 2 commits
-
-
Yonatan Kahana authored
-
Yonatan Kahana authored
-
- 26 May, 2022 3 commits
-
-
Kubernetes Prow Robot authored
Add Kustomize support
-
Weilbyte authored
-
Kubernetes Prow Robot authored
fix: resolve CVE-2022-27191 in golang.org/x/crypto
-
- 25 May, 2022 1 commit
-
-
Yonatan Kahana authored
Signed-off-by:
Yonatan Kahana <yonatankahana.il@gmail.com>
-
- 10 May, 2022 2 commits
-
-
Kubernetes Prow Robot authored
remove BUILD_PLATFORM variable setting from the makefile
-
Humble Chirammal authored
as the tuple of BUILD_PLATFORM changed for release-tools for multi-arch builds, we need to change either correct the variable in the repo or delegate that setting to csi-release-tool setting Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
- 14 Apr, 2022 1 commit
-
-
Kubernetes Prow Robot authored
master: update release-tools
-
- 04 Apr, 2022 3 commits
-
-
Patrick Ohly authored
-
Patrick Ohly authored
https://github.com/kubernetes-csi/csi-release-tools/commit/37d1104 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/191 from pohly/go-1.18 https://github.com/kubernetes-csi/csi-release-tools/commit/db917f5 update to Go 1.18 git-subtree-dir: release-tools git-subtree-split: 37d1104926b30aa0544abb5a16c980ba82aaa585
-
Kubernetes Prow Robot authored
build: import GetPersistentVolumeClass from component-helpers
-
- 01 Apr, 2022 1 commit
-
-
Yonatan Kahana authored
Signed-off-by:
Yonatan Kahana <yonatankahana.il@gmail.com>
-
- 07 Mar, 2022 1 commit
-
-
Kubernetes Prow Robot authored
Handle error and also correct error strings.
-
- 04 Mar, 2022 2 commits
-
-
Humble Chirammal authored
This commit also does more corrections like error handling, formatting, typos..etc Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
Kubernetes Prow Robot authored
rebase: update kube version to 1.23
-
- 03 Mar, 2022 1 commit
-
-
Humble Chirammal authored
Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
- 16 Feb, 2022 3 commits
-
-
Kubernetes Prow Robot authored
master: update release-tools
-
Patrick Ohly authored
-
Patrick Ohly authored
https://github.com/kubernetes-csi/csi-release-tools/commit/335339f Merge https://github.com/kubernetes-csi/csi-release-tools/pull/187 from mauriciopoppe/remove-eol-windows-versions https://github.com/kubernetes-csi/csi-release-tools/commit/890b87a Merge https://github.com/kubernetes-csi/csi-release-tools/pull/188 from pwschuurman/update-release-notes-docs https://github.com/kubernetes-csi/csi-release-tools/commit/274bc9b Update Sidecar Release Process documentation to reference latest syntax for release-notes tool https://github.com/kubernetes-csi/csi-release-tools/commit/87b6c37 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/185 from Garima-Negi/fix-OWNERS-files https://github.com/kubernetes-csi/csi-release-tools/commit/f1de2c6 Fix OWNERS file - squashed commits https://github.com/kubernetes-csi/csi-release-tools/commit/59ae38b Remove EOL windows versions from BUILD_PLATFORMS https://github.com/kubernetes-csi/csi-release-tools/commit/5d66471 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/186 from humblec/sp https://github.com/kubernetes-csi/csi-release-tools/commit/d066f1b Correct prow.sh typo and make codespell linter pass https://github.com/kubernetes-csi/csi-release-tools/commit/762e22d Merge https://github.com/kubernetes-csi/csi-release-tools/pull/184 from pohly/image-publishing-troubleshooting https://github.com/kubernetes-csi/csi-release-tools/commit/81e26c3 SIDECAR_RELEASE_PROCESS.md: add troubleshooting for image publishing https://github.com/kubernetes-csi/csi-release-tools/commit/31aa44d Merge https://github.com/kubernetes-csi/csi-release-tools/pull/182 from chrishenzie/csi-sanity-version https://github.com/kubernetes-csi/csi-release-tools/commit/f49e141 Update csi-sanity test suite to v4.3.0 https://github.com/kubernetes-csi/csi-release-tools/commit/d9815c2 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/181 from mauriciopoppe/armv7-support https://github.com/kubernetes-csi/csi-release-tools/commit/05c1801 Add support to build arm/v7 images https://github.com/kubernetes-csi/csi-release-tools/commit/4aedf35 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/178 from xing-yang/timeout https://github.com/kubernetes-csi/csi-release-tools/commit/2b9897e Increase build timeout https://github.com/kubernetes-csi/csi-release-tools/commit/51d3702 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/177 from mauriciopoppe/kind-image-1.23 https://github.com/kubernetes-csi/csi-release-tools/commit/a30efea Add kind image for 1.23 git-subtree-dir: release-tools git-subtree-split: 335339f059da0b8b1947794a8c75d9e5b973cb79
-
- 10 Feb, 2022 3 commits
-
-
Humble Chirammal authored
This commit also does: `Replace` string method changed to `ReplaceALL` Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
Humble Chirammal authored
Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
Kubernetes Prow Robot authored
docs: consistent StorageClass names, multiple provisioners installation
-
- 09 Feb, 2022 1 commit
-
-
Kubernetes Prow Robot authored
master: update release-tools
-
- 05 Feb, 2022 1 commit
-
-
Yonatan Kahana authored
-
- 27 Jan, 2022 3 commits
-
-
Yonatan Kahana authored
-
Yonatan Kahana authored
-
Kubernetes Prow Robot authored
Add securityContext options to Helm Chart, bump chart version - Related to Issue #97
-
- 20 Jan, 2022 5 commits
-
-
Kubernetes Prow Robot authored
Match deploy/*.yaml and deploy/objects/*.yaml
-
Daniel Kemp authored
-
Daniel Kemp authored
-
Richard Kugler authored
Adding securityContext variables to the values file.
-
Richard Kugler authored
Update Deployment with securityContext for pod and Container
-
- 10 Jan, 2022 1 commit
-
-
Ryuichi KAWAMATA authored
-
- 30 Nov, 2021 1 commit
-
-
Patrick Ohly authored
-