Skip to content

Conversation

@vprashar2929
Copy link
Collaborator

@vprashar2929 vprashar2929 commented Nov 12, 2025

This commit bumps up the operator-sdk version to v1.41.1.

Key changes include:

  • Upgrade OPM version to v1.55.0
  • Add the scaffolding to properly support TLS certificates for
    webhooks and metrics server (As per the operator-sdk v1.41.1)
    • Adds new scaffolding files inside config/certmanager
      • certificate-metrics.yaml
      • issuer.yaml
      • Rename 'certificate.yaml' to 'certificate-webhook.yaml'
      • Update default kustomization.yaml to allow to work with new
        options
  • Update the replacements section for k8s and openshift deployments
  • Add new scaffolding file cert_metrics_manager_patch.yaml
  • Replace the contents of manager_webhook_patch.yaml with the
    updated version from the operator-sdk v1.41.1
  • Update manager.yaml to include the ports and volumes to allow the
    patches to work properly
  • Update prometheus scaffolding to support TLS for Prometheus scraping
  • Upgrade go dependencies to:
    • k8s.io/api v0.33.0
    • k8s.io/apimachinery v0.33.0
    • k8s.io/client-go v0.33.0
    • k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
    • sigs.k8s.io/controller-runtime v0.21.0
  • Update the bundle.Dockerfile and bundle manifests accordingly
  • Updates to the tools versions
    • KUSTOMIZE_VERSION = v5.8.0
    • CONTROLLER_TOOLS_VERSION = v0.19.0
    • OPERATOR_SDK_VERSION = v1.41.1

Reference:

@github-actions github-actions bot added the chore Routine tasks or maintenance label Nov 12, 2025
@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.65%. Comparing base (8f6b9ad) to head (edd9cc3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #642   +/-   ##
=======================================
  Coverage   78.65%   78.65%           
=======================================
  Files          11       11           
  Lines        1073     1073           
=======================================
  Hits          844      844           
  Misses        199      199           
  Partials       30       30           

☔ 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.

@vprashar2929 vprashar2929 force-pushed the chore-bump-sdk branch 3 times, most recently from 1640929 to 68bffd3 Compare November 13, 2025 06:19
This commit bumps up the operator-sdk version to v1.41.1.

Key changes include:

* Upgrade OPM version to v1.55.0
* Add the scaffolding to properly support TLS certificates for
  webhooks and metrics server (As per the operator-sdk v1.41.1)
  * Adds new scaffolding files inside `config/certmanager`
    * `certificate-metrics.yaml`
    * `issuer.yaml`
    * Rename 'certificate.yaml' to 'certificate-webhook.yaml'
    * Update default `kustomization.yaml` to allow to work with new
      options
* Update the replacements section for k8s and openshift deployments
* Add new scaffolding file `cert_metrics_manager_patch.yaml`
* Replace the contents of `manager_webhook_patch.yaml` with the
  updated version from the operator-sdk v1.41.1
* Update `manager.yaml` to include the ports and volumes to allow the
  patches to work properly
* Update prometheus scaffolding to support TLS for Prometheus scraping
* Upgrade go dependencies to:
    * k8s.io/api v0.33.0
    * k8s.io/apimachinery v0.33.0
    * k8s.io/client-go v0.33.0
    * k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
    * sigs.k8s.io/controller-runtime v0.21.0
* Update the bundle.Dockerfile and bundle manifests accordingly
* Updates to the tools versions
    * KUSTOMIZE_VERSION = v5.8.0
    * CONTROLLER_TOOLS_VERSION = v0.19.0
    * OPERATOR_SDK_VERSION = v1.41.1

Signed-off-by: vprashar2929 <[email protected]>
@vprashar2929 vprashar2929 changed the title chore: bump up operator-sdk to v1.41.x chore: bump up operator-sdk to v1.41.1 Nov 13, 2025
@vimalk78
Copy link
Collaborator

the reference should be for https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.41.0/ also?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine tasks or maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants