Skip to content

Conversation

@chiragkyal
Copy link
Member

@chiragkyal chiragkyal commented Jan 16, 2025

Description of the change:

Rebase this repo to upstream v1.36.1 : https://github.com/operator-framework/ansible-operator-plugins/releases/tag/v1.36.1

Steps Followed

git remote add upstream https://github.com/operator-framework/ansible-operator-plugins.git

git fetch --all

git checkout -b rebase-upstream-v1.36.1

git merge v1.36.1

Solving Merge Conflicts

  • Got merge conflicts on images/ansible-operator/Pipfile and images/ansible-operator/Pipfile.lock
  • Accepted the upcoming upstream changes for images/ansible-operator/Pipfile
  • Re-generated the Pipfile.lock using these steps.
  • Stagged those files
git commit

git push origin rebase-upstream-v1.36.1
  • Added 5e8fe25 commit to fix CVE-2024-11079 through updating ansible-core to 2.18.0

  • Added 7f68a03 to fix CVE-2024-45338 by updating golang.org/x/net

  • go mod vendor

  • Updated downstream requirements and base image to support python3.12 and new Pipfile dependencies

komish and others added 20 commits October 1, 2024 20:25
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
…s (#105)

Signed-off-by: Trilok Geer <tgeer@redhat.com>
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
* Update k8s dependencies to 1.30

* Updated k8s dependencies to 1.30
* Updated kubebuilder to v4

* updating pip and piplock files

Signed-off-by: Adam D. Cornett <adc@redhat.com>

* updating methods to comply with k8 1.30

Signed-off-by: Adam D. Cornett <adc@redhat.com>

* adding new metrics files

Signed-off-by: Adam D. Cornett <adc@redhat.com>

* fixing generation issues

Signed-off-by: Adam D. Cornett <adc@redhat.com>

* Attempting to fix tests

Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>

* Attempting to fix tests

Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>

* Attempting to fix tests

Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>

* Attempting to fix tests

Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>

* Attempting to fix tests

Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>

---------

Signed-off-by: Adam D. Cornett <adc@redhat.com>
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Co-authored-by: Adam D. Cornett <adc@redhat.com>
Signed-off-by: Adam D. Cornett <adc@redhat.com>
* in case of failure, we want to update the error to latest run

* add a test to validate the message update
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Co-authored-by: Adam D. Cornett <adc@redhat.com>
… corresponding scaffolding logic (#119)

Signed-off-by: Adam D. Cornett <adc@redhat.com>
Co-authored-by: Adam D. Cornett <adc@redhat.com>
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Co-authored-by: Adam D. Cornett <adc@redhat.com>
ansible-operator-plugins release v1.36.1
@chiragkyal
Copy link
Member Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 16, 2025
@openshift-ci
Copy link

openshift-ci bot commented Jan 16, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chiragkyal

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 Jan 16, 2025
@chiragkyal
Copy link
Member Author

/test images

Signed-off-by: chiragkyal <ckyal@redhat.com>
@chiragkyal chiragkyal force-pushed the rebase-upstream-v1.36.1 branch 2 times, most recently from d31f65d to 9175e09 Compare January 17, 2025 12:09
@chiragkyal
Copy link
Member Author

/test e2e-ansible

@chiragkyal chiragkyal force-pushed the rebase-upstream-v1.36.1 branch 2 times, most recently from 5122d42 to 2665c79 Compare January 21, 2025 12:26
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 21, 2025

@chiragkyal: This pull request references OAPE-98 which is a valid jira issue.

In response to this:

Description of the change:

Rebase this repo to upstream v1.36.1 : https://github.com/operator-framework/ansible-operator-plugins/releases/tag/v1.36.1

Steps Followed

git remote add upstream https://github.com/operator-framework/ansible-operator-plugins.git

git fetch --all

git checkout -b rebase-upstream-v1.36.1

git merge v1.36.1

Solving Merge Conflicts

  • Got merge conflicts on images/ansible-operator/Pipfile and images/ansible-operator/Pipfile.lock
  • Accepted the upcoming upstream changes for images/ansible-operator/Pipfile
  • Re-generated the Pipfile.lock using these steps.
  • Stagged those files
git commit

git push origin rebase-upstream-v1.36.1
  • Added 5e8fe25 commit to fix CVE-2024-11079 through updating ansible-core to 2.18.0

  • Added 7f68a03 to fix CVE-2024-45338 by updating golang.org/x/net

  • go mod vendor

  • Updated downstream requirements and base image to support python3.12 and new Pipfile dependencies

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.

@chiragkyal chiragkyal force-pushed the rebase-upstream-v1.36.1 branch from ded19ec to bc51af1 Compare January 21, 2025 16:29
Also update the dockerfiles to support python3.12

Signed-off-by: chiragkyal <ckyal@redhat.com>
@chiragkyal chiragkyal force-pushed the rebase-upstream-v1.36.1 branch from 9c46df1 to bfd0561 Compare January 21, 2025 17:45
@openshift-ci
Copy link

openshift-ci bot commented Jan 21, 2025

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

@arkadeepsen
Copy link
Member

/lgtm
/cc @TrilokGeer for final review

@openshift-ci openshift-ci bot requested a review from TrilokGeer January 22, 2025 04:56
@openshift-ci
Copy link

openshift-ci bot commented Jan 22, 2025

@arkadeepsen: GitHub didn't allow me to request PR reviews from the following users: final, review, for.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

/lgtm
/cc @TrilokGeer for final review

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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 22, 2025
@TrilokGeer
Copy link
Contributor

/lgtm

@arkadeepsen
Copy link
Member

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 22, 2025
@chiragkyal
Copy link
Member Author

/cc @KeenonLee @emmajiafan

Copy link
Member

@KeenonLee KeenonLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Jan 23, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 23, 2025

@chiragkyal: This pull request references OAPE-98 which is a valid jira issue.

In response to this:

Description of the change:

Rebase this repo to upstream v1.36.1 : https://github.com/operator-framework/ansible-operator-plugins/releases/tag/v1.36.1

Steps Followed

git remote add upstream https://github.com/operator-framework/ansible-operator-plugins.git

git fetch --all

git checkout -b rebase-upstream-v1.36.1

git merge v1.36.1

Solving Merge Conflicts

  • Got merge conflicts on images/ansible-operator/Pipfile and images/ansible-operator/Pipfile.lock
  • Accepted the upcoming upstream changes for images/ansible-operator/Pipfile
  • Re-generated the Pipfile.lock using these steps.
  • Stagged those files
git commit

git push origin rebase-upstream-v1.36.1
  • Added 5e8fe25 commit to fix CVE-2024-11079 through updating ansible-core to 2.18.0

  • Added 7f68a03 to fix CVE-2024-45338 by updating golang.org/x/net

  • go mod vendor

  • Updated downstream requirements and base image to support python3.12 and new Pipfile dependencies

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.

@openshift-merge-bot openshift-merge-bot bot merged commit 1f608d1 into openshift:main Jan 23, 2025
5 checks passed
@emmajiafan
Copy link

/lgtm

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: openshift-enterprise-ansible-operator
This PR has been included in build openshift-enterprise-ansible-operator-container-v4.19.0-202501230838.p0.g1f608d1.assembly.stream.el9.
All builds following this will include this PR.

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. 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. qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.