Skip to content

Enable Server-Side Apply for finalizers management#1635

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
enarha:enable-ssa-finalizers
Apr 28, 2026
Merged

Enable Server-Side Apply for finalizers management#1635
tekton-robot merged 1 commit intotektoncd:mainfrom
enarha:enable-ssa-finalizers

Conversation

@enarha
Copy link
Copy Markdown
Contributor

@enarha enarha commented Apr 16, 2026

Leverages functionality added here:
knative/pkg#3275
Options documented here:
https://github.com/knative/pkg/blob/main/controller/options.go#L31-L40

Changes

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 16, 2026
@jkhelil
Copy link
Copy Markdown
Member

jkhelil commented Apr 20, 2026

/kind misc

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Apr 20, 2026
@jkhelil
Copy link
Copy Markdown
Member

jkhelil commented Apr 20, 2026

/approve

@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkhelil

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

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 20, 2026
FinalizerName: "chains.tekton.dev/pipelinerun", // TODO: unique name required?
SkipStatusUpdates: true,
ConfigStore: cfgStore,
FinalizerName: "chains.tekton.dev/pipelinerun", // TODO: unique name required?
Copy link
Copy Markdown
Contributor

@anithapriyanatarajan anithapriyanatarajan Apr 28, 2026

Choose a reason for hiding this comment

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

@enarha - could we remove this TODO comment?

Copy link
Copy Markdown
Contributor Author

@enarha enarha Apr 28, 2026

Choose a reason for hiding this comment

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

The change is already merged and the line with the comment was not part of my change, but I can remove it in another change. BTW this is a question and the answer is yes, unique name is required in the context of all Tekton controllers working on the same type of object. So not sure if removing or clarifying is more appropriate here.

@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 28, 2026
@tekton-robot tekton-robot merged commit 51dd101 into tektoncd:main Apr 28, 2026
20 checks passed
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. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants