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

operator authorino-operator (0.13.1) #5508

Conversation

guicassolato
Copy link
Contributor

Signed-off-by: Guilherme Cassolato [email protected]

Thanks for submitting your Operator. Please check the below list before you create your Pull Request.

New Submissions

Your submission should not

  • Add more than one operator bundle per PR
  • Modify any operator
  • Rename an operator
  • Modify any files outside the above mentioned folders
  • Contain more than one commit. Please squash your commits.

Operator Description must contain (in order)

  1. Description of the managed Application and where to find more information
  2. Features and capabilities of your Operator and how to use it
  3. Any manual steps about potential pre-requisites for using your Operator

Operator Metadata should contain

  • Human readable name and 1-liner description about your Operator
  • Valid category name1
  • One of the pre-defined capability levels2
  • Links to the maintainer, source code and documentation
  • Example templates for all Custom Resource Definitions intended to be used
  • A quadratic logo

Remember that you can preview your CSV here.

--

1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need

2 For more information see here

Signed-off-by: Guilherme Cassolato <[email protected]>
@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value authorino-operator.v0.13.1: unable to find the resource requests for the container: (webhooks). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_required_fields CSV does not define metadata.annotations.description
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC. Consider migrating for better maintainability.

@rh-operator-bundle-bot
Copy link
Contributor

@rh-operator-bundle-bot rh-operator-bundle-bot merged commit efaba52 into redhat-openshift-ecosystem:main Nov 15, 2024
1 of 2 checks passed
@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runrdl6c
Start Time: 2024-11-15 18:09:54+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2024-11-15 18:09:56+00:00 7 seconds
✔️ acquire-lease 2024-11-15 18:10:07+00:00 8 seconds
✔️ set-github-started-label 2024-11-15 18:10:19+00:00 8 seconds
✔️ set-github-status-pending 2024-11-15 18:10:29+00:00 10 seconds
✔️ set-env 2024-11-15 18:10:43+00:00 7 seconds
✔️ clone-repository 2024-11-15 18:10:53+00:00 34 seconds
✔️ clone-repository-base 2024-11-15 18:10:54+00:00 34 seconds
✔️ detect-changes 2024-11-15 18:11:30+00:00 52 seconds
✔️ yaml-lint 2024-11-15 18:12:24+00:00 44 seconds
✔️ check-permissions 2024-11-15 18:13:09+00:00 36 seconds
✔️ set-github-pr-title 2024-11-15 18:13:48+00:00 8 seconds
✔️ read-config 2024-11-15 18:13:59+00:00 40 seconds
✔️ resolve-pr-type 2024-11-15 18:14:42+00:00 8 seconds
✔️ apply-test-waivers 2024-11-15 18:14:53+00:00 37 seconds
✔️ content-hash 2024-11-15 18:15:32+00:00 14 seconds
✔️ certification-project-check 2024-11-15 18:15:48+00:00 42 seconds
✔️ get-organization 2024-11-15 18:16:34+00:00 38 seconds
✔️ get-pyxis-certification-data 2024-11-15 18:17:14+00:00 39 seconds
✔️ static-tests 2024-11-15 18:17:57+00:00 38 seconds
✔️ static-tests-results 2024-11-15 18:18:37+00:00 10 seconds
✔️ merge-registry-credentials 2024-11-15 18:18:49+00:00 18 seconds
✔️ digest-pinning 2024-11-15 18:19:09+00:00 43 seconds
✔️ verify-pinned-digest 2024-11-15 18:19:54+00:00 8 seconds
✔️ dockerfile-creation 2024-11-15 18:20:04+00:00 46 seconds
✔️ build-bundle 2024-11-15 18:20:51+00:00 19 seconds
✔️ make-bundle-repo-public 2024-11-15 18:21:13+00:00 8 seconds
✔️ get-supported-versions 2024-11-15 18:21:26+00:00 42 seconds
✔️ add-bundle-to-index 2024-11-15 18:22:12+00:00 3 minutes
✔️ make-index-repo-public 2024-11-15 18:26:00+00:00 9 seconds
✔️ get-ci-results-attempt 2024-11-15 18:26:10+00:00 17 seconds
✔️ preflight-trigger 2024-11-15 18:26:28+00:00 27 minutes
✔️ evaluate-preflight-result 2024-11-15 18:53:35+00:00 42 seconds
✔️ get-ci-results 2024-11-15 18:54:19+00:00 9 seconds
✔️ link-pull-request-with-open-status 2024-11-15 18:54:29+00:00 7 seconds
✔️ merge-pr 2024-11-15 18:54:41+00:00 39 seconds
✔️ link-pull-request-with-merged-status 2024-11-15 18:55:23+00:00 8 seconds

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/4f7e6d94138cefc49b1ed022400665af

