Skip to content
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

Open
wants to merge 65 commits into
base: master
Choose a base branch
from

Conversation

seanzatzdev-amazon and others added 30 commits April 15, 2024 14:45
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)
…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…
(cherry picked from commit 8bf61b7)
abbshr and others added 16 commits July 25, 2024 09:59
(cherry picked from commit 4e270c4)
if env var `FIPS_ENABLED` is set: kubernetes-sigs#1325 .

(cherry picked from commit f5581f0)
Signed-off-by: Omer Aplatony <[email protected]>
(cherry picked from commit 661b9a1)
(cherry picked from commit ddfc936)
When reuse access point flag is set to true, there is no point
in doing a lot of work that is aimed at preparing the options for
the createAccessPoint call (e.g. allocating a GID). We can save
quite some time and quite some API calls if the AP with the same
clientToken is found. The check for the AP existence has been moved
from the CreateAccessPoint function one level up. The controller
in this case checks if there is an access point with such client
token, if so, it proceeds to return a CreateVolumeResponse. If it
is not found, then it follows the usual flow.

(cherry picked from commit 58c8272)
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 5, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 5, 2024

@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:

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

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
Copy link

openshift-ci bot commented Sep 5, 2024

@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.

@jsafrane
Copy link

/lgtm
/approve
/label px-approved
/label docs-approved

@openshift-ci openshift-ci bot added px-approved Signifies that Product Support has signed off on this PR docs-approved Signifies that Docs has signed off on this PR labels Sep 16, 2024
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 16, 2024
Copy link

openshift-ci bot commented Sep 16, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.