-
Notifications
You must be signed in to change notification settings - Fork 17
STOR-1020: Rebase external-snapshotter to v6.2.1 for OCP 4.13
#88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STOR-1020: Rebase external-snapshotter to v6.2.1 for OCP 4.13
#88
Conversation
update module dependencies to latest version
Change-Id: I870a3d294b4d30abea3f6ecad951d68cfd5c9ceb
Parameterize startup CRD wait retries
…21103 update sidecars to latest version
kubernetes-csi/csi-release-tools@78c0fb71 Merge kubernetes-csi/csi-release-tools#208 from jsafrane/skip-selinux kubernetes-csi/csi-release-tools@36e433e2 Skip SELinux tests in CI by default kubernetes-csi/csi-release-tools@348d4a92 Merge kubernetes-csi/csi-release-tools#207 from RaunakShah/reviewers kubernetes-csi/csi-release-tools@1efc2724 Merge kubernetes-csi/csi-release-tools#206 from RaunakShah/update-prow kubernetes-csi/csi-release-tools@7d410d88 Changes to csi prow to run e2e tests in sidecars kubernetes-csi/csi-release-tools@cfa5a75c Merge kubernetes-csi/csi-release-tools#203 from humblec/test-vendor kubernetes-csi/csi-release-tools@4edd1d8a Add RaunakShah to CSI reviewers group kubernetes-csi/csi-release-tools@7ccc9594 release tools update to 1.19 git-subtree-dir: release-tools git-subtree-split: 78c0fb7
master: update release-tools
Fix client-go version
Signed-off-by: Humble Chirammal <[email protected]>
add dependabot configuration to github actions for auto update PRs
Signed-off-by: Humble Chirammal <[email protected]>
remove `replace` directive from the go.mod file
Kubernetes has a builtin Secret type `kubernetes.io/tls` which uses the keys `tls.crt` and `tls.key`.
…update-master Update dependency go modules for k8s v1.26.0-rc.0
Make webhook example compatible with TLS secrets
test: fix trivy and codespell github action failure
After bb95725 the script was broken. This commit fixes this by respecting the format of TLS-type secrets in the script, too.
…update-master Update dependency go modules in client for k8s v1.26.0-rc.0
fix certificate generation in webhook example
…update-master Update dependency go modules for k8s v1.26.0
Update client dep to golang.org/x/net v0.4.0
Without the replace clause, release-notes tool failed to find the version of some libs, i.e., "invalid version: unknown revision v0.0.0"
Add replace clause back to go.mod
…update-master Upgrade csi-lib-utils to v0.12.0
Add changelog for v6.2.0
And remove .github
|
@mpatlasov: This pull request references STOR-1020 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/label docs-approved |
|
/retest-required |
|
@mpatlasov: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, mpatlasov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Checked the CI results look good for sidecar rebase. |
|
/label qe-approved |
Diff to upstream v6.2.1:
kubernetes-csi/external-snapshotter@v6.2.1...mpatlasov:rebase-6.2.1
Major changes between 6.1.0 (OCP 4.12) and 6.2.1:
Add --retry-crd-interval-max flag to the snapshot-controller in order to allow customization of CRD detection on startup. (kubernetes-csi#777, @mattcary)
Change webhook example to be compatible with TLS-type secrets. (kubernetes-csi#793, @haslersn)
Fixes an issue introduced by PR 793 by respecting the format of TLS-type secrets in the script. (kubernetes-csi#796, @haslersn)
Update go to v1.19 and kubernetes dependencies to 1.26.0. (kubernetes-csi#797, @sunnylovestiramisu)
Full changelogs:
https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v6.2.1
@openshift/storage