-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update all dependencies #109
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3019be8
to
70b9797
Compare
d562d08
to
a13e7a9
Compare
|
73ee625
to
f104bc6
Compare
065d5c3
to
966d75b
Compare
966d75b
to
c5777f3
Compare
This PR contains the following updates:
v0.3.16
->v1.0.1
v0.3.16
->v1.0.1
v1.36.0
->v1.36.1
v0.114.0
->v0.115.0
v3.27.5
->v3.27.7
v0.114.0
->v0.115.0
v0.114.0
->v0.115.0
v1.20.0
->v1.21.0
v1.20.0
->v1.21.0
v0.114.0
->v0.115.0
v0.114.0
->v0.115.0
v0.114.0
->v0.115.0
v0.114.0
->v0.115.0
2d47ceb
->1829a12
v0.31.3
->v0.31.4
v0.31.3
->v0.31.4
v0.31.3
->v0.31.4
0.74.3
->0.75.0
Release Notes
imdario/mergo (github.com/imdario/mergo)
v1.0.1
Compare Source
What's Changed
WithoutDereference
should respect non-nil struct pointers by @joshkaplinsky in https://github.com/darccio/mergo/pull/251New Contributors
Full Changelog: darccio/mergo@v1.0.0...v1.0.1
v1.0.0
: 1.0.0 released with new module URL: dario.cat/mergoCompare Source
This PR is a release containing 0.3.15 features but changing the module URL to
dario.cat/mergo
.What's Changed
Full Changelog: darccio/mergo@v0.3.16...v1.0.0
onsi/gomega (github.com/onsi/gomega)
v1.36.1
Compare Source
1.36.1
Fixes
1c6c112
]4feb9d7
]open-telemetry/opentelemetry-operator (github.com/open-telemetry/opentelemetry-operator)
v0.115.0
Compare Source
0.115.0
💡 Enhancements 💡
collector
: enables support for pulling scrape config and probe CRDs in the target allocator (#1842)collector
: support for creating a service for extensions when ports are specified. (#3460)🧰 Bug fixes 🧰
github action
: Add new line character at the end of PrometheusRule file. (#3503)auto-instrumentation
: Reverts PR 3379 which inadvertently broke users setting JAVA_TOOL_OPTIONS (#3463)Reverts a previous PR which was causing JAVA_TOOL_OPTIONS to not be overriden when
set by users. This was resulting in application crashloopbackoffs for users relying
on java autoinstrumentation.
auto-instrumentation
: Remove the mapping ofapp.kubernetes.io/instance
toservice.instance.id
(#3495)Technically, this is a breaking change, but we regard it as a bug fix because the previous behavior was incorrect.
if you did have multiple container instrumentation and use
app.kubernetes.io/instance
to set theservice.instance.id
,you will now see multiple instances in the UI - which is the correct behavior.
You can still use the attribute
resource.opentelemetry.io/service.instance.id
to set theservice.instance.id
,which will be shared across all containers in the pod - but this is not recommended for multiple container instrumentation instances.
Refer to the semantic conventions
for more information.
Components
v0.114.1
Compare Source
0.114.1
🧰 Bug fixes 🧰
auto-instrumentation
: Reverts PR 3379 which inadvertently broke users setting JAVA_TOOL_OPTIONS (#3463)Reverts a previous PR which was causing JAVA_TOOL_OPTIONS to not be overriden when
set by users. This was resulting in application crashloopbackoffs for users relying
on java autoinstrumentation.
github action
: Add new line character at the end of PrometheusRule file. (#3503)Components
github/codeql-action (github/codeql-action)
v3.27.7
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.7 - 10 Dec 2024
See the full CHANGELOG.md for more information.
v3.27.6
Compare Source
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v0.115.0
Compare Source
🛑 Breaking changes 🛑
otelcol
: Change all logged timestamps to ISO8601. (#10543)This makes log timestamps human-readable (as opposed to epoch seconds in
scientific notation), but may break users trying to parse logged lines in the
old format.
pdata/pprofile
: Upgrade pdata to opentelemetry-proto v1.4.0 (#11722)🚩 Deprecations 🚩
scraperhelper
: Deprecate all Scraper helpers in scraperhelper (#11732)Deprecate ScrapeFunc, ScraperOption, WithStart, WithShutdown in favor of equivalent funcs in scraper package.
💡 Enhancements 💡
exporterqueue
: Introduce a feature gate exporter.UsePullingBasedExporterQueueBatcher to use the new pulling model in exporter queue batching. (#8122, #10368)If both queuing and batching is enabled for exporter, we now use a pulling model instead of a
pushing model. num_consumer in queue configuration is now used to specify the maximum number of
concurrent workers that are sending out the request.
service
: label metrics as alpha to communicate their stability (#11729)consumer
: Mark consumer as stable. (#9046)service
: Add support for ca certificates in telemetry metrics otlp grpc exporter (#11633)Before this change the Certificate value in config was silently ignored.
🧰 Bug fixes 🧰
service
: ensure OTLP emitted logs respect severity (#11718)featuregate
: Fix an unfriendly display messageruntime error
when featuregate is used to display command line usage. (#11651)profiles
: Fix iteration over scope profiles while counting the samples. (#11688)kubernetes/api (k8s.io/api)
v0.31.4
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.4
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.31.4
Compare Source
open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)
v0.75.0
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.3.5...opentelemetry-operator-0.75.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.