-
Notifications
You must be signed in to change notification settings - Fork 45
chore(deps): update otel/opentelemetry-collector docker tag to v0.133.0 #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/otel-opentelemetry-collector-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b85e760
to
0137774
Compare
0137774
to
4bf82aa
Compare
4bf82aa
to
800054d
Compare
800054d
to
66fa964
Compare
66fa964
to
9b2f792
Compare
9b2f792
to
7ec0952
Compare
7ec0952
to
479d927
Compare
479d927
to
75c80fa
Compare
75c80fa
to
82dec95
Compare
82dec95
to
8458764
Compare
8458764
to
03b8452
Compare
03b8452
to
be0d8ed
Compare
be0d8ed
to
f7b0041
Compare
ba5a539
to
b832bf2
Compare
b832bf2
to
9703220
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.119.0
->0.133.0
Release Notes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)
v0.133.0
Compare Source
🚩 Deprecations 🚩
sapmreceiver
: Remove the sapmreceiver from contrib as deprecation period has passed. (#1125)🚀 New components 🚀
cgroupruntime
: Add the cgroupruntime extension to the Contrib and K8s distributions (#789)contrib
: This feature introduces anomaly detection using the Online Isolation Forest algorithm applied to streaming - traces, metrics, or logs (#1124)💡 Enhancements 💡
ebpf-profiler
: Start producing release artifacts for the eBPF profiler distribution. (#984)v0.132.4
Compare Source
v0.132.4 is a patch release attempting to fix a bug in the release pipelines. Please see v0.132.0 for release notes.
v0.132.3
Compare Source
v0.132.3 is a patch release attempting to fix a bug in the release pipelines. Please see v0.132.0 for release notes.
v0.132.2
Compare Source
Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.2
v0.132.2
v0.132.2 is a patch release attempting to fix a misfire in the build. Please see v0.132.0 for release notes.
v0.132.1
Compare Source
v0.132.1
v0.132.1 is a patch release fixing the script used to build and push Windows docker image. Please see v0.132.0 for release notes.
v0.132.0
Compare Source
🛑 Breaking changes 🛑
releases
: Fix artifact checksum files being incomplete and split between Linux/Darwin and Windows. (#1002, #1086)This fixes a bug that occurred because releases for Windows and other Platforms are split.
The Windows release always overwrote the checksum files already created for Linux and Darwin and so, only
the Windows checksums were accessible in the end.
This change is breaking because checksum files for Linux/Darwin and Windows are now split.
otelcol
: Remove deprecated opencensus exporter and receiver (#1056)otelcol-contrib
: Remove deprecated opencensus exporter and receiver (#1056)otelcol-k8s
: Remove deprecated opencensus exporter and receiver (#1056)💡 Enhancements 💡
contrib
: Add skywalkingencodingextension in otelcol-contrib distribution (#1078)releases
: Introduce nightly releases (#1016)platforms
: Add Tier 3 support for riscv64 (#968, #969)New Tier 3 platform: riscv64 architecture is now included,
allowing the collector to be built and distributed for this platform.
🧰 Bug fixes 🧰
service/telemetry
: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts.
v0.131.1
Compare Source
Check the v0.131.0 contrib changelog and the v0.131.0 core changelog for changelogs on specific components.
Changelog
🧰 Bug fixes 🧰
service/telemetry
: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts.
v0.131.0
Compare Source
🛑 Breaking changes 🛑
exporter/loki
: TheLoki Exporter
component has been removed from the repo and is no longer being published as it has been deprecated since 9th July 2024. (#1044)Users of the
lokiexporter
can migrate to using an OTLP exporter. See open-telemetry/opentelemetry-collector-contrib#33916🚀 New components 🚀
prometheusremotewritereceiver
: Add the prometheusremotewritereceiver component to the contrib collector (#1020)tinybirdexporter
: Add tinybird exporter to contrib distribution (#1045)💡 Enhancements 💡
contrib
: add thetext_encoding
encoding extension to the contrib distribution (#1025)all
: Removes usages of golang.org/x/net/trace which uses html/template and text/template in gRPC. These usages disable golang DCE. (#1018)v0.130.1
Compare Source
Check the v0.130.1 core changelog for changelogs on specific components. There is no opentelemetry-collector-contrib repository v0.130.1 release, only a contrib binary release.
This bugfix release fixes an issue with the internal telemetry Prometheus exporter. See more details here: open-telemetry/opentelemetry-go#7039
Changelog
e4540e7
[chore] Prepare release 0.130.1 (#1028)v0.130.0
Compare Source
🚀 New components 🚀
coralogixprocessor
: Add Coralogix processor to the OpenTelemetry Collector Contrib. (#1008)awslogsencodingextension
: Add the awslogsencodingextension component to the contrib collector (#996)🧰 Bug fixes 🧰
release
: Revert to old docker token (#995)v0.129.1
Compare Source
Check the v0.129.0 contrib changelog and the v0.129.0 core changelog for changelogs on specific components.
Due to difficulties with the release process, the v0.129.1 artifact release corresponds to the v0.129.0 source code releases.
v0.129.1
22c1148
Revert "use DOCKER_TOKEN_COLLECTOR_RELEASES rather than DOCKER_PASSWO… (#995)v0.129.0
🚀 New components 🚀
datadog/extension
: Release datadog extension. See README for details: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/datadogextension/README.md (#983)googlecloudlogentryencodingextension
: Release Google Cloud Log Entry encoding extension, see https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/encoding/googlecloudlogentryencodingextension/README.md (#985)v0.128.0
Compare Source
v0.127.0
Compare Source
🚀 New components 🚀
faroreceiver, faroexporter
: Add faro receiver and faro exporter to the otelcol-contrib distribution (#955)googlesecretmanager
: Add googlesecretmanagerprovider to the contrib distribution (#949)metricstarttimeprocessor
: Add metricstarttimeprocessor to the contrib distribution (#940)stefreceiver, stefexporter
: Add stefexporter and stefreceiver to otelcol-contrib distribution (#956)💡 Enhancements 💡
ebpf-profiler
: Build releases of the eBPF profiler distribution (#958)v0.126.0
Compare Source
🚀 New components 🚀
k8sleaderelectorextension
: add k8sleaderelector extension to otelcol-contrib and otelcol-k8s distributions (#943)🧰 Bug fixes 🧰
image repository
: Re-enable publishing images to dockerhub (#938)v0.123.0
Compare Source
🚀 New components 🚀
lokiexporter
: Add the component loki exporter to the distribution (#892)contrib
: Add tcpcheckreceiver receiver to the contrib distribution (#865)contrib
: Add saphana receiver (#876)awscloudwatchmetricstreamsencodingextension
: Add the AWS CloudWatch Metric Streams encoding extension to the contrib distribution (#883)schemaprocessor
: Add Schema Processor to contrib(#891)
kafkatopicsobserver
: Add kafkatopicsobserver extension (#894)tlscheckreceiver
: Adding tcpcheckreceiver to otelcol-contrib (#880)💡 Enhancements 💡
packaging
: Start producing container images for Windows 2019 and 2022 on amd64 (#339)v0.122.1
Compare Source
Check the v0.122.1 contrib changelog and the v0.122.1 core changelog for changelogs on specific components.
Changelog
769df5c
prepare v0.122.1 release (#882)c3d70c3
Add tcpcheckreceiver To Contrib (#865)fefdd1e
Add tlscheckreceiver to otelcol-contrib (#880)cd30bdc
[core,contrib,k8s,otlp] Add Windows 2019 and 2022 container image (amd64 only) (#872)8d735b1
chore(deps): update docker/login-action action to v3.4.0 (#877)v0.122.0
Compare Source
🛑 Breaking changes 🛑
contrib
: Remove the component loki exporter from the distribution, as it has reached EOL (#854)🚀 New components 🚀
opampsupervisor
: publish binaries and container images for the OpAMP Supervisor (#858)🧰 Bug fixes 🧰
packaging
: Ensure Linux package scripts work in environments without systemd such as chrooted environments (#767)v0.121.0
Compare Source
🛑 Breaking changes 🛑
🚀 New components 🚀
aesprovider
: Add the AES provider to the contrib distribution (#843)envoyalsreceiver
: Add the Envoy ALS receiver to the contrib distribution (#842)netflowreceiver
: Add the NetFlow receiver to the contrib distribution (#847)s3provider
: Add the s3 provider to the contrib distribution (#546)secretsmanagerprovider
: Add the Secrets Manager provider to the contrib distribution (#844)💡 Enhancements 💡
images
: set USER_GID alongside USER_UID (#662)v0.120.0
Compare Source
Check the following changelogs on specific components for more details:
Changelog
c5c9e63
Update version from 0.119.0 to 0.120.0 (#832)6356791
Add FOSSA scanning workflow (#829)9b51357
[chore] Refactor goreleaser config generation for distributions (#797)d31bf94
bump version to go1.24 (#827)82cca5e
[chore] use lychee for link checking (#828)b89bc58
[chore] transfer default code ownership to releases-approvers (#826)6722b07
Improve contributor guide (#816)ddc7d31
fix(deps): update module go.opentelemetry.io/build-tools/chloggen to v0.18.0 (#821)00024a9
fix(deps): update goreleaser pro (#779)587f765
Added BMC Helix exporter to otelcol-contrib releases (#823)8b8e612
[contrib] remove deprecated routing processor (#819)5974246
chore(deps): update github-actions deps (#820)8d6d0c3
[chore] update codeowners (#817)Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.