-
Notifications
You must be signed in to change notification settings - Fork 10
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-2015: Rebase to upstream v2.0.7 for OCP 4.18 #86
Conversation
(cherry picked from commit f6f1091)
(cherry picked from commit 8071588)
Rust and Cargo are required to build efs-utils v2.0.0. I also a TODO to one of our integration tests - now that non-tls mounts are also re-directed to localhost (efs-utils v2), we need a new method of determining whether 'encryptInTransit' is working as expected. (cherry picked from commit f503354)
(cherry picked from commit 5a73a76)
…s2.0.0 Pre-release PRs for v2.0.0
…Rsv2.0 Post-release PR for v2.0.0
Pre-release PR for v2.0.1
…ckerhub to Public ECR
…2.0.1 Post-release PR for v2.0.1 and also changed the Default image from do…
Update CHANGELOG to include 2.x for newer versions.
Update the Helm configuration to use Public ECR image default rather…
Pre-release PR for v2.0.2
Post-release PRs for v2.0.2
…onset (cherry picked from commit 142a464)
(cherry picked from commit 8bf61b7)
…_for_v2.0.3 Cherry pick PR's for v2.0.3
…se-2.0 pre-release PR v2.0.3
post-release PRs for v2.0.3
(cherry picked from commit d21d258)
…or_2.0.6 Cherrypicks for 2.0.6
….0.6re Pre-release PR for v2.0.6
post-release PR for v2.0.6
Update Go Version
@dfajmon: This pull request references STOR-2015 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. |
Additional changes: - remove .github files - do not overwrite GOARCH in makefile - go mod tidy && go mod vendor
566aff3
to
60e489f
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dfajmon, jsafrane 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 manually build the driver/operator/bunddle/index images passed. $ oc get csv
NAME DISPLAY VERSION REPLACES PHASE
aws-efs-csi-driver-operator.v4.18.0 AWS EFS CSI Driver Operator 4.18.0 Succeeded
$ oc rsh -c csi-driver aws-efs-csi-driver-controller-68b86d5dbf-74wwl
sh-5.1# /usr/bin/aws-efs-csi-driver -version
{
"driverVersion": "v2.0.7",
"gitCommit": "60e489f19845a455579f7bbf9becb4b8b74c2f64",
"buildDate": "2024-09-29T02:37:01Z",
"efsClientSource": "k8s",
"goVersion": "go1.22.5 (Red Hat 1.22.5-1.el9) X:strictfipsruntime",
"compiler": "gc",
"platform": "linux/amd64"
}
# Regression test result
55 pass, 15 skip (28m43s) |
/label qe-approved |
@dfajmon: This pull request references STOR-2015 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. |
@dfajmon: all tests passed! 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. |
[ART PR BUILD NOTIFIER] Distgit: ose-aws-efs-csi-driver |
Issue link:
https://issues.redhat.com/browse/STOR-2015
Diff to upstream v2.0.5:
kubernetes-sigs/aws-efs-csi-driver@v2.0.5...dfajmon:rebase-v2.0.7
Changes between v2.0.5 (OCP 4.17) and v2.0.7 (OCP 4.18):
Full changelogs:
https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/CHANGELOG-2.x.md
@openshift/storage