Skip to content

Conversation

@razo7
Copy link
Contributor

@razo7 razo7 commented Nov 24, 2025

Include NHC v0.10.0
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 name 1
  • 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

@rh-operator-bundle-bot rh-operator-bundle-bot added operator-hosted-pipeline/queued operator-hosted-pipeline/started approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed operator-hosted-pipeline/queued labels Nov 24, 2025
@rh-operator-bundle-bot rh-operator-bundle-bot changed the title Add node-healthcheck-operator-0.10.0 operator node-healthcheck-operator (0.10.0) Nov 24, 2025
@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value node-healthcheck-operator.v0.10.0: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[9]"])
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value node-healthcheck-operator.v0.10.0: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[9]"])
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value node-healthcheck-operator.v0.10.0: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[9]"])
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
check_replaces_availability Traceback (most recent call last): File "/home/user/.venv/lib/python3.13/site-packages/operatorcert/operator_repo/checks/init.py", line 136, in run_check for result in check(target): ~~~~~^^^^^^^^ File "/home/user/.venv/lib/python3.13/site-packages/operatorcert/static_tests/helpers.py", line 32, in wrapper yield from func(*args, **kwargs) File "/home/user/.venv/lib/python3.13/site-packages/operatorcert/static_tests/community/bundle.py", line 346, in check_replaces_availability replaces_bundle = bundle.operator.bundle(ver_to_dir[replaces_version]) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^ KeyError: '0.9.0'
⚠️ 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

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-run77gr8
Start Time: 2025-11-24 11:49:36+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2025-11-24 11:49:43+00:00 5 seconds
✔️ acquire-lease 2025-11-24 11:49:58+00:00 5 seconds
✔️ set-github-started-label 2025-11-24 11:50:17+00:00 7 seconds
✔️ set-github-status-pending 2025-11-24 11:50:17+00:00 7 seconds
✔️ set-env 2025-11-24 11:50:33+00:00 4 seconds
✔️ clone-repository 2025-11-24 11:50:51+00:00 a minute
✔️ clone-repository-base 2025-11-24 11:50:52+00:00 a minute
✔️ detect-changes 2025-11-24 11:52:21+00:00 49 seconds
✔️ yaml-lint 2025-11-24 11:53:16+00:00 53 seconds
✔️ check-permissions 2025-11-24 11:54:16+00:00 44 seconds
✔️ set-github-pr-title 2025-11-24 11:55:08+00:00 6 seconds
✔️ read-config 2025-11-24 11:55:22+00:00 46 seconds
✔️ resolve-pr-type 2025-11-24 11:56:17+00:00 5 seconds
✔️ apply-test-waivers 2025-11-24 11:56:30+00:00 53 seconds
✔️ content-hash 2025-11-24 11:57:25+00:00 46 seconds
✔️ certification-project-check 2025-11-24 11:58:19+00:00 43 seconds
✔️ get-organization 2025-11-24 11:59:07+00:00 46 seconds
✔️ get-pyxis-certification-data 2025-11-24 11:59:57+00:00 49 seconds
static-tests 2025-11-24 12:00:48+00:00 57 seconds

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/399ceb4a35ee8136d5f4b7ffb8f39105

Troubleshooting

Please refer to the troubleshooting guide.

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

@razo7
Copy link
Contributor Author

razo7 commented Nov 26, 2025

blocked- waiting for #8189 to be merged.

@razo7 razo7 force-pushed the add-node-healthcheck-operator-0.10.0 branch from 10d55d7 to e0dac7c Compare December 4, 2025 11:31
Because there is no v0.10.0 for the console, and we should use v0.10.1 as it includes the bug fix NHC v0.10.0 needs for console and HyperShift

Signed-off-by: oraz <[email protected]>
@razo7
Copy link
Contributor Author

razo7 commented Dec 4, 2025

Rebased and ready to test after 8189 was merged

@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value node-healthcheck-operator.v0.10.0: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[9]"])
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value node-healthcheck-operator.v0.10.0: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[9]"])
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value node-healthcheck-operator.v0.10.0: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[9]"])
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ 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

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runhqrjf
Start Time: 2025-12-04 11:32:02+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2025-12-04 11:32:07+00:00 6 seconds
acquire-lease 2025-12-04 11:32:22+00:00 35 minutes

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

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

@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runkfkxr
Start Time: 2025-12-04 11:31:39+00:00

Tasks

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

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/3f8c8f8ce3da6acca2bf274482cd4758

❌ Not merged

PR cannot be merged for the following reasons: Another pipeline is already in progress: please wait for the result of the new tests.

Troubleshooting

Please refer to the troubleshooting guide.

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

@razo7
Copy link
Contributor Author

razo7 commented Dec 4, 2025

/pipeline restart operator-hosted-pipeline

1 similar comment
@razo7
Copy link
Contributor Author

razo7 commented Dec 4, 2025

/pipeline restart operator-hosted-pipeline

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. operator-hosted-pipeline/passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants