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

chore(deps): update rhtap references #465

Merged
merged 2 commits into from
May 2, 2024
Merged

Conversation

red-hat-konflux[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change
quay.io/redhat-appstudio-tekton-catalog/task-buildah 8be2fa1 -> 7e5f19d
quay.io/redhat-appstudio-tekton-catalog/task-clair-scan 5bf4cd2 -> bc8fc4c
quay.io/redhat-appstudio-tekton-catalog/task-clamav-scan 647e660 -> e6c1e82
quay.io/redhat-appstudio-tekton-catalog/task-deprecated-image-check 0.3 -> 0.4
quay.io/redhat-appstudio-tekton-catalog/task-init 99674c6 -> 686109b
quay.io/redhat-appstudio-tekton-catalog/task-prefetch-dependencies 7f231be -> 6687b3a
quay.io/redhat-appstudio-tekton-catalog/task-sast-snyk-check fa722fd -> 1d77f84
quay.io/redhat-appstudio-tekton-catalog/task-sbom-json-check 988213d -> e68efb2
quay.io/redhat-appstudio-tekton-catalog/task-show-sbom d315a26 -> 1f90fae
quay.io/redhat-appstudio-tekton-catalog/task-source-build 6f524c6 -> 90dc9c6

To execute skipped test pipelines write comment /ok-to-test

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/main branch from ae455cf to 593a7f4 Compare May 1, 2024 17:21
Copy link

openshift-ci bot commented May 1, 2024

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a redhat-appstudio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

Copy link

openshift-ci bot commented May 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johnmcollier, red-hat-konflux[bot]

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 label May 1, 2024
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/main branch from 593a7f4 to a1cf5ec Compare May 1, 2024 18:24
@openshift-ci openshift-ci bot removed the lgtm label May 1, 2024
Copy link

openshift-ci bot commented May 1, 2024

New changes are detected. LGTM label has been removed.

@johnmcollier
Copy link
Member

/retest

Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/references/main branch from a1cf5ec to 498c99d Compare May 2, 2024 10:32
@johnmcollier
Copy link
Member

/retest

Copy link

sonarqubecloud bot commented May 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@johnmcollier johnmcollier merged commit 207f1d4 into main May 2, 2024
10 of 11 checks passed
johnmcollier added a commit that referenced this pull request May 8, 2024
* Update params for image-check (#466)

* Update params for image-check

Signed-off-by: John Collier <[email protected]>

* Fix labels and bump image to ubi9

Signed-off-by: John Collier <[email protected]>

* Revert "Fix labels and bump image to ubi9"

This reverts commit 580af7c.

* Fix dockerfile

Signed-off-by: John Collier <[email protected]>

* Fix tini builder

Signed-off-by: John Collier <[email protected]>

* Revert to ubi8

Signed-off-by: John Collier <[email protected]>

---------

Signed-off-by: John Collier <[email protected]>

* chore(deps): update rhtap references (#465)

Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: John Collier <[email protected]>

* chore(deps): update rhtap references to 2ca01e7 (#467)

Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>

* chore(deps): update rhtap references

Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>

* [DEVHAS-648] feat: Remove GitOps support from HAS (#464)

* [DEVHAS-648] feat: Remove GitOps support from HAS

Removes all support for GitOps resources from HAS. Updates the Application, Component, and SEB controllers to remove any handling of GitOps repositories, or GitOps resources. For each:

Application Controller: Removed GitOps repository creation. Removed corresponding finalizers that handled repository deletion.

Component Controller: Removed GitOps resource retrieval/generation, and code to push resources to repository. Also removed finalizers to clean up Component GitOps resources.

SEB Controller: Removed GitOps function from controller, but left shell of controller and tests in place to be removed as part of DEVHAS-640.

Signed-off-by: John Collier <[email protected]>

* Fix staticcheck

Signed-off-by: John Collier <[email protected]>

* Fix devfile library version

Signed-off-by: John Collier <[email protected]>

* go mod tidy

Signed-off-by: John Collier <[email protected]>

* Update devfile library in cdq

Signed-off-by: John Collier <[email protected]>

* Retrigger tests

---------

Signed-off-by: John Collier <[email protected]>

---------

Signed-off-by: John Collier <[email protected]>
Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: John Collier <[email protected]>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant