-
Notifications
You must be signed in to change notification settings - Fork 9k
fix(deps): update golang #2954
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
base: main
Are you sure you want to change the base?
fix(deps): update golang #2954
Conversation
c26d27c
to
efac73e
Compare
efac73e
to
705bca6
Compare
ℹ Artifact update noticeFile name: src/checkoutservice/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: src/frontend/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: src/productcatalogservice/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: src/shippingservice/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
5bde9c7
to
a3d3240
Compare
a3d3240
to
3925f91
Compare
3d2f1b4
to
97c053c
Compare
68abcb6
to
fb2a001
Compare
38a7d8a
to
3c474ab
Compare
b474e32
to
2622b69
Compare
e25dda5
to
c56adde
Compare
3a3dc70
to
31f87bd
Compare
|
e419659
to
770e210
Compare
8afa48c
to
1c7d608
Compare
1c7d608
to
fa292fe
Compare
fa292fe
to
34a1691
Compare
This PR contains the following updates:
v1.15.0
->v1.15.6
v0.6.0
->v0.9.0
v0.4.2
->v0.4.3
v1.14.6
->v1.15.1
v10.25.0
->v10.28.0
v5.7.4
->v5.7.6
1.24.3
->1.25.2
1.25.3
1.24.1
->1.25.2
1.25.3
v0.60.0
->v0.63.0
v0.60.0
->v0.63.0
v1.35.0
->v1.38.0
v1.35.0
->v1.38.0
v1.35.0
->v1.38.0
v0.38.0
->v0.46.0
v1.71.0
->v1.76.0
v1.36.6
->v1.36.10
Release Notes
googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)
v1.15.6
Compare Source
Bug Fixes
v1.15.5
Compare Source
Bug Fixes
v1.15.4
Compare Source
Bug Fixes
v1.15.3
Compare Source
Bug Fixes
v1.15.2
Compare Source
Bug Fixes
v1.15.1
Compare Source
Bug Fixes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)
v0.9.0
v0.8.0
Compare Source
v0.7.0
Compare Source
the
blog
post.
Note that although the Spanner service is beta, the Go client library is alpha.
go-playground/validator (github.com/go-playground/validator/v10)
v10.28.0
: Release 10.28.0Compare Source
What's Changed
required_if
by @duyquang6 in #1468New Contributors
Full Changelog: go-playground/validator@v10.27.0...v10.28.0
v10.27.0
: Release 10.27.0Compare Source
What's Changed
url
validation by @bfabio in #1444New Contributors
Full Changelog: go-playground/validator@v10.26.0...v10.27.0
v10.26.0
Compare Source
What's Changed
Base64RawURL
usage by @196Ikuchil in #1336New Contributors
Full Changelog: go-playground/validator@v10.25.0...v10.26.0
jackc/pgx (github.com/jackc/pgx/v5)
v5.7.6
Compare Source
v5.7.5
Compare Source
golang/go (go)
v1.25.2
v1.25.1
v1.25.0
v1.24.9
v1.24.8
v1.24.7
v1.24.6
v1.24.5
v1.24.4
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.38.0
: /v0.60.0/v0.14.0/v0.0.13Compare Source
Overview
This release is the last to support Go 1.23. The next release will require at least Go 1.24.
Added
go.opentelemetry.io/otel/exporters/prometheus
. (#6772)go.opentelmetry.io/otel/semconv/v1.34.0
package. (#6939)ContainerLabel
DBOperationParameter
DBSystemParameter
HTTPRequestHeader
HTTPResponseHeader
K8SCronJobAnnotation
K8SCronJobLabel
K8SDaemonSetAnnotation
K8SDaemonSetLabel
K8SDeploymentAnnotation
K8SDeploymentLabel
K8SJobAnnotation
K8SJobLabel
K8SNamespaceAnnotation
K8SNamespaceLabel
K8SNodeAnnotation
K8SNodeLabel
K8SPodAnnotation
K8SPodLabel
K8SReplicaSetAnnotation
K8SReplicaSetLabel
K8SStatefulSetAnnotation
K8SStatefulSetLabel
ProcessEnvironmentVariable
RPCConnectRPCRequestMetadata
RPCConnectRPCResponseMetadata
RPCGRPCRequestMetadata
RPCGRPCResponseMetadata
ErrorType
attribute helper function to thego.opentelmetry.io/otel/semconv/v1.34.0
package. (#6962)WithAllowKeyDuplication
ingo.opentelemetry.io/otel/sdk/log
which can be used to disable deduplication for log records. (#6968)WithCardinalityLimit
option to configure the cardinality limit ingo.opentelemetry.io/otel/sdk/metric
. (#6996, #7065, #7081, #7164, #7165, #7179)Clone
method toRecord
ingo.opentelemetry.io/otel/log
that returns a copy of the record with no shared state. (#7001)go.opentelemetry.io/otel/sdk/trace
. Check thego.opentelemetry.io/otel/sdk/trace/internal/x
package documentation for more information. (#7027, #6393, #7209)go.opentelemetry.io/otel/semconv/v1.36.0
package. The package contains semantic conventions from thev1.36.0
version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.34.0.
(#7032, #7041)WithTranslationStrategy
option ingo.opentelemetry.io/otel/exporters/prometheus
. The current default translation strategy when UTF-8 mode is enabled isNoUTF8EscapingWithSuffixes
, but a future release will change the default strategy toUnderscoreEscapingWithSuffixes
for compliance with the specification. (#7111)go.opentelemetry.io/otel/sdk/log
. Check thego.opentelemetry.io/otel/sdk/log/internal/x
package documentation for more information. (#7121)go.opentelemetry.io/otel/exporters/stdout/stdouttrace
. Check thego.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal/x
package documentation for more information. (#7133)go.opentelemetry.io/otel/semconv/v1.37.0
package. The package contains semantic conventions from thev1.37.0
version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.36.0.
(#7254)Changed
TraceIDFromHex
andSpanIDFromHex
ingo.opentelemetry.io/otel/sdk/trace
. (#6791)AssertEqual
ingo.opentelemetry.io/otel/log/logtest
to acceptTestingT
in order to support benchmarks and fuzz tests. (#6908)DefaultExemplarReservoirProviderSelector
ingo.opentelemetry.io/otel/sdk/metric
to useruntime.GOMAXPROCS(0)
instead ofruntime.NumCPU()
for theFixedSizeReservoirProvider
default size. (#7094)Fixed
SetBody
method ofRecord
ingo.opentelemetry.io/otel/sdk/log
now deduplicates key-value collections (log.Value
oflog.KindMap
fromgo.opentelemetry.io/otel/log
). (#7002)go.opentelemetry.io/otel/exporters/prometheus
to not append a suffix if it's already present in metric name. (#7088)go.opentelemetry.io/otel/exporters/stdout/stdouttrace
self-observability component type and name. (#7195)go.opentelemetry.io/otel/exporters/stdout/stdouttrace
. (#7199)Deprecated
WithoutUnits
andWithoutCounterSuffixes
options, preferringWithTranslationStrategy
instead. (#7111)OTEL_GO_X_CARDINALITY_LIMIT
environment variable ingo.opentelemetry.io/otel/sdk/metric
. UseWithCardinalityLimit
option instead. (#7166)What's Changed
96f361d
by @renovate[bot] in #7054a45f3df
by @renovate[bot] in #705889aa817
by @renovate[bot] in #706117c88fd
by @renovate[bot] in #7062ba65ee6
by @renovate[bot] in #7068fce6240
by @renovate[bot] in #7075846d391
by @renovate[bot] in #7078ab8d56d
by @renovate[bot] in #70881581f0a
by @renovate[bot] in #7096f173205
by @renovate[bot] in #709728f32e4
by @renovate[bot] in #7099a7a43d2
by @renovate[bot] in #71269469f96
by @renovate[bot] in #713401f7bf4
by @renovate[bot] in #7146e98b521
by @renovate[bot] in #7151a408d31
by @renovate[bot] in #71586b04f9b
by @renovate[bot] in #716951f8813
by @renovate[bot] in #7173Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.