-
Notifications
You must be signed in to change notification settings - Fork 19
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-2016: Rebase to upstream v1.34.0 for OCP 4.18 #276
Conversation
Signed-off-by: Connor Catlett <[email protected]>
Release v1.32.0
…1.32 Finalize Release 1.32
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
[master] Add topology label warning to changelog; Backout kops to 1.29
…enable_linux Add fix for enableLinux node parameter
Signed-off-by: Connor Catlett <[email protected]>
Bump go version to fix govulncheck failure
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
…match Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
…er/(un)install Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Developer Experience Improvements
…me-idempotency-race-condition Use new client token when `CreateVolume` returns `IdempotentParameterMismatch`
Signed-off-by: Connor Catlett <[email protected]>
…onfig-flag Add --kubeconfig flag for out-of-cluster auth
…ble-coalescer Change coalescer InputType from `comparable` to `any`
fix dnsConfig indentation in controller template file
Signed-off-by: Connor Catlett <[email protected]>
govulncheck: Bump google.golang.org/grpc to v1.64.1
…ernetes.io/zone Signed-off-by: Connor Catlett <[email protected]>
@dfajmon: This pull request references STOR-2016 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
- Remove .github files: we don't want custom templates or dependabots in OpenShift forks. - Compile with -mod=vendor - Compile without KUBECONFIG: hack/verify-kustomize reads the current namespace and adds it into generated / verified manifests. With KUBECONFIG="", it won't be able to get the namespace and thus it will generate manifests with namespace: default. - Compile tools (not the main driver binary!) with -mod=readonly, so `make verify` can compile mockgen from the internet. - Add .snyk file to ignore false positives - Add vendor/ dir
b69fa45
to
73d3003
Compare
/hold |
/retest |
@dfajmon: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/unhold |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dfajmon, gnufied The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pre merge test with 66 pass, 55 skip (31m34s)
The 2 new notable changes needs https://issues.redhat.com/browse/STOR-2078 finish to test. I tried with |
/label qe-approved |
@dfajmon: This pull request references STOR-2016 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/label px-approved |
b51cd6b
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-aws-ebs-csi-driver |
Issue link:
https://issues.redhat.com/browse/STOR-2016
Diff to upstream v1.32.0:
kubernetes-sigs/aws-ebs-csi-driver@v1.32.0...dfajmon:rebase-v1.34.0
Changes between v1.32.0 (OCP 4.17) and v1.34.0 (OCP 4.18):
Important
The AZ topology key
CreateVolume
returns has changed fromtopology.ebs.csi.aws.com/zone
totopology.kubernetes.io/zone
. Volumes created onv1.33.0
or any future version will be incompatible with versions beforev1.28.0
. No other customer-facing impact is expected unless you directly depend on the topology label. For more information and the reasoning behind this change, see issue #729.Full changelogs:
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md
@openshift/storage