8000 fix(deps): update golang (stable/2023.1) by renovate[bot] · Pull Request #2697 · vexxhost/atmosphere · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(deps): update golang (stable/2023.1) #2697

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

Merged
merged 1 commit into from
May 29, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented May 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/containerd/console v1.0.4 -> v1.0.5 age adoption passing confidence
github.com/docker/cli v28.1.1+incompatible -> v28.2.1+incompatible age adoption passing confidence
github.com/docker/docker v28.1.1+incompatible -> v28.2.1+incompatible age adoption passing confidence
github.com/go-logr/logr v1.4.2 -> v1.4.3 age adoption passing confidence
github.com/goccy/go-yaml v1.17.1 -> v1.18.0 age adoption passing confidence
github.com/prometheus/common v0.63.0 -> v0.64.0 age adoption passing confidence
github.com/prometheus/prometheus v0.303.1 -> v0.304.0 age adoption passing confidence
github.com/yannh/kubeconform v0.6.7 -> v0.7.0 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.35.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.35.0 -> v1.36.0 age adoption passing confidence
google.golang.org/grpc v1.72.0 -> v1.72.2 age adoption passing confidence
gorm.io/gorm v1.26.1 -> v1.30.0 age adoption passing confidence
helm.sh/helm/v3 v3.17.3 -> v3.18.1 age adoption passing confidence
k8s.io/api v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/apiextensions-apiserver v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/apimachinery v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/apiserver v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/cli-runtime v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/client-go v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/component-base v0.33.0 -> v0.33.1 age adoption passing confidence
k8s.io/kubectl v0.33.0 -> v0.33.1 age adoption passing confidence
sigs.k8s.io/controller-runtime v0.20.4 -> v0.21.0 age adoption passing confidence

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.0

Compare Source

What's Changed

New 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

New 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

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/metric)

v1.36.0: /v0.58.0/v0.12.0

Compare Source

