Skip to content

🌱 Rename tls component to cert-manager and consolidate - #2060

Merged
tmshort merged 1 commit into
operator-framework:mainfrom
tmshort:rename-tls-to-cert-manager
Jun 27, 2025
Merged

🌱 Rename tls component to cert-manager and consolidate#2060
tmshort merged 1 commit into
operator-framework:mainfrom
tmshort:rename-tls-to-cert-manager

Conversation

@tmshort

Copy link
Copy Markdown
Contributor

This renames the tls component to cert-manager to reflect what it really is. A kustomization.yaml file is added to cert-manager to make it behave as a single component. This will make it easier to manage this component, and allow for easier future replacement.

This is part of the feature-gated API functionality.

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@tmshort
tmshort requested a review from a team as a code ownerJune 27, 2025 12:31
@netlify

netlifyBot commented Jun 27, 2025

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit264f958
🔍 Latest deploy loghttps://app.netlify.com/projects/olmv1/deploys/685e90edb1f7be0008daab06
😎 Deploy Previewhttps://deploy-preview-2060--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

This renames the tls component to cert-manager to reflect what it really
is. A kustomization.yaml file is added to cert-manager to make it
behave as a single component. This will make it easier to manage this
component, and allow for easier future replacement.
This is part of the feature-gated API functionality.
Signed-off-by: Todd Short <tshort@redhat.com>
@tmshort
tmshortforce-pushed the rename-tls-to-cert-manager branch from e94a209 to 264f958CompareJune 27, 2025 12:39
@tmshorttmshort changed the title Rename tls component to cert-manager and consolidate🌱 Rename tls component to cert-manager and consolidateJun 27, 2025
# ca must be last or other components will overwrite the namespaces
- ../../components/tls/ca
# This must be last due to namespace overwrite issues of the ca
- ../../components/cert-manager

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

That make sense if we want add the OCP CA in upstream as well.
I understood that we were looking for that so we could have another componet for it too

/lgtm

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Yes, that's the idea, if we ever want to swap certificate providers, this will make it easier.
I may try to update this to avoid this weird namespace mechanism... @joelanford had something in older refactoring PR.

@openshift-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Jun 27, 2025
@codecov

codecovBot commented Jun 27, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.80%. Comparing base (c322aaa) to head (264f958).
Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #2060 +/- ##
==========================================
- Coverage 73.82% 73.80% -0.02% 
==========================================
Files 81 81 Lines 7365 7365 ==========================================
- Hits 5437 5436 -1 - Misses 1588 1589 +1 
Partials 340 340 
FlagCoverage Δ
e2e44.10% <ø> (ø)
unit60.23% <ø> (-0.03%)⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tmshort

Copy link
Copy Markdown
ContributorAuthor

/approve

@openshift-ci

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tmshort

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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-ciopenshift-ciBot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 27, 2025
@tmshort
tmshort merged commit 5690d4b into operator-framework:mainJun 27, 2025
@tmshort
tmshort deleted the rename-tls-to-cert-manager branch June 27, 2025 12:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by an approver from all required OWNERS files.lgtmIndicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@tmshort@camilamacedo86