chore(deps): update all dependencies #163
Merged
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:
v0.121.0
->v0.122.0
v1.29.0
->v1.30.0
v0.123.0
->v0.124.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v0.123.0
->v0.124.0
v0.123.0
->v0.124.0
v0.123.0
->v0.124.0
v0.123.0
->v0.124.0
2.0.2
->2.1.2
0.84.2
->0.86.1
Release Notes
open-telemetry/opentelemetry-operator (github.com/open-telemetry/opentelemetry-operator)
v0.122.0
Compare Source
0.122.0
🛑 Breaking changes 🛑
auto-instrumentation
: Update recommended resource attributes to match the semantic conventions (#3797)This change updates the recommended resource attributes to match the semantic conventions.
The following attributes have been updated:
service.version
now uses the docker image digest in addition to the tagapp.kubernetes.io/part-of
forservice.namespace
has been removedapp.kubernetes.io/instance
has been added (translates toservice.name
)service.namespace
now also uses the Kubernetes namespace name (ifresource.opentelemetry.io/service.namespace
is not set)You can do the following to avoid breaking changes:
service.version
: Set the version explicitly usingresource.opentelemetry.io/service.version
(not recommended, the version has only been made more specific)
service.namespace
: Set the namespace explicitly usingresource.opentelemetry.io/service.namespace
-or just rely on the Kubernetes namespace name, which is now the default
service.name
: If you have enableduseLabelsForResourceAttributes
:Set the name explicitly using
resource.opentelemetry.io/service.name
ifapp.kubernetes.io/instance
is used for another purpose💡 Enhancements 💡
target allocator
: Specific changes on CRD, Manifest, Controller, etc to allow specifying value for collector grace period (#3781)auto-instrumentation
: Increase default instrumentation memory limit to 256Mi (#3479)🧰 Bug fixes 🧰
collector
: Fix the default configuration for the internal metrics endpoint (#3730)collector
: Set the default endpoint to 0.0.0.0:13133 for the collector health check extension (#3825, #3688)Components
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v1.30.0
💡 Enhancements 💡
exporterhelper
: Add support for bytes-based batching for profiles in the exporterhelper package. (#3262)otelcol
: Enhance config validation using command to capture all validation errors that prevents the collector from starting. (#8721)exporterhelper
: Link batcher context to all batched request's span contexts. (#12212, #8122)🧰 Bug fixes 🧰
confighttp
: Ensure http authentication server failures are handled by the provided error handler (#12666)golangci/golangci-lint (golangci/golangci-lint)
v2.1.2
Compare Source
exptostd
: from 0.4.2 to 0.4.3gofumpt
: from 0.7.0 to 0.8.0protogetter
: from 0.3.13 to 0.3.15usetesting
: from 0.4.2 to 0.4.3v2.1.1
Compare Source
The release process of v2.1.0 failed due to a regression inside goreleaser.
The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Docker, etc.).
v2.1.0
Compare Source
--path-mode=abs
)${config-path}
)warn-unused
option forfmt
commandfmt
command (golangci-lint fmt --diff-colored
)funcorder
linter https://github.com/manuelarte/funcordergo-errorlint
: from 1.7.1 to 1.8.0 (automatic error comparison and type assertion fixes)goconst
:ignore-strings
is deprecated and replaced byignore-string-values
goconst
: from 1.7.1 to 1.8.1 (new options:find-duplicates
,eval-const-expressions
)govet
: addhttpmux
analyzernilnesserr
: from 0.1.2 to 0.2.0 (detect more cases)paralleltest
: from 1.0.10 to 1.0.14 (checks only_test.go
files)revive
: from 1.7.0 to 1.9.0 (support kebab case for setting names)sloglint
: from 0.9.0 to 0.11.0 (autofix, new optionmsg-style
, suggestslog.DiscardHandler
)wrapcheck
: from 2.10.0 to 2.11.0 (new optionreport-internal-errors
)wsl
: from 4.6.0 to 4.7.0 (cgo files are always excluded)fatcontext
: from 0.7.1 to 0.7.2gocritic
: fiximportshadow
checkergosec
: from 2.22.2 to 2.22.3ireturn
: from 0.3.1 to 0.4.0loggercheck
: from 0.10.1 to 0.11.0nakedret
: from 2.0.5 to 2.0.6nonamedreturns
: from 1.0.5 to 1.0.6protogetter
: from 0.3.12 to 0.3.13testifylint
: from 1.6.0 to 1.6.1unconvert
: update to HEADgolangci-lint-fmt
pre-commit hookopen-telemetry/opentelemetry-helm-charts (opentelemetry-operator)
v0.86.1
Compare Source
OpenTelemetry Collector Helm chart for Kubernetes
What's Changed
ephemeral-storage
resource definition for opentelemetry-collector by @skyzy06 in https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1103New Contributors
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.86.0...opentelemetry-collector-0.86.1
v0.86.0
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.85.0...opentelemetry-operator-0.86.0
v0.85.0
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-demo-0.37.0...opentelemetry-operator-0.85.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" 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 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.