fix(deps): update golang (stable/2024.2) #2699
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:
v1.0.4
->v1.0.5
v28.1.1+incompatible
->v28.2.1+incompatible
v28.1.1+incompatible
->v28.2.1+incompatible
v1.4.2
->v1.4.3
v1.17.1
->v1.18.0
v0.63.0
->v0.64.0
v0.303.1
->v0.304.0
v0.6.7
->v0.7.0
v0.60.0
->v0.61.0
v1.35.0
->v1.36.0
v1.35.0
->v1.36.0
v1.72.0
->v1.72.2
v1.26.1
->v1.30.0
v3.17.3
->v3.18.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.33.0
->v0.33.1
v0.20.4
->v0.21.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
containerd/console (github.com/containerd/console)
v1.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: containerd/console@v1.0.4...v1.0.5
docker/cli (github.com/docker/cli)
v28.2.1+incompatible
Compare Source
v28.2.0+incompatible
Compare Source
docker/docker (github.com/docker/docker)
v28.2.1+incompatible
Compare Source
v28.2.0+incompatible
Compare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
goccy/go-yaml (github.com/goccy/go-yaml)
v1.18.0
: 1.18.0Compare Source
What's Changed
OmitEmpty
encoding option by @bwplotka in https://github.com/goccy/go-yaml/pull/691New Contributors
Full Changelog: goccy/go-yaml@v1.17.1...v1.18.0
prometheus/common (github.com/prometheus/common)
v0.64.0
Compare Source
What's Changed
NewNopLogger()
wrapper aroundNew()
by @tjhop in https://github. 8000 com/prometheus/common/pull/783New Contributors
Full Changelog: prometheus/common@v0.63.0...v0.64.0
prometheus/prometheus (github.com/prometheus/prometheus)
v0.304.0
Compare Source
yannh/kubeconform (github.com/yannh/kubeconform)
v0.7.0
Compare Source
Changelog
3134f44
Add acceptance tests for caching of references (#326)e65429b
Add support for duration (#328)9f04fec
Add tests for the HTTP loader (#325)a23275d
Invalid JSON should not be considered an error - see https://github.com/yannh/kubeconform/issues/67 (#327)df26feb
Update go/goreleaser (#322)31e9679
Update jsonschema library to v6 (#324)open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/metric)
v1.36.0
: /v0.58.0/v0.12.0Compare Source
Added
go.opentelemetry.io/otel/exporters/prometheus
. (#6421)go.opentelemetry.io/otel/semconv/v1.31.0
package.The package contains semantic conventions from the
v1.31.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.30.0
. (#6479)Recording
,Scope
, andRecord
types ingo.opentelemetry.io/otel/log/logtest
. (#6507)WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#6751)WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#6752)WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6688)ValuesGetter
ingo.opentelemetry.io/otel/propagation
, aTextMapCarrier
that supports retrieving multiple values for a single key. (#5973)Values
method toHeaderCarrier
to implement the newValuesGetter
interface ingo.opentelemetry.io/otel/propagation
. (#5973)Baggage
ingo.opentelemetry.io/otel/propagation
to retrieve multiple values for a key when the carrier implementsValuesGetter
. (#5973)AssertEqual
function ingo.opentelemetry.io/otel/log/logtest
. (#6662)go.opentelemetry.io/otel/semconv/v1.32.0
package.The package contains semantic conventions from the
v1.32.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.31.0
(#6782)Transform
option ingo.opentelemetry.io/otel/log/logtest
. (#6794)Desc
option ingo.opentelemetry.io/otel/log/logtest
. (#6796)Removed
Resource
field fromEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
. (#6494)RecordFactory
type fromgo.opentelemetry.io/otel/log/logtest
. (#6492)ScopeRecords
,EmittedRecord
, andRecordFactory
types fromgo.opentelemetry.io/otel/log/logtest
. (#6507)AssertRecordEqual
function ingo.opentelemetry.io/otel/log/logtest
, useAssertEqual
instead. (#6662)Changed
github.com/prometheus/client_golang
tov1.21.1
, which changes theNameValidationScheme
toUTF8Validation
.This allows metrics names to keep original delimiters (e.g.
.
), rather than replacing with underscores.This can be reverted by setting
github.com/prometheus/common/model.NameValidationScheme
toLegacyValidation
ingithub.com/prometheus/common/model
. (#6433)len(keys)
inNewAllowKeysFilter
andNewDenyKeysFilter
to avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute
. (#6455)go.opentelemetry.io/otel/log/logtest
is now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtest
is now a separate Go module. (#6466)Recorder
ingo.opentelemetry.io/otel/log/logtest
no longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)BatchProcessor
ingo.opentelemetry.io/otel/sdk/log
by not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
model.LegacyValidation
forgo.opentelemetry.io/otel/exporters/prometheus
. (#6449)Fixes
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6392)noopSpan.tracerProvider
method is not inlined ingo.opentelemetry.io/otel/trace
so thego.opentelemetry.io/auto
instrumentation can instrument non-recording spans. (#6456)sync.Pool
instead of allocatingmetricdata.ResourceMetrics
ingo.opentelemetry.io/otel/exporters/prometheus
. (#6472)grpc/grpc-go (google.golang.org/grpc)
v1.72.2
Compare Source
v1.72.1
: Release 1.72.1Compare Source
Bug Fixes
go-gorm/gorm (gorm.io/gorm)
v1.30.0
Compare Source
Changes
helm/helm (helm.sh/helm/v3)
v3.18.1
: Helm v3.18.1Compare Source
v3.18.1
Helm v3.18.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.18.1. The common platform binaries are here:
BlobNotFound
The specified blob does not exist.RequestId:4f8453aa-001e-003c-5205-d0dcf3000000
Time:2025-05-28T19:20:05.5109560Z)
BlobNotFound
The specified blob does not exist.RequestId:a900358b-401e-005f-2f05-d04108000000
Time:2025-05-28T19:20:07.2988256Z)
BlobNotFound
The specified blob does not exist.RequestId:986fe6a5-d01e-002f-8005-d0f8ff000000
Time:2025-05-28T19:20:08.7172759Z)
BlobNotFound
The specified blob does not exist.RequestId:2f981509-f01e-005a-6505-d093d3000000
Time:2025-05-28T19:20:11.8122083Z)
BlobNotFound
The specified blob does not exist.RequestId:b3650821-501e-0043-4705-d01368000000
Time:2025-05-28T19:20:13.2709106Z)
BlobNotFound
The specified blob does not exist.RequestId:5ed8caa4-501e-0053-1405-d0d600000000
Time:2025-05-28T19:20:10.2914063Z)
BlobNotFound
The specified blob does not exist.RequestId:56ba38e6-601e-0067-2f05-d0e5c8000000
Time:2025-05-28T19:20:14.8541300Z)
BlobNotFound
The specified blob does not exist.RequestId:be1aaddc-e01e-0034-0305-d0c6fc000000
Time:2025-05-28T19:20:16.2794423Z)
BlobNotFound
The specified blob does not exist.RequestId:a677f8be-001e-0061-2505-d0d677000000
Time:2025-05-28T19:20:18.0550305Z)
BlobNotFound
The specified blob does not exist.RequestId:3626c97e-601e-0005-5805-d027ef000000
Time:2025-05-28T19:20:19.5433518Z)
BlobNotFound
The specified blob does not exist.RequestId:5ed92440-501e-0053-5705-d0d600000000
Time:2025-05-28T19:20:20.7596381Z)
The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash
.What's Next
Changelog
f6f8700
(Brandt Keller)4da7015
(Brandt Keller)1a8507f
(Brandt Keller)015531c
(Benoit Tigeot)9db1a12
(Benoit Tigeot)e8bfa0e
(Benoit Tigeot)24b4490
(Benoit Tigeot)7e8f534
(Benoit Tigeot)ea04cea
(Scott Rigby)bec6609
(Matt Farina)v3.18.0
: Helm v3.18.0Compare Source
Helm v3.18.0 is a feature release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v3.18.0. The common platform binaries are here:
The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash
.What's Next
Changelog
cc58e3f
(dependabot[bot])bf1436b
(Matthieu MOREL)d8edc2a
(Robert Sirchia)48377fe
(Rongrong Liu)cdd7c10
(Terry Howe)f9ab8f7
(Benoit Tigeot)087fa18
(Benoit Tigeot)2a5f83b
(dongjiang)5df2f30
(dependabot[bot])0906fe7
(Evans Mungai)4ee3a19
(Patrick Seidensal)3538c2a
(dependabot[bot])6fa95c8
(dependabot[bot])741b5be
(dependabot[bot])017f9fa
(Benoit Tigeot)6667252
(Benoit Tigeot)4ad1ccd
(Benoit Tigeot)3ce10e4
(Matt Farina)422c58e
(Benoit Tigeot)5e7f12d
(Benoit Tigeot)dcc286c
(dependabot[bot])1435ec7
(Terry Howe)674e882
(Terry Howe)c188441
(Terry Howe)2b12490
(Matt Farina)0648918
(dependabot[bot])0911b9c
(dependabot[bot])2f22d55
(dependabot[bot])89361c9
(dependabot[bot])6d64160
(dependabot[bot])bcb83e4
(Scott Rigby)2aa90b8
(Chris Berry)5739197
(Chris Berry)b8e1387
(Chris Berry)97b0e11
(Scott Rigby)2f79afb
(Scott Rigby)c77f4ec
(Scott Rigby)3cd6afe
(Scott Rigby)5367001
(Chris Berry)3c44515
(Chris Berry)4cb639e
(Chris Berry)20f859c
(ChConfiguration
📅 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.
👻 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.