Troubleshooting

Please refer to the troubleshooting guide.

Run /pipeline restart operator-hosted-pipeline in case of pipeline failure to restart a pipeline.

@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: operator-release-pipeline
PipelineRun: operator-release-pipeline-runjn7jz
Start Time: 2024-11-15 18:55:22+00:00

Tasks

Status Task Start Time Duration
✔️ set-github-started-label 2024-11-15 18:55:33+00:00 10 seconds
✔️ set-github-status-pending 2024-11-15 18:55:45+00:00 8 seconds
✔️ set-env 2024-11-15 18:55:57+00:00 7 seconds
✔️ clone-repository 2024-11-15 18:56:10+00:00 46 seconds
✔️ clone-repository-base 2024-11-15 18:56:10+00:00 51 seconds
✔️ detect-changes 2024-11-15 18:57:02+00:00 57 seconds
✔️ read-config 2024-11-15 18:58:03+00:00 49 seconds
✔️ resolve-pr-type 2024-11-15 18:58:53+00:00 5 seconds
✔️ content-hash 2024-11-15 18:59:01+00:00 38 seconds
✔️ certification-project-check 2024-11-15 18:59:44+00:00 36 seconds
✔️ get-organization 2024-11-15 19:00:23+00:00 37 seconds
✔️ get-pyxis-certification-data 2024-11-15 19:01:00+00:00 18 seconds
✔️ copy-bundle-image-to-released-registry 2024-11-15 19:01:20+00:00 14 seconds
✔️ get-supported-versions 2024-11-15 19:01:36+00:00 42 seconds
✔️ acquire-lease 2024-11-15 19:02:19+00:00 7 seconds
✔️ add-bundle-to-index 2024-11-15 19:02:27+00:00 13 minutes
✔️ decide-index-paths 2024-11-15 19:15:50+00:00 8 seconds
✔️ get-manifest-digests 2024-11-15 19:15:58+00:00 12 seconds
✔️ request-signature 2024-11-15 19:16:12+00:00 43 seconds
✔️ upload-signature 2024-11-15 19:16:56+00:00 40 seconds
✔️ publish-to-index 2024-11-15 19:17:36+00:00 6 minutes

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/5b668a82376b08f3525e9e310755942e

Release info

Released bundle:

  • quay.io/community-operator-pipeline-prod/authorino-operator:0.13.1

Updated indices:

  • registry.redhat.io/redhat/community-operator-index:v4.12
  • registry.redhat.io/redhat/community-operator-index:v4.13
  • registry.redhat.io/redhat/community-operator-index:v4.14
  • registry.redhat.io/redhat/community-operator-index:v4.15
  • registry.redhat.io/redhat/community-operator-index:v4.16
  • registry.redhat.io/redhat/community-operator-index:v4.17
  • registry.redhat.io/redhat/community-operator-index:v4.18

Troubleshooting

Please refer to the troubleshooting guide.

Run /pipeline restart operator-release-pipeline in case of pipeline failure to restart a pipeline.

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.

2 participants