-
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-1599: Rebase to v2.0.5 for OCP 4.17 #76
STOR-1599: Rebase to v2.0.5 for OCP 4.17 #76
Conversation
…tep until pv STATUS is Bound.
post-release PR for v1.7.0
Updating README for 'noresvport' mount option
…criticalAddonsOnly-default-toleration Add CriticalAddonsOnly default toleration.
Bump Kubernetest libraroes at least to 1.26 to be able to bump opentelemetry without any refactoring. 1.26.10 is the latest in 1.26 branch today.
Technically, only 0.44 is needed, but using the latest upstream release.
Updated the Security Contact list
Updated the Security Contact list
CVE-2023-45142: bump k8s and opentelemetry
Fix typo in installation with public manifest
Fixed Posixuser nil pointer dereference issue
Pre-release for v1.7.1
…1.7.1 Post-release PR for v1.7.1
Update Static Provisioning README.md on mounttargetip option
The SC manifest contained a deprecated ApiVersion, updated the same.
Updated the apiversion in storageclass.yaml
Pre-release PR for v2.0.5
Additional changes: - remove .github files - do not overwrite GOARCH in makefile - go mod tidy && go mod vendor
@RomanBednar: This pull request references STOR-1599 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.17.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 APPROVED This pull-request has been approved by: RomanBednar 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 |
/label px-approved |
@RomanBednar: GitHub didn't allow me to assign the following users: approval, for, QE. Note that only openshift members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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 kubernetes-sigs/prow repository. |
/assign @duanwei33 Needs QE approval. |
/unassign @duanwei33 |
/assign @Phaow |
Since the rebase $ oc rsh -c csi-driver aws-efs-csi-driver-controller-7b44d57474-mqwks
sh-5.1# /usr/bin/aws-efs-csi-driver --version
1 kind: PersistentVolumeClaim
{
"driverVersion": "v2.0.5",
"gitCommit": "d4f52ca9108b6e669d9fae3bbf5606f56a9ba805",
"buildDate": "2024-07-15T04:43:14Z",
"efsClientSource": "k8s",
"goVersion": "go1.21.9 (Red Hat 1.21.9-1.el9_4) X:strictfipsruntime",
"compiler": "gc",
"platform": "linux/amd64"
}
sh-5.1# env | grep -i 'http'
KUBERNETES_SERVICE_PORT_HTTPS=443
SOURCE_GIT_URL=https://github.com/openshift/images
HTTPS_PROXY=http://XXXXXX.us-east-2.compute.amazonaws.com
HTTP_PROXY=http://XXXXXX.us-east-2.compute.amazonaws.com
# Regression test result
52 pass, 18 skip (55m22s) |
/label qe-approved |
@RomanBednar: This pull request references STOR-1599 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.17.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. |
/lgtm |
@RomanBednar: 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] This PR has been included in build ose-aws-efs-csi-driver-container-v4.17.0-202407161541.p0.gfba2243.assembly.stream.el9 for distgit ose-aws-efs-csi-driver. |
Diff to upstream v2.0.5:
kubernetes-sigs/aws-efs-csi-driver@v2.0.5...RomanBednar:rebase-v2.0.5
Notable changes:
Full changelog: https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/CHANGELOG-2.x.md.md
@openshift/storage