Added
  • Add exponential histogram support in go.opentelemetry.io/otel/exporters/prometheus. (#​6421)
  • The 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)
  • Add Recording, Scope, and Record types in go.opentelemetry.io/otel/log/logtest. (#​6507)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6751)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6752)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6688)
  • Add ValuesGetter in go.opentelemetry.io/otel/propagation, a TextMapCarrier that supports retrieving multiple values for a single key. (#​5973)
  • Add Values method to HeaderCarrier to implement the new ValuesGetter interface in go.opentelemetry.io/otel/propagation. (#​5973)
  • Update Baggage in go.opentelemetry.io/otel/propagation to retrieve multiple values for a key when the carrier implements ValuesGetter. (#​5973)
  • Add AssertEqual function in go.opentelemetry.io/otel/log/logtest. (#​6662)
  • The 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)
  • Add Transform option in go.opentelemetry.io/otel/log/logtest. (#​6794)
  • Add Desc option in go.opentelemetry.io/otel/log/logtest. (#​6796)
Removed
  • Drop support for [Go 1.22]. (#​6381, #​6418)
  • Remove Resource field from EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6494)
  • Remove RecordFactory type from go.opentelemetry.io/otel/log/logtest. (#​6492)
  • Remove ScopeRecords, EmittedRecord, and RecordFactory types from go.opentelemetry.io/otel/log/logtest. (#​6507)
  • Remove AssertRecordEqual function in go.opentelemetry.io/otel/log/logtest, use AssertEqual instead. (#​6662)
Changed
  • ⚠️ Update github.com/prometheus/client_golang to v1.21.1, which changes the NameValidationScheme to UTF8Validation.
    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 to LegacyValidation in github.com/prometheus/common/model. (#​6433)
  • Initialize map with len(keys) in NewAllowKeysFilter and NewDenyKeysFilter to avoid unnecessary allocations in go.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 in go.opentelemetry.io/otel/log/logtest no longer separately stores records emitted by loggers with the same instrumentation scope. (#​6507)
  • Improve performance of BatchProcessor in go.opentelemetry.io/otel/sdk/log by not exporting when exporter cannot accept more. (#​6569, #​6641)
Deprecated
  • Deprecate support for model.LegacyValidation for go.opentelemetry.io/otel/exporters/prometheus. (#​6449)
Fixes
  • Stop percent encoding header environment variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc and go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6392)
  • Ensure the noopSpan.tracerProvider method is not inlined in go.opentelemetry.io/otel/trace so the go.opentelemetry.io/auto instrumentation can instrument non-recording spans. (#​6456)
  • Use a sync.Pool instead of allocating metricdata.ResourceMetrics in go.opentelemetry.io/otel/exporters/prometheus. (#​6472)
grpc/grpc-go (google.golang.org/grpc)

v1.72.2

Compare Source

v1.72.1: Release 1.72.1

Compare Source

Bug Fixes

  • client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (#​8215)
  • client: Fix bug that causes RPCs to fail with status INTERNAL instead of CANCELLED or DEADLINE_EXCEEDED when receiving a RST_STREAM frame in the middle of the gRPC message. (#​8289)
go-gorm/gorm (gorm.io/gorm)

v1.30.0

Compare Source

Changes
helm/helm (helm.sh/helm/v3)

v3.18.1: Helm v3.18.1

Compare 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!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.18.1. The common platform binaries are here:

  • MacOS amd64 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:4f8453aa-001e-003c-5205-d0dcf3000000
    Time:2025-05-28T19:20:05.5109560Z)
  • MacOS arm64 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:a900358b-401e-005f-2f05-d04108000000
    Time:2025-05-28T19:20:07.2988256Z)
  • Linux amd64 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:986fe6a5-d01e-002f-8005-d0f8ff000000
    Time:2025-05-28T19:20:08.7172759Z)
  • Linux arm (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:2f981509-f01e-005a-6505-d093d3000000
    Time:2025-05-28T19:20:11.8122083Z)
  • Linux arm64 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:b3650821-501e-0043-4705-d01368000000
    Time:2025-05-28T19:20:13.2709106Z)
  • Linux i386 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:5ed8caa4-501e-0053-1405-d0d600000000
    Time:2025-05-28T19:20:10.2914063Z)
  • Linux ppc64le (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:56ba38e6-601e-0067-2f05-d0e5c8000000
    Time:2025-05-28T19:20:14.8541300Z)
  • Linux s390x (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:be1aaddc-e01e-0034-0305-d0c6fc000000
    Time:2025-05-28T19:20:16.2794423Z)
  • Linux riscv64 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:a677f8be-001e-0061-2505-d0d677000000
    Time:2025-05-28T19:20:18.0550305Z)
  • Windows amd64 (checksum / BlobNotFoundThe specified blob does not exist.
    RequestId:3626c97e-601e-0005-5805-d027ef000000
    Time:2025-05-28T19:20:19.5433518Z)
  • Windows arm64 (checksum / BlobNotFoundThe 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

  • 3.18.2 will contain only bug fixes.
  • 3.19.0 on September 11th, 2025 is the next feature release.

Changelog

  • fix(client): skipnode utilization for PreCopy f6f8700 (Brandt Keller)
  • fix(client): layers now returns manifest - remove duplicate from descriptors 4da7015 (Brandt Keller)
  • fix(client): return nil on non-allowed media types 1a8507f (Brandt Keller)
  • Prevent fetching newReference again as we have in calling method 015531c (Benoit Tigeot)
  • Prevent failure when resolving version tags in oras memory store 9db1a12 (Benoit Tigeot)
  • Update pkg/plugin/plugin.go e8bfa0e (Benoit Tigeot)
  • Update pkg/plugin/plugin.go 24b4490 (Benoit Tigeot)
  • Wait for Helm v4 before raising when platformCommand and Command are set 7e8f534 (Benoit Tigeot)
  • Fix 3.18.0 regression: registry login with scheme ea04cea (Scott Rigby)
  • Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]" bec6609 (Matt Farina)

v3.18.0: Helm v3.18.0

Compare 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!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Add support for JSON Schema 2020
  • Enabled cpu and memory profiling
  • Add hook annotation to output hook logs to client on error

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

  • 3.18.1 on June 11th, 2025 will contain only bug fixes.
  • 3.19.0 on September 11th, 2025 is the next feature release.

Changelog

  • build(deps): bump the k8s-io group with 7 updates cc58e3f (dependabot[bot])
  • fix: govulncheck workflow bf1436b (Matthieu MOREL)
  • bump version to v3.18.0 d8edc2a (Robert Sirchia)
  • fix:add proxy support when mTLS configured 48377fe (Rongrong Liu)
  • docs: Note about http fallback for OCI registries cdd7c10 (Terry Howe)
  • Bump net package to avoid CVE on dev-v3 f9ab8f7 (Benoit Tigeot)
  • Bump toml 087fa18 (Benoit Tigeot)
  • backport #​30677to dev3 2a5f83b (dongjiang)
  • build(deps): bump github.com/rubenv/sql-migrate from 1.7.2 to 1.8.0 5df2f30 (dependabot[bot])
  • Add install test for TakeOwnership flag 0906fe7 (Evans Mungai)
  • Fix --take-ownership 4ee3a19 (Patrick Seidensal)
  • build(deps): bump github.com/rubenv/sql-migrate from 1.7.1 to 1.7.2 3538c2a (dependabot[bot])
  • build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 6fa95c8 (dependabot[bot])
  • build(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 741b5be (dependabot[bot])
  • Testing text bump 017f9fa (Benoit Tigeot)
  • Permit more Go version and not only 1.23.8 6667252 (Benoit Tigeot)
  • Bumps github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0 4ad1ccd (Benoit Tigeot)
  • Unarchiving fix 3ce10e4 (Matt Farina)
  • Fix typo 422c58e (Benoit Tigeot)
  • Report as debug log, the time spent waiting for resources 5e7f12d (Benoit Tigeot)
  • build(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 dcc286c (dependabot[bot])
  • Update pkg/registry/fallback.go 1435ec7 (Terry Howe)
  • automatic fallback to http 674e882 (Terry Howe)
  • chore(oci): upgrade to ORAS v2 c188441 (Terry Howe)
  • Updating to 0.37.0 for x/net 2b12490 (Matt Farina)
  • build(deps): bump the k8s-io group with 7 updates 0648918 (dependabot[bot])
  • build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 0911b9c (dependabot[bot])
  • build(deps): bump github.com/opencontainers/image-spec 2f22d55 (dependabot[bot])
  • build(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7.26 89361c9 (dependabot[bot])
  • build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 6d64160 (dependabot[bot])
  • Fix cherry-pick helm.sh/helm/v4 -> helm.sh/helm/v3 bcb83e4 (Scott Rigby)
  • Refactor based on review comment 2aa90b8 (Chris Berry)
  • Refactor based on review comment 5739197 (Chris Berry)
  • Add HookOutputFunc and generic yaml unmarshaller b8e1387 (Chris Berry)
  • clarify fix error message 97b0e11 (Scott Rigby)
  • fix err check 2f79afb (Scott Rigby)
  • remove comments about previous functionality c77f4ec (Scott Rigby)
  • add short circuit return 3cd6afe (Scott Rigby)
  • Update based on review comments 5367001 (Chris Berry)
  • Update based on review comments 3c44515 (Chris Berry)
  • Fix lint 4cb639e (Chris Berry)
  • Tidy up imports 20f859c (Ch

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author
renovate bot commented May 27, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.35.0 -> v1.36.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 -> v0.0.0-20250414145226-207652e42e2e

@renovate renovate bot changed the title Update golang (stable/2023.1) fix(deps): update golang (stable/2023.1) May 28, 2025
@renovate renovate bot changed the title fix(deps): update golang (stable/2023.1) Update golang (stable/2023.1) May 28, 2025
@renovate renovate bot changed the title Update golang (stable/2023.1) fix(deps): update golang (stable/2023.1) May 28, 2025
@renovate renovate bot force-pushed the renovate/stable/2023.1-golang branch 4 times, most recently from 8d7b2da to 9aef852 Compare May 29, 2025 00:54
@renovate renovate bot force-pushed the renovate/stable/2023.1-golang branch from 9aef852 to 65d1fcf Compare May 29, 2025 10:14
@mnaser mnaser merged commit bb497eb into stable/2023.1 May 29, 2025
15 checks passed
@mnaser mnaser deleted the renovate/stable/2023.1-golang branch May 29, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0