Skip to content

Update Latest Commit of argocd operator for Central TLS Profile Changes#1205

Merged
openshift-merge-bot[bot] merged 2 commits into
redhat-developer:masterfrom
akhilnittala:usr/akhil/updateLatestCommitTLSProfile
Jul 10, 2026
Merged

Update Latest Commit of argocd operator for Central TLS Profile Changes#1205
openshift-merge-bot[bot] merged 2 commits into
redhat-developer:masterfrom
akhilnittala:usr/akhil/updateLatestCommitTLSProfile

Conversation

@akhilnittala

Copy link
Copy Markdown
Member

What type of PR is this?
/kind enhancement

What does this PR do / why we need it:
Updating Latest commit of argocd operator for Central TLS Profile Changes
Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #?

Test acceptance criteria:

  • Unit Test
  • E2E Test

How to test changes / Special notes to the reviewer:
Deploy Gitops Operator

Signed-off-by: akhil nittala <nakhil@redhat.com>
@openshift-ci openshift-ci Bot added the kind/enhancement New feature or request label Jul 8, 2026
@openshift-ci openshift-ci Bot requested review from Naveena-058 and svghadi July 8, 2026 10:17
@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: f17949ad-a4cd-42e9-be87-4a1dc00b3460

📥 Commits

Reviewing files that changed from the base of the PR and between 9c713d1 and da93525.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (2)
  • cmd/main.go
  • go.mod
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • argoproj-labs/argocd-operator (manual)

📝 Walkthrough

Summary by CodeRabbit

  • Bug Fixes
    • Updated TLS configuration handling to use the newer profile source, improving compatibility with current operator behavior.
    • Refreshed several dependencies, which may include stability and security improvements across the app’s runtime and test stack.

Walkthrough

This PR updates cmd/main.go to import and use the new tlsprofile package for the CentralTLSConfigProfile type instead of argocdprovisioner, and updates several direct and indirect dependency versions in go.mod.

Changes

TLS Profile Wiring and Dependency Updates

Layer / File(s) Summary
TLSConfigProfile source switch
cmd/main.go
Imports the tlsprofile package and switches CentralTLSConfigProfile to use tlsprofile.TLSConfigProfile instead of argocdprovisioner.TLSConfigProfile.
Dependency version bumps
go.mod
Bumps argocd-operator, ginkgo/v2, gomega, openshift/api in the direct require block, and updates indirect dependencies including cert-manager, go-openapi/swag family, json-iterator/go region entries, openshift/library-go, golang.org/x/* modules, and k8s.io/kube-openapi.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title reflects the main change: updating the Argo CD operator to support Central TLS profile changes.
Description check ✅ Passed The description is directly related to the change and explains the Argo CD operator update for Central TLS profile support.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@akhilnittala

Copy link
Copy Markdown
Member Author

/retest-required

@akhilnittala

Copy link
Copy Markdown
Member Author

/retest

@svghadi svghadi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: svghadi

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-merge-bot openshift-merge-bot Bot merged commit 062ab2d into redhat-developer:master Jul 10, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants