-
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
WIP: STOR-2253: Rebase to upstream v1.39.0 for OCP 4.19 #283
base: master
Are you sure you want to change the base?
Conversation
Release aws-ebs-csi-driver v1.34.0
…1.34 Release v1.34.0
Update faq.md with Karpenter best practices
Signed-off-by: Connor Catlett <[email protected]>
* Add local snapshots on outposts * Fix OutPostArnKey in switch statement * Add arn verification and VSC paramater doc * Fix assignment of outpostArn outisde if statement * Fix typo in snapshot.md * Removed information found in linked docs
…erved Add reservedVolumeAttachments to windows nodes
This reverts commit 6960233.
Add node.legacyXFS parameter to fix XFS on nodes with kernel version ≤ 5.4
…-2.0 Auto-enable VAC on clusters with beta API version
…k-optional Make govulncheck only run on release branches
…le-support Add support for outpost nodegroups to `make cluster/create`
Bump dependencies for 1.35 release
Release aws-ebs-csi-driver v1.35.0
…1.35 Release 1.35
Signed-off-by: Connor Catlett <[email protected]>
Add permissions to all GitHub actions
Signed-off-by: Connor Catlett <[email protected]>
The existing test does not correctly test the "only existing" behavior (and only functions because of a typo in the test), fix that by moving it to before the fallback test (where it needs to be) and correctly setting up the existing names map Also, added some comments to make what is being tested more clear Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Update volume modification example 6 hour cooldown note
Add csi-sanity tests
Change make test to also run sanity tests
Signed-off-by: Connor Catlett <[email protected]>
Fix cloudbuild.sh target
Signed-off-by: Connor Catlett <[email protected]>
Bump dependencies and lock errdefs version to v0.1.0
Signed-off-by: Connor Catlett <[email protected]>
Refactor driver permissions docs and add Pod Identities
Signed-off-by: Connor Catlett <[email protected]>
Update example policy and documentation
…wait-for-volume Fix wait for volume ready ~60s
…#2304) * Bump dependencies for 1.39 release * fixup! Bump dependencies for 1.39 release --------- Co-authored-by: elijah quinones <[email protected]>
…mpat Fix typo in Makefile a1compat target
- 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
@rhrmo: This pull request references STOR-2253 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.19.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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhrmo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rhrmo: The following tests 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. |
Issue link:
https://issues.redhat.com/browse/STOR-2253
Diff to upstream v1.39.0:
kubernetes-sigs/aws-ebs-csi-driver@v1.39.0...rhrmo:rebase-v1.39.0
Important changes between v1.34.0 (OCP 4.18) and v1.39.0 (OCP 4.19):
TODO
Full changelogs:
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md
/hold