Skip to content

chore(deps): bump actions/stale from 10.1.1 to 10.2.0#2090

Merged
TylerHelmuth merged 1 commit into
mainfrom
dependabot/github_actions/actions/stale-10.2.0
Feb 27, 2026
Merged

chore(deps): bump actions/stale from 10.1.1 to 10.2.0#2090
TylerHelmuth merged 1 commit into
mainfrom
dependabot/github_actions/actions/stale-10.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps actions/stale from 10.1.1 to 10.2.0.

Release notes

Sourced from actions/stale's releases.

v10.2.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.2.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 23, 2026 13:30
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@TylerHelmuth TylerHelmuth merged commit 3ac3c86 into main Feb 27, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/stale-10.2.0 branch February 27, 2026 15:06
cyrille-leclerc pushed a commit to cyrille-leclerc/opentelemetry-helm-charts that referenced this pull request Mar 7, 2026
…#2090)

Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TylerHelmuth added a commit that referenced this pull request Apr 7, 2026
…`eks`, and `gcp` detectors ( `cloud.*`, `k8s.cluster.name`, etc attributes) (#1981)

* Add presets/resourcedetection

* Change `presets/resourceDetection/kubernetesDetector` -> `presets/resourceDetection/detectors`

* Add comments

* Bump chart version

* [kube-stack] add hostPID, bump operator to 0.105.1 and update crds (#2074)

* feat: Add upstream release notes links to chart releases : #1594 (#1771)

* feat: enhance release notes only for appVersion changes and move step to end

- Add logic to detect appVersion changes and only enhance when components are upgraded
- Move enhancement step to end of workflow to prevent disrupting releases if it fails
- Update section header from 'Upstream' to 'OpenTelemetry Release Notes' for clarity
- Remove code duplication and verbose text in release notes generation
- Add CR_GENERATE_RELEASE_NOTES environment variable back to workflow
- Fix trailing whitespace issues

Addresses reviewer feedback and ensures enhancement only runs when meaningful to users.

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: add missing cr.yaml configuration file

- Add chart-releaser configuration with automatic release notes generation
- Restore missing config parameter in release workflow
- Ensure chart-releaser can properly generate baseline release notes

Required for the release notes enhancement feature to work correctly.

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2053)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [operator] Disable secure metrics serving by default (#2075)

* [operator] Disable secure metrics serving by default

* Set the flag in the template instead of values.yaml

* chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 (#2079)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.32.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@45cbd0c...9e907b5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(kube-stack): fix Quantity schema type to accept string and number values (#2084)

The Quantity type definition in values.schema.json was generated from
the Go resource.Quantity struct, which produced an object type with a
required Format field. This does not match how Kubernetes quantities
are represented in YAML/JSON — they are plain strings (e.g., "50Mi",
"1Gi", "500m") or numbers.

This caused Helm schema validation to reject standard Kubernetes
quantity values with:

    Invalid type. Expected: object, given: string

Affected fields:
- EmptyDirVolumeSource.sizeLimit
- MetricTarget.value
- MetricTarget.averageValue
- ResourceFieldSelector.divisor
- ResourceList (resource requests/limits)

The fix changes the Quantity definition to match the Kubernetes
OpenAPI specification: oneOf string or number.

* [opentelemetry-collector]: bump to 0.146.0 (#2087)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* fix: Add explicit repository context to gh CLI commands in release workflow (#2082) (#2086)

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: update release workflow to push to main branch and enhance release notes script

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: update release workflow to push to main branch and enhance release notes script

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

---------

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* Bump operator version to 0.145.0 (#2085)

* Bump operator version to 0.145.0

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Fix generate crds

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* fix lint

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Fix ci

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* fix lint

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Revert sed changes

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

---------

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* [demo] Leverage `set_semconv_span_name()` for better span and http operation names (#2080)

* Use the Transform Processor `set_semconv_span_name()` to workaround span metrics cardinality explosion caused by high-cardinality span names

* Revert processor name to restore backward compatibility.

* Revert processor name to restore backward compatibility.

* Performances optimizations

* Performances optimizations

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(kube-stack): add command field support to collector template (#2096)

* feat(kube-stack): add command field support to collector template

The OpenTelemetryCollector CRD supports a `command` field, but the
chart's collector template does not render it. This adds support for
overriding the collector's entrypoint command through values.yaml,
following the same pattern as other optional fields like `args`,
`lifecycle`, etc.

Use case: users deploying BYO collector configs with init containers
that need to source environment files or wrap the collector binary
before starting.

* chore(kube-stack): bump chart version to 0.14.6

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#2052)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@83679a8...a309ff8)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#2090)

Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 (#2091)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.3 to 4.32.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9e907b5...89a39a4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [collector] Add PreferSameZone and PreferSameNode to trafficDistribution schema (#2095)

Kubernetes v1.33 (KEP-3015) introduced PreferSameZone and PreferSameNode
as new values for service.trafficDistribution. PreferSameZone replaces
the deprecated PreferClose with a clearer name. PreferSameNode enables
preferential routing to endpoints on the same node, which is particularly
useful for DaemonSet deployments. Both values graduated to GA in v1.35.

The current schema only allows PreferClose, causing validation errors
when users attempt to use the newer values.

Changes:
- Add PreferSameZone and PreferSameNode to trafficDistribution enum in values.schema.json
- Add comment documenting supported values in values.yaml
- Bump chart version to 0.146.1
- Regenerate examples

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(opentelemetry-collector): add readinessProbe support (#2040)

* [kube-stack] Fix and improve applyResourceDetectionConfig template function

- Fix nil-safety: use \$processors variable instead of \$config.processors
  to avoid panic when processors key is absent from collector config
- Guard the function call with an `or` condition so it only runs when at
  least one of eks/aks/gcp presets is enabled, consistent with all other
  preset apply functions
- Replace verbose `eq ... true` boolean checks with direct truthiness checks
- Replace mergeOverwrite with mustMergeOverwrite for fail-fast error handling

* Update charts/opentelemetry-kube-stack/templates/collector.yaml

Co-authored-by: Roger Coll <roger.coll@elastic.co>

* make examples

* Remove examples

* bump chart version

* bump chart version

* Bump chart version

---------

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Co-authored-by: Roger Coll <rogercoll@protonmail.com>
Co-authored-by: Venkata Shreyas K <venkatashreyas.kabekkodu@fmr.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
Co-authored-by: Slawomir Skowron <329831+szibis@users.noreply.github.com>
Co-authored-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Israel Blancas <iblancasa@gmail.com>
Co-authored-by: Diogo Pacheco <100862257+dpacheconr@users.noreply.github.com>
Co-authored-by: Redshore <isutare412@gmail.com>
Co-authored-by: Amine Amanzou <amineamanzou@gmail.com>
Co-authored-by: Roger Coll <roger.coll@elastic.co>
12ushan added a commit to giffgaff/opentelemetry-helm-charts that referenced this pull request May 11, 2026
* add  --enable-go-instrumentation flag opention to opentelemetry-operator (#1818)

* add  --enable-go-instrumentation flag opention to opentelemetry-operator

* PR update

* undo deletion

* generate examples

* [opentelemetry-collector]: bump to 0.134.1 (#1829)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* [operator] bump operator version to v0.132.0 (#1837)

* [operator] bump operator version to v0.132.0

* try 1.29

* add networking policy to rbac

* update install name

* set namespace env var

* use other set command

* annoying failed release (#1840)

* okay please work this time (#1843)

* bump to operator 134 (#1845)

* bump to operator 134

* update crds

* undo makefile change

* examples

* ex

* fix(opentelemetry-kube-stack): support tpl for affinity/volumes/volumeMounts (#1830)

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* [otel-demo] Grafana: Use configmaps & sidecars for config + add APM dashboard & alert (#1806)

* fix prometheus config: 'otlp' is under 'server' + refresh promoted attributes list

* Bump helm chart

* Configure Grafana using configmaps and sidecars + add APM dashboard & alert

* Add line breaks

* Add line breaks

* make commit verification happy

* add mistakenly deleted files

* Bump helm chart

* Bump chart version

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 3.29.11 to 3.30.1 (#1833)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 3.30.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/3c3833e0f8c1c83d449a7478aa59c036a9165498...f1f6e5f6af878fb37288ce1c627459e94dbf7d01)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* Adding runtimeClassName to pod spec (#1834)

* adding runtimeClassName to pod spec

Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>

* adding schema for runtimeClassName

Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>

* example and bump version

Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>

* Revert "example and bump version"

This reverts commit a354bb2357d7758f5eb596e732ce26d5a31d2db6.

* now examples and version bump

Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>

---------

Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [target-allocator] Add configmap checksum annotation to target-allocator deployment (#1828)

- Add helper.configTemplateChecksumAnnotation function to calculate configmap template checksum
- Add checksum/config annotation to pod template metadata
- Ensures pods restart automatically when configmap content changes

Fixes issue where target-allocator pods don't restart when configmap is updated.

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* fix: opentelemetry-helm-chart tests to include ImagePullSecrets (#1836)

* fix: opentelemetry-helm-chart tests to include ImagePullSecrets

* version bump to 0.95.1 and regenerated the examples

Signed-off-by: Armagan Karatosun <armagankaratosun@gmail.com>

---------

Signed-off-by: Armagan Karatosun <armagankaratosun@gmail.com>
Co-authored-by: jvoravong <47871238+jvoravong@users.noreply.github.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [opentelemetry-collectoy]: bump collector to version 0.135.0 (#1844)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* fix(opentelemetry-kube-stack): support tpl for collector configuration (#1855)

* chore(opentelemetry-kube-stack): new example for isolated multicollector deployment

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* fix(opentelemetry-kube-stack): support tpl for collector configuration

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

---------

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* [kube-stack]: replace bitnami image (#1861)

* [target-allocator] add support for pod labels and annotations (#1848)

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [chore] [collector] Revert replica count in case of Deployment mode (#1839)

* [chore] [collector] Revert replica count in case of Deployment mode

* update examples

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [opentelemetry-target-allocator] support for `global` and `enabled` in `values.schema.json` (#1856)

* support for global and probably enabled in values.schema.json

* bump up

Signed-off-by: Jared Tan <jian.tan@daocloud.io>

---------

Signed-off-by: Jared Tan <jian.tan@daocloud.io>

* [opentelemetry-kube-stack] Use daemonSetUpdateStrategy instead of updateStrategy (#1801)

* fix: use daemonSetUpdateStrategy instead updateStrategy

* fix: prevent admission webhook error by adding condition

* Add backward compatibility for updateStrategy field

* Update chart version

* Revert to set updateStrategy

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump actions/stale from 9.1.0 to 10.0.0 (#1831)

Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/5bef64f19d7facfb25b37b414482c7164d639639...3a9db7e6a41a89f618792c92c0e97cc736e1b13f)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 (#1832)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* feat(opentelemetry-operator): support custom recommender name for vpa (#1854)

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 3.30.1 to 3.30.3 (#1860)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.1 to 3.30.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/f1f6e5f6af878fb37288ce1c627459e94dbf7d01...192325c86100d080feab897ff886c34abd4c83a3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [kube-stack]: use a specific kubectl image version (#1867)

* fix(opentelemetry-kube-stack): correct container name for collector logs exclusion (#1835)

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* feat(target-allocator): add scheduling configuration support (#1849)

* feat(target-allocator): add scheduling configuration support

Add affinity, tolerations, nodeSelector, and topologySpreadConstraints
support to target-allocator chart, matching otel-operator chart capabilities.

- Add scheduling fields to values.yaml with default nodeSelector
- Update deployment template to support all scheduling configurations
- Bump chart version from 0.126.4 to 0.126.5
- Regenerate examples with updated templates

* set nodeSelector default as empty

* bump chart version and generate examples

* bump chart version and generate examples

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* [opentelemtry-collector]: bump collector to 0.136.0 (#1863)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* fix typos in charts/opentelemetry-collector/values.yaml (#1869)

* fix typo in charts/opentelemetry-collector/values.yaml

* chore: update Chart patch version

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(opentelemetry-operator): opt-in to use user namespace (#1853)

* feat(opentelemetry-operator): opt-in to use user namespace

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* chore: regenerate examples

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* chore: change to feature beta version

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

---------

Signed-off-by: t3mi <t3mi@users.noreply.github.com>

* feat(target-allocator): add health probes and replica count support (#1851)

Add liveness probe, readiness probe, and configurable replica count
support to target-allocator chart, matching otel-operator capabilities.

- Add replicaCount configuration with default value of 1
- Add livenessProbe configuration with default /livez endpoint
- Add readinessProbe configuration with default /readyz endpoint
- Update deployment template to support all probe configurations
- Bump chart version from 0.126.4 to 0.126.5
- Regenerate examples with updated templates

All probes are enabled by default with sensible defaults, and can be
fully customized including timeouts, thresholds, and intervals.

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [FEATURE] adding annotation discovery preset (#1810)

* feat(target-allocator): support extraObjects (#1873)

* [opentelemetry-collector] Fix prometheus rules (#1842)

* [opentelemetry-collector] Fix prometheus rules

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>

* [opentelemetry-collector] Bump version, update examples

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>

* [opentelemetry-collector] Bump version, update examples

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>

* [opentelemetry-collector] Bump version, update examples

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>

* [opentelemetry-collector] Bump version, update examples

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>

---------

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(kube-stack): Add allowNamespaces and denyNamespaces support to targetAllocator.prometheusCR (#1779)

* feat(kube-stack): Add allowNamespaces and denyNamespaces support to targetAllocator.prometheusCR

Fixes #1765

This commit adds support for allowNamespaces and denyNamespaces fields in the targetAllocator.prometheusCR configuration. These fields allow users to control which namespaces should be included or excluded from being scraped by the collector via the Target Allocator.

* chore: bump opentelemetry-kube-stack version to 0.10.3

* Use k8sattributes processor's native support for service attributes (#1738)

* Revert indendation changes

* Resolve pr comments

* Revert indendation changes

* Resolve pr comments

* regenerate examples

* regenerate examples

* Update chart version and regenerate examples

* chore(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#1874)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.3 to 3.30.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/192325c86100d080feab897ff886c34abd4c83a3...3599b3baa15b485a2e49ef411a7a4bb2452e7f93)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#1875)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [opentelemtry-operator]: bump operator version to 0.135.0 (#1864)

* [opentelemtry-operator]: bump operator version to 0.135.0

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* fix ci issues

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

---------

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* [demo] Update helm to demo v2.1.3 (#1871)

* [demo] Update helm to demo v2.1.1

* Fix lint

* Remove docker_stats receiver from k8s

* Remove hostmetrics receiver from k8s

* remove k8snode from resourcedetection

* Update versions to 2.1.2

* Remove unnecessary env vars from kafka

* Bump to 2.1.3

* Increase postgres memlimit

* Add missing kafka env vars

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* bump to latest operator (#1878)

* fix: provide kubectl args to pre-delete job (#1877)

* fix: wrong values schema definition for operator (#1881)

* fix: wrong values schema definition for operator

* chore: update opentelemetry-operator chart version to 0.97.1

* [demo] add missing params and fix dashboards (#1880)

* [demo] Add missing env vars and grafana charts

* typo

* Split charts in individual configmaps

* Add line break

* pre-commit

* make generate-examples

* Add note about Jaeger SPM

* [kube-stack]: bump kube-stack dependencies (#1885)

* [kube-stack]: bump kube-stack dependencies

* bump again

* [otel-kube-stack] Add `host.name` and `k8s.node.name` to host metrics (#1896)

* Use K8s node detector and set host.name

* default host.name to k8s.node.name when defined.

* prefer resource processor

* prefer resource processor

* [opentelemetry-collector]: bump collector to 0.137.0 (#1894)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#1889)

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/05b42c624433fc40578a4040d5cf5e36ddca8cde...4eaacf0543bb3f2c246792bd56e8cdeffafb205a)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/stale from 10.0.0 to 10.1.0 (#1891)

Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/3a9db7e6a41a89f618792c92c0e97cc736e1b13f...5f858e3efba33a5ca4407a664cc011ad407f2008)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 3.30.5 to 4.30.9 (#1906)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.5 to 4.30.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/3599b3baa15b485a2e49ef411a7a4bb2452e7f93...16140ae1a102900babc80a33c44059580f687047)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.30.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [opentelemetry-collector]: bump to 0.138.0 (#1909)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* [opentelemetry-operator]: bump to 0.137.0 (#1908)

* [opentelemetry-operator]: bump to 0.137.0

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* remove the targetallocator feature gate from the test

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

---------

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* fix(opentelemetry-demo): set FLAGD_UI_HOST to point to the correct service (#1898)

* fix(opentelemetry-demo): set FLAGD_UI_HOST to point to the correct service

Fixes #1897

* chore(opentelemetry-demo): bump chart version and generate examples

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [chore] promote julianocosta89 to approver (#1910)

* [chore] promote julianocosta89 to approver

* Update README.md

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>

* bump chart version

---------

Co-authored-by: Dmitry Anoshin <anoshindx@gmail.com>
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>

* [otel-demo] Bump Grafana Helm Chart and align Grafana with the docker compose deployment (#1900)

* Bump otel-kube-stack

* Bump Grafana Helm Chart and align Grafana with the docker compose deployment on  v12.2.0

* bump chart

* Grafana Helm 10.1.2

* Revert

* fix conflict

* Bump Grafana Helm Chart and align Grafana with the docker compose deployment on  v12.2.0

* bump chart

* Grafana Helm 10.1.2

* Bump chart version

* chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#1914)

* chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/16140ae1a102900babc80a33c44059580f687047...4e94bd11f71e507f7f87df81788dff88d1dacbfb)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update .github/workflows/ossf-scorecard.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1915)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(opentelemetry-collector): add option to enable config checksum annotation (#1868)

* add opentelemetry-ebpf-instrumentation helm chart (#1704)

* add opentelemetry-ebpf-instrumentation helm chart

* remove k8s cache from helm

* add k8s cache image

* - Update the root README.md to include a reference to the new chart.
- Integrate the chart with the Makefile for consistent tooling support.
- Add examples and render via `make generate-examples'.

* fix kubernetes:enabled = true

* add maintainers

* add ci folder with default-values.yaml

* renamed yaml files and examples.fresh to examples.default

* add Prerequisites

* remove global

* move configmap to helper template

* fix examples

* Update charts/opentelemetry-ebpf-instrumentation/values.yaml

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* replace docker.io with ghcr.io

* Update charts/opentelemetry-ebpf-instrumentation/values.yaml

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Fix jaeger-query endpoint in otel-demo (#1922)

* Fix jager-query endpoint in otel-demo chart

* update chart version

* update examples

* regenerate all examples

* regenerate on mac

* bump operator helm chart version (#1924)

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [opentelemetry-ebpf-instrumentation] Fix image repository to match ghcr and fix make generate-examples (#1926)

* fixes in obi chart

* run generate-examples

* bump helm version to v0.1.1

* appVersion 0.1.0

* bump obi to v0.2.0 (#1933)

* bump up otel col to 0.139.0 (#1930)

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(dependency): bump opentelemetry-operator to 0.99.0 (#1934)

Signed-off-by: Grégory SANCHEZ <gregory.sanchez@icloud.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* typo (#1932)

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#1927)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.0 to 4.31.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/4e94bd11f71e507f7f87df81788dff88d1dacbfb...0499de31b99561a6d14a36a5f662c2a54f91beee)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>

* fix(opentelemetry-demo): update flagd config with email memory link flag (#1923)

* fix(opentelemetry-demo): update flagd config with email memory link flag

Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>

* chore: update version and generate examples

Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>

---------

Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [otel-operator]: Set correct targetallocator access for openshift clusters in otel operator's role. (#1939)

* Update clusterrole.yaml

* Update role.yaml

* Update Chart.yaml

* [operator]: bump patch version to 0.99.1

* [opentelemetry-collector] Align `presets/kubernetesAttributes` on the opentelemetry-kube-stack presets (#1918)

* Use the same config for the otel-collector/presets/kubernetesAttributes as for otel-kube-stack/presets/kubernetesAttributes

* Bump chart version

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [kube-stack] Add popular metrics to the `presets/hostMetrics` (#1928)

* Add popular host metrics

* Add popular host metrics

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 4.31.2 to 4.31.3 (#1949)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/0499de31b99561a6d14a36a5f662c2a54f91beee...014f16e7ab1402f30e7c3329d33797e7948572db)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add a check to prevent loading `k8s_leader_elector` extensions when `disableLeaderElection` is true. (#1945)

This fixes issue #1944 - https://github.com/open-telemetry/opentelemetry-helm-charts/issues/1944

Fix kubernetes events leader election being used for the cluster metrics.

Update examples with new 0.12.2 version.

* opentelemetry-operator: bump kube-rbac-proxy to latest version (#1940)

* opentelemetry-operator: bump kube-rbac-proxy to latest version

* bump chart version

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* [opentelemetry-collector]: bump to 0.140.0 (#1954)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* fix(opentelemetry-kube-stack): add jobLabel on node-exporter service (#1947)

* fix(node-exporter): add jobLabel on service

* version

* manual fix

* feat: ignore checksum and chart version in check-examples (#1956)

Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* fix: prevent invalid 'env: null' error when variables are empty (#1967)

* chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#1959)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump opentelemetry-collector version and generate examples (#1962)

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 (#1971)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...83679a892e2d95755f2dac6acb0bfd1e9ac5d548)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [otel-kube-stack] Use `defaultCRConfig` enabled (#1937)

* Use defaultCRConfig enabled

* Remove test value

* Fix the 'Make examples' mistakes

* chore(opentelemetry-kube-stack): bump version to 0.12.4

* chore: Update examples for kube-stack

* Bump version to 0.12.5 in Chart.yaml

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#1977)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 4.31.3 to 4.31.7 (#1978)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.3 to 4.31.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/014f16e7ab1402f30e7c3329d33797e7948572db...cf1bb45a277cb3c205638b2cd5c984db1c46a412)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/stale from 10.1.0 to 10.1.1 (#1979)

Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/5f858e3efba33a5ca4407a664cc011ad407f2008...997185467fa4f803885201cee163a9f38240193d)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [opentelemetry-collector]: bump to 0.141.0 (#1973)

* [opentelemetry-collector]: bump to 0.141.0

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* fix examples

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

---------

Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [Docs, CI] Add workflow to sync README.md to gh-pages (#1969)

* replace relative path to absolute url

* add github actions for sync README to gh-pages branch

* bump actions/checkout to v6.0.0

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [otel-kube-stack] Support `presets/annotationDiscovery` (#1961)

* [otel-kube-stack] Add preset for annotation-discovery

* Revert changes on the otel-demo chart

* Apply suggestions from code review

* make generate-examples

* make generate-examples

* fix lint

* fix lint

* fix lint

* Apply suggestions from code review

* fix lint

* fix lint

* Bump chart version

* [opentelemetry-collector] Support `presets/clustermetrics` for `daemonset` mode (#1941)

* WIP

* WIP

* WIP

* WIP

* Add CI test for mode=daemonset

* Documentation as comments

* Remove unneeded tests

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(demo): add ipv6 environment vars (#1872)

* feat: add ipv6 environment vars

* docs: added example for ipv6 configuration

* docs: added rendered files

* fix: revert ipv6 example

* bump chart version and regenerate examples

* fix: revert kube-stack changes

* fix: use policy/v1

---------

Co-authored-by: Ilayda Turgut <ilayda.turgut@liatrio.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>

* [opentelemetry-operator] Upgrade operator to version 0.139.0 (#1982)

* [opentelemetry-operator] Upgrade operator image to version 0.139.0

* [opentelemetry-operator] Generate examples with updated chart

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* OBI: fix zero-valued ports (#1983)

* OBI: fix zero-valued ports

* update chart version

* Fix also internal metrics

* simplify

* Upgrade otel operator to v0.140.0 (#1985)

* Upgrade otel operator to 0.141.0 (#1997)

* Upgrade otel operator to v0.141.0

* Bump chart version

* [opentelemetry-collector]: upgrade to 0.142.0 (#1992)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* Update opentelemetry-ebpf-instrumentation chart to v0.3.0 (#1993)

* Update opentelemetry-ebpf-instrumentation to v0.3.0

* Regenerate examples

* Update discovery conf to new format

* Generate examples

* chore(deps): bump github/codeql-action from 4.31.7 to 4.31.9 (#2002)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.31.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/cf1bb45a277cb3c205638b2cd5c984db1c46a412...5d4e8d1aca955e8d8589aabd499c5cae939e33c7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(opentelemetry-collector): add additionalRuleLabels & additionalRuleAnnotations to defaulRules (#2003)

Signed-off-by: Adrian Berger <adrian.berger@natron.io>

* fix: collector chart fails to render due to scoping issue (#2006)

In Helm, . (dot) represents the current scope/context. When you enter a
range or with block, . changes to the iteration item or the with target.
This breaks references like .Values because . no longer points to the
root context.

Signed-off-by: Daniel Schaaff <daniel@danielschaaff.com>

* chore(deps): bump kyverno/action-install-chainsaw from 0.2.13 to 0.2.14 (#1986)

Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
- [Commits](https://github.com/kyverno/action-install-chainsaw/compare/6354895e0f99ab23d3e38d85cf5c71b5dc21d727...06560d18422209e9c1e08e931d477d04bf2674c1)

---
updated-dependencies:
- dependency-name: kyverno/action-install-chainsaw
  dependency-version: 0.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#1987)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...8e8c483db84b4bee98b60c0593521ed34d9990e8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Tan <jian.tan@daocloud.io>

* chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1989)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/330a01c490aca151604b8cf639adc76d48f6c5d4...b7c566a772e6b6bfb58ed0dc250532a479d7789f)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [opentelemetry-collector]: upgrade to 0.143.0 (#2019)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* Fix formatting of Helm repo add command in README (#2012)

Make copiable

* Update opentelemetry-ebpf-instrumentation chart to v0.4.0 (#2020)

* Bump OBI chart and version

* Update examples

* [demo] Demo release version 2.2.0 (#2016)

* Demo release version 2.2.0

* remove old products json and configmap

* update readme and ugrade notes

* adjust jaeger settings

* add empty line at end of file (fix linter)

* Add failedReadinessProbe and fix typo

* generate-examples

* pre-commit

* trailing spaces

* generate-examples

* fix product catalog

* generate examples

---------

Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>

* Update opentelemetry-ebpf-instrumentation chart to v0.4.1 (#2022)

* Bump OBI version

* Render examples

* chore(deps): bump github/codeql-action from 4.31.9 to 4.31.10 (#2024)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.31.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/5d4e8d1aca955e8d8589aabd499c5cae939e33c7...cdefb33c0f6224e58673d9004f47f7cb3e328b89)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [otel-kube-stack] Add `persistentVolumeClaimRetentionPolicy` support for statefulset mode (#2026)

* feat(opentelemetry-kube-stack): add persistentVolumeClaimRetentionPolicy support for statefulset mode

* Bump chart, generate examples

* [opentelemetry-collector]: Add hostPID pod security schema (#2031)

* opentelemetry-collector: add hostPID pod spec

* update examples

* Bump Grafana Helm Chart and fix #2030 (#2032)

* Add OBI chart examples to helmignore (#2033)

* Add OBI chart examples to helmignore

* Update charts/opentelemetry-ebpf-instrumentation/.helmignore

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Bump the OBI chart version

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* Add JSON schema for OBI chart values (#2029)

* Add JSON schema for OBI chart values

* Run pre-commit

* Bump chart version

* Apply feedback

* Add "global" and "enabled" props

* Support `tpl` in OBI `podAnnotations` (#2035)

* Support `tpl` in `podAnnotations`

* Bump OBI chart version

* Unify podAnnotations in _helpers.tpl

* Render examples

* Bump chart version

* Regenerate examples

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* Bump OTel Operator to v0.13.0 (#2043)

* [otel-demo] Deploy the Otel Collector as a `daemonset` and enable k8s infra monitoring (#2001)

* Deploy Otel Collector as a daemonset and enable k8s infra monitoring

* WIP

* WIP

* WIP

* WIP

* Disable pod logs collection waiting to handle duplication of logs between OTLP and pod logs

* Bump chart version

* Remove FIXME as the problem is solved

* Merge from main, next

* Overwrite README.md with the version from `main`

* Embrace OTel pod annotation for services

* Add label `app.kubernetes.io/version` to pods so the OTel `service.version` can be derived from it.

* Bump the Grafana Helm Chart

* Bump chart version

* [opentelemetry-collector]: bump to 0.144.0 (#2044)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* feat: improve kube-stack NOTES.txt (#2042)

* feat: improve kube-stack NOTES.txt

* chore: bump version and regenerate examples

* [operator] Bump version to 0.142.0 (#2057)

* Disable kube-rbac-proxy for operator tests

* [operator] Bump version to 0.142.0

* [operator] Bump version to 0.143.0 (#2058)

* [operator] Bump version to 0.144.0 (#2055)

# Conflicts:
#	charts/opentelemetry-operator/Chart.yaml
#	charts/opentelemetry-operator/examples/default/rendered/admission-webhooks/operator-webhook-with-cert-manager.yaml
#	charts/opentelemetry-operator/examples/default/rendered/certmanager.yaml
#	charts/opentelemetry-operator/examples/default/rendered/clusterrole.yaml
#	charts/opentelemetry-operator/examples/default/rendered/clusterrolebinding.yaml
#	charts/opentelemetry-operator/examples/default/rendered/deployment.yaml
#	charts/opentelemetry-operator/examples/default/rendered/role.yaml
#	charts/opentelemetry-operator/examples/default/rendered/rolebinding.yaml
#	charts/opentelemetry-operator/examples/default/rendered/service.yaml
#	charts/opentelemetry-operator/examples/default/rendered/serviceaccount.yaml
#	charts/opentelemetry-operator/examples/default/rendered/tests/test-certmanager-connection.yaml
#	charts/opentelemetry-operator/examples/default/rendered/tests/test-service-connection.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/admission-webhooks/operator-webhook-with-cert-manager.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/certmanager.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/clusterrole.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/clusterrolebinding.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/deployment.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/role.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/rolebinding.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/service.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/serviceaccount.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/tests/test-certmanager-connection.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/tests/test-service-connection.yaml
#	charts/opentelemetry-operator/values.yaml

* [opentelemetry-demo] Add support for component podLabels (#2036)

* Add component podLabels

* Add note on podLabels to upgrade doc

* Regenerate examples

* [opentelemetry-collector]: bump to 0.145.0 (#2070)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* chore(deps): bump github/codeql-action from 4.31.10 to 4.32.2 (#2072)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.32.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/cdefb33c0f6224e58673d9004f47f7cb3e328b89...45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump fossas/fossa-action from 1.7.0 to 1.8.0 (#2073)

Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/fossas/fossa-action/releases)
- [Commits](https://github.com/fossas/fossa-action/compare/3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac...c414b9ad82eaad041e47a7cf62a4f02411f427a0)

---
updated-dependencies:
- dependency-name: fossas/fossa-action
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [kube-stack] Bump OTel Operator Chart to v0.105.0 (#2059)

* Bump OTel Operator to v0.105.0

* Bump OTel Operator to v0.105.0

* fix(kube-stack): extend MetricRelabeling schema (#2071)

* fix(kube-stack): extend MetricRelabeling schema to support full Prometheus relabel_config

The MetricRelabeling schema was too restrictive, only allowing action, regex,
and sourceLabels properties. This prevented using standard Prometheus
relabel_config features like targetLabel and replacement for label
transformation use cases.

Changes:
- Add missing fields to MetricRelabeling: targetLabel, replacement, separator, modulus
- Remove incorrect required constraint (different actions need different fields)
- Align KubeServiceMonitor relabeling fields to use MetricRelabeling schema
- Align Monitor.relabelings to use MetricRelabeling schema for consistency

This enables use cases like:
  metricRelabelings:
    - sourceLabels: [namespace]
      targetLabel: k8s.namespace.name
      action: replace

Affected components now properly support full relabel_config:
- kube-state-metrics.prometheus.monitor.metricRelabelings
- kubeApiServer.serviceMonitor.metricRelabelings
- prometheus-node-exporter.prometheus.monitor.metricRelabelings
- All KubeServiceMonitor relabeling fields
- All Monitor relabeling fields

* chore(kube-stack): bump chart version to 0.13.2

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [kube-stack] Add `k8s.*` and `host.name` resource attributes to the OTel Collector internal telemetry (#2018)

* Add k8s.* and host.name attributes to the OTel Collector OTEL_RESOURCE_ATTRIBUTES so internal telemetry is fully contextualized

* Add default K8s cluster name: `unknown_k8s_cluster`

* Add default K8s cluster name: `unknown_k8s_cluster`

* feat(opentelemetry-operator): enable configuration of autoinstrumentation of nginx image (#2048)

* chore: resolve merge conflicts

Signed-off-by: Ahmed Faizan <faizanofficial120@gmail.com>

* chore: add nginx config back

Signed-off-by: Ahmed Faizan <faizanofficial120@gmail.com>

---------

Signed-off-by: Ahmed Faizan <faizanofficial120@gmail.com>
Co-authored-by: Jacob Aronoff <jaronoff97@users.noreply.github.com>

* [kube-stack] Improve Helm install console output (#2060)

* Improve Helm install console output

* Improve Helm install console output

* Fix typo

* Remove ANSI colorization to simplify the template

* Fix line breaks and spaces

* Bump chart version

* [kube-stack] add hostPID, bump operator to 0.105.1 and update crds (#2074)

* feat: Add upstream release notes links to chart releases : #1594 (#1771)

* feat: enhance release notes only for appVersion changes and move step to end

- Add logic to detect appVersion changes and only enhance when components are upgraded
- Move enhancement step to end of workflow to prevent disrupting releases if it fails
- Update section header from 'Upstream' to 'OpenTelemetry Release Notes' for clarity
- Remove code duplication and verbose text in release notes generation
- Add CR_GENERATE_RELEASE_NOTES environment variable back to workflow
- Fix trailing whitespace issues

Addresses reviewer feedback and ensures enhancement only runs when meaningful to users.

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: add missing cr.yaml configuration file

- Add chart-releaser configuration with automatic release notes generation
- Restore missing config parameter in release workflow
- Ensure chart-releaser can properly generate baseline release notes

Required for the release notes enhancement feature to work correctly.

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2053)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [operator] Disable secure metrics serving by default (#2075)

* [operator] Disable secure metrics serving by default

* Set the flag in the template instead of values.yaml

* chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 (#2079)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.32.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2...9e907b5e64f6b83e7804b09294d44122997950d6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(kube-stack): fix Quantity schema type to accept string and number values (#2084)

The Quantity type definition in values.schema.json was generated from
the Go resource.Quantity struct, which produced an object type with a
required Format field. This does not match how Kubernetes quantities
are represented in YAML/JSON — they are plain strings (e.g., "50Mi",
"1Gi", "500m") or numbers.

This caused Helm schema validation to reject standard Kubernetes
quantity values with:

    Invalid type. Expected: object, given: string

Affected fields:
- EmptyDirVolumeSource.sizeLimit
- MetricTarget.value
- MetricTarget.averageValue
- ResourceFieldSelector.divisor
- ResourceList (resource requests/limits)

The fix changes the Quantity definition to match the Kubernetes
OpenAPI specification: oneOf string or number.

* [opentelemetry-collector]: bump to 0.146.0 (#2087)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* fix: Add explicit repository context to gh CLI commands in release workflow (#2082) (#2086)

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: update release workflow to push to main branch and enhance release notes script

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: update release workflow to push to main branch and enhance release notes script

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

---------

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* Bump operator version to 0.145.0 (#2085)

* Bump operator version to 0.145.0

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Fix generate crds

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* fix lint

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Fix ci

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* fix lint

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Revert sed changes

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

---------

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* [demo] Leverage `set_semconv_span_name()` for better span and http operation names (#2080)

* Use the Transform Processor `set_semconv_span_name()` to workaround span metrics cardinality explosion caused by high-cardinality span names

* Revert processor name to restore backward compatibility.

* Revert processor name to restore backward compatibility.

* Performances optimizations

* Performances optimizations

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(kube-stack): add command field support to collector template (#2096)

* feat(kube-stack): add command field support to collector template

The OpenTelemetryCollector CRD supports a `command` field, but the
chart's collector template does not render it. This adds support for
overriding the collector's entrypoint command through values.yaml,
following the same pattern as other optional fields like `args`,
`lifecycle`, etc.

Use case: users deploying BYO collector configs with init containers
that need to source environment files or wrap the collector binary
before starting.

* chore(kube-stack): bump chart version to 0.14.6

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#2052)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/83679a892e2d95755f2dac6acb0bfd1e9ac5d548...a309ff8b426b58ec0e2a45f0f869d46889d02405)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#2090)

Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/997185467fa4f803885201cee163a9f38240193d...b5d41d4e1d5dceea10e7104786b73624c18a190f)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 (#2091)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.3 to 4.32.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/9e907b5e64f6b83e7804b09294d44122997950d6...89a39a4e59826350b863aa6b6252a07ad50cf83e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [collector] Add PreferSameZone and PreferSameNode to trafficDistribution schema (#2095)

Kubernetes v1.33 (KEP-3015) introduced PreferSameZone and PreferSameNode
as new values for service.trafficDistribution. PreferSameZone replaces
the deprecated PreferClose with a clearer name. PreferSameNode enables
preferential routing to endpoints on the same node, which is particularly
useful for DaemonSet deployments. Both values graduated to GA in v1.35.

The current schema only allows PreferClose, causing validation errors
when users attempt to use the newer values.

Changes:
- Add PreferSameZone and PreferSameNode to trafficDistribution enum in values.schema.json
- Add comment documenting supported values in values.yaml
- Bump chart version to 0.146.1
- Regenerate examples

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* feat(opentelemetry-collector): add readinessProbe support (#2040)

* [opentelemetry-collector]: bump to 0.147.0 (#2105)

Signed-off-by: AvivGuiser <avivguiser@gmail.com>

* bump to operator 0.146.0 (#2109)

* bump to latest operator

* miss

* [opentelemetry-target-allocator] Add statefulset mode and bump version (#2092)

* feat(target-allocator): add statefulset mode support

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>

* fix(target-allocator): bump chart version and fix pre-commit issues

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>

* fix(target-allocator): add missing trailing newline to values.schema.json

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>

* refactor(target-allocator): extract shared pod spec to _pod.tpl and bump minor version

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>

* refactor(target-allocator): simplify mode validation in NOTES.txt

Move mode validation inline in NOTES.txt using the same pattern as
the opentelemetry-collector chart, and remove the separate
helper.validateMode template from _helpers.tpl.

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>

* fix(target-allocator): fix chart version typo and clean up NOTES.txt

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>

---------

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* Use fine-grained permissions for kubeletstats receiver (#2083)

* use fine-grained permissions for kubeletstats receiver

* use kubernetes api version from helm to determine if kubelet fine-grained authz is supported

* Update OBI chart to use latest OBI version: v0.6.0 (#2111)

* fix: outdated examples breaking lint (#2120)

* fix: outdated examples breaking lint

* set a kube-version in the helm template command

* [collector] Add `k8s.*` and `host.name` resource attrs to the OTel Collector internal telemetry (#2106)

* Add k8s.* and host.name resource attributes to the OpenTelemetry Collector internal telemetry passing them to the otelcol process through the OTEL_RESOURCE_ATTRIBUTES env var

* Only export `k8s.*` and `host.name` resource attributes on the internal telemetry exported using the `service:telemetry` cnfig, not through internal SDK, to prevent undesired usage of these resource attrs in the resourcedetection processor

* make examples

* Feat/target allocator allow refer existing configmap and additional volumes (#2089)

* feat(target-allocator): add support for existing cm and additional volumes

* feat(target-allocator): add existingConfigmap and extraVolumes support

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [opentelemetry-demo] Update kafka memory limit (#2116)

* Update kafka memory limit to 700Mi

This was done as atm kafka keeps getting OOMkilled when running locally
via kind. And removing its memory limit shows it runs at 612Mi.

* Bump opentelemetry-demo version number and run make gen examples

This is for updating the kafka memory limit

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* [operator] Bump version to 0.147.0 (#2119)

# Conflicts:
#	charts/opentelemetry-operator/Chart.yaml
#	charts/opentelemetry-operator/examples/default/rendered/admission-webhooks/operator-webhook-with-cert-manager.yaml
#	charts/opentelemetry-operator/examples/default/rendered/certmanager.yaml
#	charts/opentelemetry-operator/examples/default/rendered/clusterrole.yaml
#	charts/opentelemetry-operator/examples/default/rendered/clusterrolebinding.yaml
#	charts/opentelemetry-operator/examples/default/rendered/deployment.yaml
#	charts/opentelemetry-operator/examples/default/rendered/role.yaml
#	charts/opentelemetry-operator/examples/default/rendered/rolebinding.yaml
#	charts/opentelemetry-operator/examples/default/rendered/service.yaml
#	charts/opentelemetry-operator/examples/default/rendered/serviceaccount.yaml
#	charts/opentelemetry-operator/examples/default/rendered/tests/test-certmanager-connection.yaml
#	charts/opentelemetry-operator/examples/default/rendered/tests/test-service-connection.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/admission-webhooks/operator-webhook-with-cert-manager.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/certmanager.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/clusterrole.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/clusterrolebinding.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/deployment.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/role.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/rolebinding.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/service.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/serviceaccount.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/tests/test-certmanager-connection.yaml
#	charts/opentelemetry-operator/examples/feature-gates/rendered/tests/test-service-connection.yaml

* [kube-stack] Add WARNING message in stdout when using auto-generated certs (#2123)

* Add WARNING message in stdout when using auto-generated certs

* Move WARNING messages at the bottom of the output

* bump to 148 (#2124)

* [otel-kube-stack] Add `presets/resourcedetection` to  activate `aks`, `eks`, and `gcp` detectors ( `cloud.*`, `k8s.cluster.name`, etc attributes) (#1981)

* Add presets/resourcedetection

* Change `presets/resourceDetection/kubernetesDetector` -> `presets/resourceDetection/detectors`

* Add comments

* Bump chart version

* [kube-stack] add hostPID, bump operator to 0.105.1 and update crds (#2074)

* feat: Add upstream release notes links to chart releases : #1594 (#1771)

* feat: enhance release notes only for appVersion changes and move step to end

- Add logic to detect appVersion changes and only enhance when components are upgraded
- Move enhancement step to end of workflow to prevent disrupting releases if it fails
- Update section header from 'Upstream' to 'OpenTelemetry Release Notes' for clarity
- Remove code duplication and verbose text in release notes generation
- Add CR_GENERATE_RELEASE_NOTES environment variable back to workflow
- Fix trailing whitespace issues

Addresses reviewer feedback and ensures enhancement only runs when meaningful to users.

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* fix: add missing cr.yaml configuration file

- Add chart-releaser configuration with automatic release notes generation
- Restore missing config parameter in release workflow
- Ensure chart-releaser can properly generate baseline release notes

Required for the release notes enhancement feature to work correctly.

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* refactor: remove installation instructions from release notes generation

Signed-off-by: Venkata Shreyas Kabekkodu <venkatashreyas.kabekkodu@fmr.com>

* chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2053)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd)

---
updated-dependencies:
- dependency…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant