-
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-1575: Rebase to v1.26.1 for OCP 4.16 #257
STOR-1575: Rebase to v1.26.1 for OCP 4.16 #257
Conversation
Release aws-ebs-csi-driver v1.25.0
Signed-off-by: Connor Catlett <[email protected]>
Update GitHub actions versions
meta-data/block-device-mapping reports devices that were attached to the VM at the time the VM was started. It does not reflect devices attached/detached later. In addition, even when it showed the attachments accurately, the CSI driver uses this information only at the driver startup. At this time, there may be some CSI volumes attached from the previous node boot. Those volumes are then counted as permanently attached to the node, while Kubernetes may detach them later. Therefore do not count block-device-mapping at all and always reserve just 1 attachment for the root disk. Assume all other attachments are CSI volumes, and let Kubernetes do the calculations of attached volumes instead.
…vice-mapping Remove block-device-mapping from attach limit
Refactor E2E: Remove hidden performance parameter setting Fixup E2E: Pre-Provisioned volumes don't use VolumeType Fixup E2E: Pre-Provisioned defaultVolumeType typo Refactor E2E: Standardize adding CreateVolume parameters to testcases Refactor E2E: Generalize format_options CreateVolumeDetails helper fcn.
Refactor E2E: Streamline setting of CreateVolume Parameters in test-cases.
Add release scripts for upgrading sidecar dependencies and collating image digests
…eReleasePr Add generate-release-pr to /hack/release-scripts
…olumePostRefactor Add E2E tests for modifying volumes via annotations
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
…ackport Upgrade golangci-lint to version that supports go1.21.5
Enable CSI sanity/conformance tests
…verwriting existing with nil Signed-off-by: Connor Catlett <[email protected]>
Add volume/snapshot tagging and FSR e2e tests
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to fix CVE-2023-47108. See GHSA-8pgv-569h-w5rw for details.
… limit Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
…eslimit Update getvolumeslimit
…t ENIs/Instance storage Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
Replace it with otelgrpc.NewServerHandler.
Signed-off-by: Connor Catlett <[email protected]>
Signed-off-by: Connor Catlett <[email protected]>
Add warning about --reuse-values to NOTES.txt
…sigs#1867) Upgrade Prow CI job dependencies for aws-ebs-csi-driver v1.26.0 Upgrade sidecar images for aws-ebs-csi-driver v1.26.0 Update mocks for aws-ebs-csi-driver v1.26.0 Fix govet error due to dependency upgrades in e2e tests. Add U7i attachment limits
Release aws-ebs-csi-driver v1.26.0
…gression-fix Remove regression for GP3 storage classes below 3000 IOPS
…-deps Update driver dependencies
- 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. - Add .snyk file to ignore false positives
Upstream does not store it in git.
@RomanBednar: This pull request references STOR-1575 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.16.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 |
@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/test-infra repository. I understand the commands that are listed here. |
/lgtm |
/label qe-approved |
@RomanBednar: This pull request references STOR-1575 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.16.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 docs-approved |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-aws-ebs-csi-driver-container-v4.16.0-202402130109.p0.gb79b00b.assembly.stream.el9 for distgit ose-aws-ebs-csi-driver. |
Diff to upstream v1.26.1:
kubernetes-sigs/aws-ebs-csi-driver@v1.26.1...RomanBednar:rebase-v1.26.1
Notable changes since v1.25.0 (OCP 4.15):
Full changelog: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md
@openshift/storage