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

OCPBUGS-6355: Rebase to v1.15.0 for OCP 4.13 #215

Merged
merged 131 commits into from
Feb 3, 2023
Merged

OCPBUGS-6355: Rebase to v1.15.0 for OCP 4.13 #215

merged 131 commits into from
Feb 3, 2023

Conversation

RomanBednar
Copy link

torredil and others added 30 commits August 23, 2022 18:50
…1.11

Merge release 1.11 branch into master
Signed-off-by: Eddie Torres <[email protected]>
Update release notes; Implement useOldCSIDriver parameter
…init-container

Add initContainer parameter to the controller's template
Currently, setting the AWS_EC2_ENDPOINT environment variable
overwrites the STS endpoint as well. This patch adds a custom
resolver to only set a custom endpoint on EC2 service.
…dpoints-sts

Add resolver to handle custom endpoints
Signed-off-by: Connor Catlett <[email protected]>
Add controller nodeAffinity to prefer EC2 over Fargate + Retrieve region/AZ from topology label in K8s
Signed-off-by: Connor Catlett <[email protected]>
…de-taints

helm: Move default toleration to values.yaml so it can be overriden
…e-types

Add snow device types to parameters
Signed-off-by: Eddie Torres <[email protected]>
Signed-off-by: Eddie Torres <[email protected]>
Add `helm.sh/hook: test` annotation to chart testing resources
…idecars

Change default sidecars to EKS-D
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 27, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 27, 2023

@RomanBednar: This pull request references STOR-1018 which is a valid jira issue.

In response to this:

Diff to upstream v1.15.0:
kubernetes-sigs/aws-ebs-csi-driver@v1.15.0...RomanBednar:rebase-v1.15.0

Notable changes since v1.11.4:

Full changelog: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md

cc @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 kubernetes/test-infra repository.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 27, 2023
@openshift-ci openshift-ci bot requested review from bertinatto and jsafrane January 27, 2023 12:58
@openshift-merge-robot openshift-merge-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jan 27, 2023
RomanBednar and others added 6 commits January 27, 2023 17:26
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.
We don't want custom templates or dependabots in OpenShift forks.
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 27, 2023
@jsafrane
Copy link

jsafrane commented Feb 1, 2023

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 1, 2023
@openshift-ci
Copy link

openshift-ci bot commented Feb 1, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsafrane, 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 /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 Feb 1, 2023
@RomanBednar RomanBednar changed the title STOR-1018: Rebase to v1.15.0 for OCP 4.13 OCPBUGS-6355: Rebase to v1.15.0 for OCP 4.13 Feb 3, 2023
@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Feb 3, 2023
@openshift-ci-robot
Copy link

@RomanBednar: This pull request references Jira Issue OCPBUGS-6355, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.13.0) matches configured target version for branch (4.13.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Diff to upstream v1.15.0:
kubernetes-sigs/aws-ebs-csi-driver@v1.15.0...RomanBednar:rebase-v1.15.0

Notable changes since v1.11.4:

Full changelog: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md

cc @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 kubernetes/test-infra repository.

@RomanBednar
Copy link
Author

/jira refresh

@openshift-ci-robot
Copy link

@RomanBednar: This pull request references Jira Issue OCPBUGS-6355, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.13.0) matches configured target version for branch (4.13.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request.

In response to this:

/jira refresh

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.

@RomanBednar RomanBednar merged commit 7f2b967 into openshift:master Feb 3, 2023
@openshift-ci-robot
Copy link

@RomanBednar: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-6355 has been moved to the MODIFIED state.

In response to this:

Diff to upstream v1.15.0:
kubernetes-sigs/aws-ebs-csi-driver@v1.15.0...RomanBednar:rebase-v1.15.0

Notable changes since v1.11.4:

Full changelog: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/CHANGELOG.md

cc @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 kubernetes/test-infra repository.

@openshift-ci
Copy link

openshift-ci bot commented Feb 3, 2023

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

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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.