cozystack/docs/changelogs
Timofei Larkin 674b3963a7
[lineage] Separate webhook from cozy controller (#1515)
## What this PR does

The lineage-controller-webhook makes a lot of outgoing API calls for
every event it handles, contributing to a high API server latency,
increasing the number of in-flight requests and generally degrading
performance. This patch remedies this by separating the lineage
component from the cozystack-controller and deploying it as a separate
component on all control-plane nodes. Additionally, a new internal label
is introduced to track if a resource has already been handled by the
webhook. This label is used to exclude such resources from
consideration. Addresses #1513.

### Release note

```release-note
[lineage] Break webhook out into a separate daemonset. Reduce
unnecessary webhook calls by marking handled resources and excluding
them from consideration by the webhook's object selector.
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Standalone Lineage Controller Webhook deployed as its own DaemonSet
with a dedicated Helm chart and image build targets.
  - Dedicated TLS provisioning for the webhook via chart-managed certs.

- **Changes**
  - Main controller no longer hosts webhook endpoints or certificates.
- Webhook now excludes already-managed resources to reduce unnecessary
invocations.
  - Platform bundles updated to include the new webhook release.

- **Documentation**
  - Changelog updated to reflect the separation and optimization.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-10-15 12:49:02 +02:00
..
template.md [docs] Changelogs for v0.35.* 2025-08-26 20:59:17 +03:00
unreleased.md [lineage] Separate webhook from cozy controller (#1515) 2025-10-15 12:49:02 +02:00
v0.31.0.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.31.1.md [docs] Add release notes for v0.31.1 2025-06-25 01:07:00 +02:00
v0.31.2.md [docs] Add release notes for v0.31.2 2025-06-25 01:07:01 +02:00
v0.32.0.md [docs] Release notes for v0.32.0 2025-06-24 10:59:02 +03:00
v0.32.1.md [docs] Changelog for v0.32.1 and changelog template 2025-07-10 11:50:39 +03:00
v0.33.0.md [docs] Changelogs for v0.33.1 and v0.33.2 plus regression warning in 0.33.0 2025-07-10 15:20:36 +03:00
v0.33.1.md [docs] Changelogs for v0.33.1 and v0.33.2 plus regression warning in 0.33.0 2025-07-10 15:20:36 +03:00
v0.33.2.md [docs] Changelogs for v0.33.1 and v0.33.2 plus regression warning in 0.33.0 2025-07-10 15:20:36 +03:00
v0.34.0.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.1.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.2.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.3.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.4.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.5.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.6.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.7.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.34.8.md [docs] Changelogs for v0.34.* 2025-08-18 18:25:44 +03:00
v0.35.0.md [docs] Changelogs for v0.35.* 2025-08-26 20:59:17 +03:00
v0.35.1.md [docs] Changelogs for v0.35.* 2025-08-26 20:59:17 +03:00
v0.35.2.md [docs] Changelogs for v0.35.* 2025-08-26 20:59:17 +03:00