-
Notifications
You must be signed in to change notification settings - Fork 3
Update otel/opentelemetry-collector-contrib Docker tag to v0.133.0 #13
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-contrib-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
47f06d7
to
f02ecb0
Compare
f02ecb0
to
bd7ab49
Compare
bd7ab49
to
fedfc42
Compare
fedfc42
to
dec7a8f
Compare
dec7a8f
to
494db0f
Compare
494db0f
to
05f9951
Compare
05f9951
to
911f319
Compare
911f319
to
ac825e6
Compare
ac825e6
to
58699b9
Compare
58699b9
to
dc29b6d
Compare
dc29b6d
to
08c9e3b
Compare
08c9e3b
to
569c4f9
Compare
569c4f9
to
e84e6b4
Compare
e84e6b4
to
337cdfc
Compare
337cdfc
to
2e1e6fb
Compare
dc44437
to
85430bd
Compare
85430bd
to
9a43f54
Compare
9a43f54
to
65e4445
Compare
65e4445
to
43c9cf9
Compare
43c9cf9
to
93b1ef5
Compare
93b1ef5
to
7a821a7
Compare
7a821a7
to
f96d0ef
Compare
f96d0ef
to
852177e
Compare
852177e
to
5e574d3
Compare
5e574d3
to
5e05460
Compare
5e05460
to
a04f9a8
Compare
a04f9a8
to
13bc1b7
Compare
13bc1b7
to
9e802e4
Compare
9e802e4
to
c2473f9
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.85.0
->0.133.0
Release Notes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)
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)v0.119.0
Compare Source
🚀 New components 🚀
intervalprocessor
: Interval processor is now alpha and is included in the contrib and k8s distributions (#804)signaltometricsconnector
: Signal to metrics connector is now alpha and is included in the contrib distribution (#808)v0.118.0
Compare Source
🧰 Bug fixes 🧰
packaging
: Fix Linux package scripts (#799)v0.117.0
Compare Source
🚀 New components 🚀
libhoneyreceiver
: Add libhoneyreceiver to the contrib distribution (#787)sumconnector
: Add sumconnector to the contrib distribution (#785)v0.116.1
Compare Source
Check the v0.116.1 contrib changelog and the v0.116.1 core changelog for changelogs on specific components.
Changelog
62dfc10
Revert "[chore] build compatible distributions as PIE (#726)" (#784)v0.116.0
Compare Source
🚀 New components 🚀
dorisexporter
: add doris exporter to otelcol-contrib releases (#765)💡 Enhancements 💡
contrib
: Add failover connector to the contrib distribution. (#701)contrib
: Add redis storage to the contrib distribution (#768)v0.115.1
Compare Source
Check the v0.115.0 contrib changelog and the v0.115.0 core changelog for changelogs on specific components.
Changelog
a61f843
Revert "test: run linux package tests nightly against latest contrib main (#666)" (#761)v0.114.0
Compare Source
Check the v0.114.0 contrib changelog and the v0.114.0 core changelog for changelogs on specific components.
Changelog
dc1bada
prepare v0.114.0 release (#740)1705981
[chore] fix renovate regex config (#733)ee3ebeb
chore(deps): update github-actions deps (#732)9c3ca38
Bump github.com/goreleaser/goreleaser-pro/v2 from 2.3.2-pro to 2.4.1-pro (#724)26c3dee
Update GoReleaser templating to support all collector distros (#708)067599e
Set up default renovate config with regex to handle goreleaser-pro updates (#728)v0.113.0
Compare Source
Check the v0.113.0 contrib changelog and the v0.113.0 core changelog for changelogs on specific components.
Changelog
703f46e
Prepare v0.113.0 (#729)ad9097b
remove go flag from distribution build script (#727)2df84d1
Add ntpreceiver to contrib (#723)11530fd
Remove otel-version usage, removed from builder (#722)4201470
revert removal of googlecloudspanner receiver (#721)3ba7931
chore(deps): update dependency ubuntu to v24 (#719)9a506ce
chore(deps): update alpine docker tag to v3.20 (#718)7871272
chore: Configure Renovate (#709)6ebf4c2
Bump actions/checkout from 4.2.1 to 4.2.2 (#711)d60d8cc
Bump anchore/sbom-action from 0.17.4 to 0.17.6 (#717)3853563
Bump actions/setup-go from 5.0.2 to 5.1.0 (#712)c106f40
Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#713)e2e1ec2
Add AWS S3 Receiver to contrib distribution (#698)d69f1bf
Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#714)v0.112.0
Compare Source
Check the v0.112.0 contrib changelog and the v0.112.0 core changelog for changelogs on specific components.
Changelog
e4e8f94
[chore] Prepare v0.112.0 release (#705)240fd27
Add Google Cloud Monitoring receiver to contrib distribution (#699)ba44d42
Update manifest with new alpha components (#704)8bef0bf
fix: add missing http ports to dockerfile expose statements (#702)b07732c
Bump anchore/sbom-action from 0.17.3 to 0.17.4 (#700)226dd5d
[enhancement] Add OCB docker image release (#671)38ce901
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#695)60b1d38
Bump anchore/sbom-action from 0.17.2 to 0.17.3 (#696)13edbb7
Bump actions/checkout from 4.2.0 to 4.2.1 (#694)3b59b8c
Added a step to tidy go.mod files (#687)d745106
[chore] Update goreleaser used in CI to v2.3.2 (#689)1d10b81
Bump github.com/goreleaser/goreleaser-pro/v2 from 2.2.0-pro to 2.3.2-pro (#672)7a0e2c0
Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#690)adc2e29
Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#691)7c1c3a9
remove unmaintained component (#686)16ccd56
[chore] refactor(contrib): remove replace directive forgo-ieproxy
package (#678)v0.111.0
Compare Source
logging
exporter is no longer available on the core and contrib distros. See open-telemetry/opentelemetry-collector#11337 for instructions on how to migrate to thedebug
exporter.🆕 This release adds a new OTLP-only distro. Feel free to leave us feedback on this new distro on the opentelemetry-collector-releases issue tracker.
Check the v0.111.0 contrib changelog and the v0.111.0 core changelog for changelogs on specific components.
Changelog
38a2931
Prepare for v0.111.0 release (#688)edc8e94
[chore] refactor(contrib): remove unused replace directive forgo-connections
package (#677)545bd7c
Remove the deprecated logging exporter (#682)f754260
Bump actions/checkout from 4.1.7 to 4.2.0 (#680)24c11af
add appropriate version tag in cmd/builder goreleaser config (#665)1e1b2fa
[chore] refactor(contrib): remove unused replace directive forgnostic
package (#675)4800eb6
Add minimal OTLP-only distribution (#663)v0.110.0
Compare Source
Check the v0.110.0 contrib changelog and the v0.110.0 core changelog for changelogs on specific components.
Changelog
aaa6ec9
Pin goreleaser to v2.2.0 in remaining CI workflows (#676)b65fad9
[chore] prepare v0.110.0 release (#674)705766b
remove deprecated instana exporter (#673)befe950
Pin CI goreleaser version to v2.2.0 (#667)v0.109.0
Compare Source
Check the v0.109.0 contrib changelog and the v0.109.0 core changelog for changelogs on specific components.
Changelog
b07bcb3
[chore] prepare v0.109.0 release (#660)d21f394
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#655)59309fd
[chore] remove package test workaround (#652)2c0f59a
add linux package test healthcheck (#622)501a19f
[chore] remove APK package releases (#630)v0.108.0
Compare Source
Check the v0.108.0 contrib changelog and the v0.108.0 core changelog for changelogs on specific components.
Changelog
bef563e
[chore] prepare v0.108.0 release (#650)9f7aa60
contrib: add deltatocumulative (#647)d86f03d
Bump anchore/sbom-action from 0.17.1 to 0.17.2 (#648)ae09f1c
add geoip processor to contrib (#646)cd82e6f
Remove ballast extension (#607)2bafff8
Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#628)45130cf
Bump anchore/sbom-action from 0.17.0 to 0.17.1 (#644)5bbfb51
Bump github.com/goreleaser/goreleaser-pro/v2 from 2.1.0-pro to 2.2.0-pro (#645)fbe9653
Bump to Go 1.23 for all builds (#638)9c8c699
Update .goreleaser.yml (#643)de92512
Jackgopack4/go1.23 ci fix (#641)4c7310f
Fix goreleaser ci (#640)v0.107.0
Compare Source
Check the v0.107.0 contrib changelog and the v0.107.0 core changelog for changelogs on specific components.
This release fixes CVE-2024-42368 on the bearerauthtokenextension (open-telemetry/opentelemetry-collector-contrib#34516).
Changelog
6bb8682
Prepare 0.107.0 release (#636)9fe2ba4
Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#634)b7cb307
Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#635)cd2dacc
Migrate ocb binary release to opentelemetry-collector-releases (#608)73a756f
fix linux package dependencies (#620)5342205
Add /bin/sh dependency to linux packages (#617)efc0813
[chore] move package tests from contrib repo to this repo (#604)v0.106.1
Compare Source
Check the v0.106.1 contrib changelog and the v0.106.1 core changelog for changelogs on specific components.
Changelog
ee3f3cc
Prepare release v0.106.1 (#619)v0.106.0
Compare Source
Check the v0.106.0 contrib changelog and the v0.106.0 core changelog for changelogs on specific components.
Changelog
1e67d14
Prepare release v0.106.0 (#615)a13cff5
](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/a13cff51c124c20a8d423683f90a633298b5fConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.