timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Apache License 2.0
560 stars 61 forks source link

chore(deps): update helm charts #609

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java patch 1.19.0 -> 1.19.1
ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator minor v0.60.0 -> v0.61.0
opentelemetry-operator (source) minor 0.15.0 -> 0.16.0
promscale (source) minor 14.3.0 -> 14.4.0
timescale/promscale minor 0.15.0 -> 0.16.0

Release Notes

open-telemetry/opentelemetry-operator ### [`v0.61.0`](https://togithub.com/open-telemetry/opentelemetry-operator/releases/tag/v0.61.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-operator/compare/v0.61.0...v0.61.0) ##### :x: Breaking Changes :x: - Jaeger receiver no longer supports remote sampling. To be able to perform an update, it must be deactivated or replaced by a configuration of the [jaegerremotesampling](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.61.0/extension/jaegerremotesampling) extension. It is **important** that the `jaegerremotesampling` extension and the `jaegerreceiver` do not use the same port. To increase the collector version afterwards, the update must be triggered again by restarting the operator. Alternatively, the `OpenTelemetryCollector` CRD can be re-created. ([otel-contrib#​14707](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/14707))([https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14707](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/14707)) ##### šŸš€ New components šŸš€ - \[HPA] Add targetCPUUtilization field to collector config ([#​1066](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1066), [@​moh-osman3](https://togithub.com/moh-osman3)) - Extend otelcol crd with minimalistic ingress options ([#​1128](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1128), [@​frzifus](https://togithub.com/frzifus)) - Reconcile otel collector on given context ([#​1144](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1144), [@​frzifus](https://togithub.com/frzifus)) - Expose container ports on the collector pod ([#​1070](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1070), [@​kristinapathak](https://togithub.com/kristinapathak)) - Add scrape configs endpoint ([#​1124](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1124), [@​jaronoff97](https://togithub.com/jaronoff97)) - Add local arm build ([#​1157](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1157), [@​Efrat19](https://togithub.com/Efrat19)) - \[HPA] Add targetCPUUtilization field to collector config ([#​1066](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1066), [@​moh-osman3](https://togithub.com/moh-osman3)) ##### šŸ’” Enhancements šŸ’” - Validate all env. vars. before starting injecting env. vars ([#​1141](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1141), [@​avadhut123pisal](https://togithub.com/avadhut123pisal)) - Update routine for migration of jaeger remote sampling in version 0.61.0 ([#​1116](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1116), [@​frzifus](https://togithub.com/frzifus)) - Allow version before 0.52 to upgrade ([#​1126](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1126), [@​pureklkl](https://togithub.com/pureklkl)) - Set OTEL_METRICS_EXPORTER to none to prevent using the default value ([#​1149](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1149), [@​aabmass](https://togithub.com/aabmass)) - Change app image and context propagator b3 to b3multi in .Net e2e test case ([#​1151](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1151), [@​avadhut123pisal](https://togithub.com/avadhut123pisal)) - Adds deepcopy missing implementation for TargetCPUUtilization field of AutoscalerSpec ([#​1138](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1138), [@​avadhut123pisal](https://togithub.com/avadhut123pisal)) - Bump default python image version ([#​1150](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1150), [@​aabmass](https://togithub.com/aabmass)) - Bump OTel python versions to 1.13.0 and 0.34b0 ([#​1147](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1147), [@​aabmass](https://togithub.com/aabmass) - Change error logs to info for building container ([#​1146](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1146), [@​kristinapathak](https://togithub.com/kristinapathak)) - Add missing nil checks in collector validating webhook ([#​1136](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1136), [@​kristinapathak](https://togithub.com/kristinapathak)) - Fix lint issues in target allocator ([#​1090](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1090), [@​kristinapathak](https://togithub.com/kristinapathak)) ##### šŸ§° Bug fixes šŸ§° - Fix generated deepcopy file changes check ([#​1154](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1154), [@​pavolloffay](https://togithub.com/pavolloffay)) - Fix Target Allocator builds by using versions.txt ([#​1140](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1140), [@​jaronoff97](https://togithub.com/jaronoff97)) - Add missing entry to 0.60.0 changelog ([#​1102](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1102), [@​pavolloffay](https://togithub.com/pavolloffay)) ##### OpenTelemetry Collector and Contrib - [OpenTelemetry Collector - v0.61.0](https://togithub.com/open-telemetry/opentelemetry-collector/releases/tag/v0.61.0) - [OpenTelemetry Contrib - v0.61.0](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.61.0) ### [`v0.61.0`](https://togithub.com/open-telemetry/opentelemetry-operator/blob/HEAD/CHANGELOG.md#​0610) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-operator/compare/v0.60.0...v0.61.0) ##### :x: Breaking Changes :x: - Jaeger receiver no longer supports remote sampling. To be able to perform an update, it must be deactivated or replaced by a configuration of the [jaegerremotesampling](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.61.0/extension/jaegerremotesampling) extension. It is **important** that the `jaegerremotesampling` extension and the `jaegerreceiver` do not use the same port. To increase the collector version afterwards, the update must be triggered again by restarting the operator. Alternatively, the `OpenTelemetryCollector` CRD can be re-created. ([otel-contrib#​14707](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/14707)) ##### šŸš€ New components šŸš€ - \[HPA] Add targetCPUUtilization field to collector config ([#​1066](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1066), [@​moh-osman3](https://togithub.com/moh-osman3)) - Extend otelcol crd with minimalistic ingress options ([#​1128](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1128), [@​frzifus](https://togithub.com/frzifus)) - Reconcile otel collector on given context ([#​1144](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1144), [@​frzifus](https://togithub.com/frzifus)) - Expose container ports on the collector pod ([#​1070](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1070), [@​kristinapathak](https://togithub.com/kristinapathak)) - Add scrape configs endpoint ([#​1124](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1124), [@​jaronoff97](https://togithub.com/jaronoff97)) - Add local arm build ([#​1157](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1157), [@​Efrat19](https://togithub.com/Efrat19)) - \[HPA] Add targetCPUUtilization field to collector config ([#​1066](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1066), [@​moh-osman3](https://togithub.com/moh-osman3)) ##### šŸ’” Enhancements šŸ’” - Validate all env. vars. before starting injecting env. vars ([#​1141](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1141), [@​avadhut123pisal](https://togithub.com/avadhut123pisal)) - Update routine for migration of jaeger remote sampling in version 0.61.0 ([#​1116](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1116), [@​frzifus](https://togithub.com/frzifus)) - Allow version before 0.52 to upgrade ([#​1126](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1126), [@​pureklkl](https://togithub.com/pureklkl)) - Set OTEL_METRICS_EXPORTER to none to prevent using the default value ([#​1149](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1149), [@​aabmass](https://togithub.com/aabmass)) - Change app image and context propagator b3 to b3multi in .Net e2e test case ([#​1151](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1151), [@​avadhut123pisal](https://togithub.com/avadhut123pisal)) - Adds deepcopy missing implementation for TargetCPUUtilization field of AutoscalerSpec ([#​1138](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1138), [@​avadhut123pisal](https://togithub.com/avadhut123pisal)) - Bump default python image version ([#​1150](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1150), [@​aabmass](https://togithub.com/aabmass)) - Bump OTel python versions to 1.13.0 and 0.34b0 ([#​1147](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1147), [@​aabmass](https://togithub.com/aabmass) - Change error logs to info for building container ([#​1146](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1146), [@​kristinapathak](https://togithub.com/kristinapathak)) - Add missing nil checks in collector validating webhook ([#​1136](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1136), [@​kristinapathak](https://togithub.com/kristinapathak)) - Fix lint issues in target allocator ([#​1090](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1090), [@​kristinapathak](https://togithub.com/kristinapathak)) ##### šŸ§° Bug fixes šŸ§° - Fix generated deepcopy file changes check ([#​1154](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1154), [@​pavolloffay](https://togithub.com/pavolloffay)) - Fix Target Allocator builds by using versions.txt ([#​1140](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1140), [@​jaronoff97](https://togithub.com/jaronoff97)) - Add missing entry to 0.60.0 changelog ([#​1102](https://togithub.com/open-telemetry/opentelemetry-operator/pull/1102), [@​pavolloffay](https://togithub.com/pavolloffay)) ##### OpenTelemetry Collector and Contrib - [OpenTelemetry Collector - v0.61.0](https://togithub.com/open-telemetry/opentelemetry-collector/releases/tag/v0.61.0) - [OpenTelemetry Contrib - v0.61.0](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.61.0)
open-telemetry/opentelemetry-helm-charts ### [`v0.16.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.16.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.15.0...opentelemetry-operator-0.16.0) OpenTelemetry Collector Helm chart for Kubernetes
timescale/helm-charts ### [`v14.4.0`](https://togithub.com/timescale/helm-charts/releases/tag/promscale-14.4.0) [Compare Source](https://togithub.com/timescale/helm-charts/compare/promscale-14.3.0...promscale-14.4.0) #### What's Changed - Fix regexp in renovate configuration by [@​nhudson](https://togithub.com/nhudson) in [https://github.com/timescale/helm-charts/pull/475](https://togithub.com/timescale/helm-charts/pull/475) - chore(deps): update dependency timescale/promscale to v0.16.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/timescale/helm-charts/pull/476](https://togithub.com/timescale/helm-charts/pull/476) **Full Changelog**: https://github.com/timescale/helm-charts/compare/timescaledb-single-0.20.0...promscale-14.4.0
timescale/promscale ### [`v0.16.0`](https://togithub.com/timescale/promscale/blob/HEAD/CHANGELOG.md#​0160---2022-10-20) [Compare Source](https://togithub.com/timescale/promscale/compare/0.15.0...0.16.0) ##### Added - Integration tests to qualify as certified Jaeger remote storage \[[#​1686](https://togithub.com/timescale/promscale/issues/1686)] ##### Changed ##### Fixed - Fix queries returning no references/links when querying traces that were ingested using the native Jaeger API. - Fix traces queries returning duplicated events and links (or logs and references in Jaeger) for traces with more than one event and one link. - Fix incorrect reference types when retrieving Jaeger traces with multiple parent references \[[#​1681](https://togithub.com/timescale/promscale/issues/1681)]. - Fix incorrect population of span kind field in jaeger getOperations response \[[#​1686](https://togithub.com/timescale/promscale/issues/1686)] - Improved query performance when getting trace by id \[[#​1626](https://togithub.com/timescale/promscale/issues/1626)]

Configuration

šŸ“… Schedule: Branch creation - "before 2am" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.