Skip to content
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

chore: update go packages - autoclosed #174

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 19, 2024

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0 age adoption passing confidence
github.com/moby/buildkit v0.15.1 -> v0.16.0 age adoption passing confidence
golang.org/x/oauth2 v0.22.0 -> v0.23.0 age adoption passing confidence

Release Notes

Masterminds/sprig (github.com/Masterminds/sprig/v3)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/sprig@v3.2.3...v3.3.0

moby/buildkit (github.com/moby/buildkit)

v0.16.0

Compare Source

Welcome to the v0.16.0 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • CrazyMax
  • Tõnis Tiigi
  • Sebastiaan van Stijn
  • Akihiro Suda
  • David Karlsson
  • Shaun Thompson
  • Talon Bowler
  • Arkadiusz Drabczyk
  • Craig Andrews
  • Justin Chadwell
  • Mitsuru Kariya
  • Anthony Nandaa
  • Bertrand Paquet
  • Ignas Mikalajūnas
  • Jonathan A. Sternberg
  • Billy Owire
  • Debosmit Ray
  • Kai Takac
  • Marat Radchenko
  • a-palchikov
Notable changes
  • Builtin Dockerfile frontend has been updated to v1.10.0 changelog
  • Remote cache export to S3 backend can now happen with parallel requests and can be controlled with new upload_parallelism option #​5270
  • Remote cache export to S3 backend now supports layers larger than 5GB #​5266
  • History records now contain information about the number of warnings that were generated during the build #​5166
  • Printing check results with library now allows source mapping modifications #​5295
  • Unconditionally use /etc/resolv.conf rather than systemd's config in host networking mode #​5207
  • Certain history, graph consistency, and some syscall errors as now marked as internal and use corresponding gRPC error code #​5163 #​5182
  • Output of errors produced by the container executor has been improved #​5179
  • Stack traces produced by build errors are now clearer and avoid duplicates #​5180
  • Build containers killed by OOMKiller are now detected and shown to the user in the error message #​5260
  • Runc container runtime has been updated to v1.1.14 #​5300
  • Pre-defined OCI annotations are now set to the BuildKit image #​3554
  • Fix pruning cache mounts that use uid/gid/mode/from on no-cache builds #​5306
  • Fix issue where --import-cache flag could be ignored for buildctl #​5143
  • Fix OTEL trace ID being missing from logs #​5315
Dependency Changes
  • github.com/containerd/containerd v1.7.19 -> v1.7.21
  • github.com/containerd/nydus-snapshotter v0.13.7 -> v0.14.0
  • github.com/containerd/typeurl/v2 v2.1.1 -> v2.2.0
  • github.com/docker/cli v27.0.3 -> v27.2.1
  • github.com/docker/docker v27.0.3 -> v27.2.1
  • github.com/moby/sys/signal v0.7.0 -> v0.7.1
  • github.com/moby/sys/userns v0.1.0 new
  • github.com/pkg/browser ce105d0 -> 5ac0b6a
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 -> v0.44.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 -> v0.44.0
  • google.golang.org/genproto 49dd2c1 -> ef43131
  • google.golang.org/genproto/googleapis/api 49dd2c1 -> ef43131
  • google.golang.org/genproto/googleapis/rpc 49dd2c1 -> ef43131
  • google.golang.org/grpc v1.59.0 -> v1.62.0

Previous release can be found at v0.15.2

v0.15.2

Compare Source

Welcome to the v0.15.2 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • Tõnis Tiigi
  • Akihiro Suda
  • Justin Chadwell
  • Sebastiaan van Stijn
Notable Changes
  • Fix issue with inline cache when embedded into Docker #​5257
  • Fix possible pause before running container when using secret mounts #​5251 #​5252
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.15.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.


  • 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
Author

renovate bot commented Aug 31, 2024

ℹ 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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/Masterminds/semver/v3 v3.2.0 -> v3.3.0
github.com/containerd/containerd v1.7.20 -> v1.7.21
github.com/containerd/typeurl/v2 v2.1.1 -> v2.2.0
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/mitchellh/copystructure v1.0.0 -> v1.2.0
github.com/mitchellh/reflectwalk v1.0.0 -> v1.0.2
github.com/moby/sys/signal v0.7.0 -> v0.7.1
github.com/shopspring/decimal v1.2.0 -> v1.4.0
github.com/spf13/cast v1.3.1 -> v1.7.0
golang.org/x/crypto v0.23.0 -> v0.26.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/text v0.15.0 -> v0.17.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 -> v0.0.0-20240123012728-ef4313101c80
google.golang.org/grpc v1.59.0 -> v1.62.0

@renovate renovate bot changed the title chore: update module github.com/moby/buildkit to v0.15.2 chore: update go packages Aug 31, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot changed the title chore: update go packages chore: update go packages - autoclosed Oct 7, 2024
@renovate renovate bot closed this Oct 7, 2024
@renovate renovate bot deleted the renovate/go-packages branch October 7, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants