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

Bump the other group across 1 directory with 14 updates #298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps the other group with 8 updates in the / directory:

Package From To
github.com/docker/buildx 0.16.0 0.18.0
github.com/golangci/golangci-lint 1.59.1 1.61.0
github.com/pulumi/pulumi-java/pkg 0.16.1 0.17.0
github.com/pulumi/pulumi-yaml 1.11.1 1.11.2
github.com/pulumi/pulumi/pkg/v3 3.137.0 3.138.0
github.com/regclient/regclient 0.7.1 0.7.2
go.uber.org/mock 0.4.0 0.5.0
golang.org/x/crypto 0.27.0 0.29.0

Updates github.com/docker/buildx from 0.16.0 to 0.18.0

Release notes

Sourced from github.com/docker/buildx's releases.

v0.18.0

Welcome to the v0.18.0 release of buildx!

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

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • David Karlsson
  • Sebastiaan van Stijn
  • Talon Bowler
  • Guillaume Lours
  • Tim Neumann

Notable Changes

  • prune command now allows new --max-used-space and --min-free-space filters on BuildKit v0.17.0+ builders #2766
  • ls command output is now more compact by default by compacting the platform list. New --no-trunc option can be used for full list #2138 #2717
  • inspect command now displays BuildKit daemon configuration options set with a TOML file #2684
  • Memory allocations have been reduced by switching to new protobuf implementation #2724 #2713
  • Size limits for maximum Dockerfile sizes from standard input have been raised #2716 #2719
  • Allow listing targets and variables in buildx bake without initializing the builder #2763
  • Compose compatibility has been updated to v2.4.1 #2760
  • Add OpenTelemetry grouping around build function #2742
  • Allow capturing of CPU and memory profiles with pprof via environment variables #2746
  • Fix possible issues with entitlements when using linked targets in Bake #2701
  • Fix possible permission issues when accessing local state after running buildx with sudo #2745
  • Fix missing error message on running invalid command #2741
  • Fix build details link not showing in experimental mode #2722
  • Fix possible bogus warnings for local state in --call requests #2754
  • Fallback images for --check/--call option have been updated to correct references #2705
  • Improve error messages with source code snippets by mapping the file to the correct path #2672
  • Fix invalid target linking validation for Bake #2700

Dependency Changes

  • github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
  • github.com/compose-spec/compose-go/v2 v2.1.6 -> v2.4.1
  • github.com/containerd/containerd v1.7.21 -> v1.7.22
  • github.com/containerd/continuity v0.4.3 -> v0.4.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
  • github.com/docker/cli 48a2cdff970d -> v27.3.1
  • github.com/docker/docker v27.2.1 -> v27.3.1
  • github.com/klauspost/compress v1.17.9 -> v1.17.11

... (truncated)

Commits
  • fa4461b Merge pull request #2768 from tonistiigi/0.18-buildkit-v0.17.0
  • 67691ba vendor: update buildkit to v0.17.0
  • 9b0575b Merge pull request #2766 from tonistiigi/prune-caps-detection
  • 9f3a578 prune: detect if buildkit supports newer storage filters
  • 14b31d8 Merge pull request #2765 from crazy-max/ci-fix-content-read
  • e26911f ci: keep contents read permissions in jobs
  • cd8d61a Merge pull request #2763 from neumantm/feat/listWithoutBuilder
  • 3a56161 Merge pull request #2761 from crazy-max/fix-workflow-perms
  • 0fd935b Skip Builder Init For Bake List Flags
  • 704b2cc Merge pull request #2760 from tonistiigi/update-compose-v2.4.1
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 27.0.3+incompatible to 27.3.1+incompatible

Commits
  • ce12230 Merge pull request #5462 from thaJeztah/27.x_backport_bump_compose
  • 263ba95 Merge pull request #5461 from laurazard/27.x-backport-update-VERSION
  • be9b9f3 Update VERSION file to v27.3.1-dev
  • a4149b0 Dockerfile: update compose to v2.29.7
  • 4aac415 Merge pull request #5458 from thaJeztah/27.x_bump_engine3
  • 8546958 vendor: github.com/docker/docker v27.3.0
  • f052003 Merge pull request #5457 from laurazard/backport-dropped-defer
  • 460f1be telemetry: fix early meterprovider shutdown
  • e85edf8 Merge pull request #5452 from laurazard/27.3.0-match-moby-version
  • ca62759 vendor: github.com/docker/docker v27.3.0-rc2
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.1.1+incompatible to 27.3.1+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.3.1

27.3.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • CLI: Fix issue with command execution metrics not being exported due to the CLI MeterProvider being shutdown too early. docker/cli#5457

Packaging updates

v27.3.0

27.3.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • containerd image store: Fix docker image prune -a untagging images used by containers started from images referenced by a digested reference. moby/moby#48488
  • Add a --feature flag to the daemon options. moby/moby#48487
  • Updated the handling of the --gpus=0 flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483 (docker/cli#5432)
  • Support WSL2 mirrored-mode networking's use of interface loopback0 for packets from the Windows host. moby/moby#48514
  • Fix an issue that prevented communication between containers on an IPv4 bridge network when running with --iptables=false, --ip6tables=true (the default), a firewall with a DROP rule for forwarded packets on hosts where the br_netfilter kernel module was not normally loaded. moby/moby#48511
  • CLI: Fix issue where docker volume update command would cause the CLI to panic if no argument/volume was passed. docker/cli#5426
  • docker/cli#5432

Packaging updates

v27.3.0-rc.2

27.3.0-rc.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 41ca978 Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_permissions
  • a6b772b gha: govulncheck: make sure read permissions are set
  • 856359c Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loopback0_w...
  • cd21af7 Do not DNAT packets from WSL2's loopback0
  • 8516f3b Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_compose
  • 3a7779a Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netfiltering
  • 5c499fc Only enable bridge netfiltering when needed
  • 98f24aa Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_logformat
  • 8adc8e4 Dockerfile: update compose to v2.29.4
  • 576fc88 Dockerfile: update buildx to v0.17.1
  • Additional commits viewable in compare view

Updates github.com/golangci/golangci-lint from 1.59.1 to 1.61.0

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.61.0

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • e9a872629d4feda79d2fff23ddc1f410faff163e build(deps): bump github.com/Abirdcfly/dupword from 0.0.14 to 0.1.1 (#4954)
  • 2813c451edd6b75098372dbb269ffed8df3a4ec6 build(deps): bump github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2 (#4971)
  • 48251f274a1e09fae524271662a30a47f4ddb242 build(deps): bump github.com/ckaznocha/intrange from 0.1.2 to 0.2.0 (#4996)
  • 726b8153cac6c04238264b189f5b05ec059f9330 build(deps): bump github.com/daixiang0/gci from 0.13.4 to 0.13.5 (#4975)
  • 2fcfe26fdb368ae0930bac909a0573277a6d2226 build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0 to 2.1.0 (#4910)
  • 5fa1b681e4518b09be4ebdbe635e044cf729b8a1 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 (#4955)
  • a6fc686d733f339619b02de65ef4c782848eaff0 build(deps): bump github.com/quasilyte/go-ruleguard to 0fe6f58b47b1 (#4949)
  • 57fa4dad326cd24b71fccd3fb9b8fc8a2788c994 build(deps): bump github.com/ryancurrah/gomodguard from 1.3.3 to 1.3.5 (#4992)
  • 6e5dc28f52b76181f5c4f5c7d37dab20e09f59d1 build(deps): bump github.com/securego/gosec/v2 from 2.20.1-0.20240826145712-bcec04e78483 to 2.21.0 (#4981)
  • dd069d5578f3fb9eb298e5d397697c368a0e85f7 build(deps): bump github.com/securego/gosec/v2 from 2.21.0 to 2.21.1 (#4982)
  • a1d6c560de1a193a0c68ffed68cd5928ef39e884 build(deps): bump github.com/securego/gosec/v2 from 2.21.1 to 2.21.2 (#4997)
  • 98b685cc0d3dcc956eb30bd7557c4c2ecf369f54 build(deps): bump github.com/securego/gosec/v2 from ab3f6c1c83a0 to bcec04e78483 (#4960)
  • bfc52476dd7b0b5111bcc17f7e2c103cfc0a15e0 build(deps): bump github.com/tetafro/godot from 1.4.16 to 1.4.17 (#4993)
  • 04c19e6f4f8b04dae083c2923457bc911303d177 build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /scripts/gen_github_action_config in the all group (#4977)
  • e905c7a3e260abe5b984e532925dfa30ffe60a5b build(deps): bump peter-evans/create-pull-request from 6 to 7 in the all group (#4978)
  • 2881c7178b62e75ac33df7747c40fabc75c62e2b build(deps): bump the all group across 4 directories with 8 updates (#4979)
  • 0275389a64bd88fd37eb5f46993a8523ce4bf2f0 feat: add junit-xml-extended format (#4918)
  • a6bd868cf0c575d7a7e6d87007cd510394c30d86 feat: exclude Swagger Codegen files (#4967)
  • 54d089d1064eb700aafade61cdb00e452fdbf5da fix: improve runtime version parsing (#4961)
  • bf4a66a07d618628f6a26609404cb5c608e99ff8 gosec: disable G407 (#4983)
  • 3797ed90c38b8471c54f003ab9ac72492c1143ec nolintlint: remove empty line in unused directive replacement (#4973)

v1.60.3

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • c2e095c022a97360f7fff5d49fbc11f273be929a build(deps): bump github.com/securego/gosec/v2 from 81cda2f91fbe to ab3f6c1c83a0 (#4943)
  • f0c190436343e51e6b4dc98a368cf7bae0e5f33a feat: check that Go version use to build is greater or equals to the Go version of the project (#4938)

v1.60.2

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.61.0

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Updated linters
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • go-ruleguard: from 0.4.2 to 0fe6f58b47b1 (fix panic with custom linters)
    • godot: from 1.4.16 to 1.4.17
    • gomodguard: from 1.3.3 to 1.3.5
    • gosec: disable temporarily G407
    • gosec: from ab3f6c1c83a0 to 2.21.2 (partially fix G115)
    • intrange: from 0.1.2 to 0.2.0
    • nolintlint: remove the empty line in the directive replacement
  3. Misc.
    • Improve runtime version parsing
  4. Documentation
    • Add additional info about typecheck

v1.60.3

  1. Updated linters
    • gosec: from 81cda2f91fbe to ab3f6c1c83a0 (fix G115 false positives)
  2. Misc.
    • Check that the Go version use to build is greater or equals to the Go version of the project

v1.60.2

  1. Updated linters
  • gofmt: update to HEAD (go1.22)
  • gofumpt: from 0.6.0 to 0.7.0
  • gosec: fix G602 analyzer
  • gosec: from 5f0084eb01a9 to 81cda2f91fbe (adds G115, G405, G406, G506, G507)
  • staticcheck: from 0.5.0 to 0.5.1
  • staticcheck: propagate Go version
  • wrapcheck: from 2.8.3 to 2.9.0
  • ⚠️ exportloopref: deprecation

v1.60.1

  1. Updated linters
    • errorlint: from 1.5.2 to 1.6.0
    • exhaustruct: from 3.2.0 to 3.3.0 (recognize custom error values in return)
    • fatcontext: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs)
    • gocognit: from 1.1.2 to 1.1.3
    • gomodguard: from 1.3.2 to 1.3.3
    • govet (printf): report non-constant format, no args
    • lll: advertise max line length instead of just reporting failure

... (truncated)

Commits
  • a1d6c56 build(deps): bump github.com/securego/gosec/v2 from 2.21.1 to 2.21.2 (#4997)
  • 48251f2 build(deps): bump github.com/ckaznocha/intrange from 0.1.2 to 0.2.0 (#4996)
  • bfc5247 build(deps): bump github.com/tetafro/godot from 1.4.16 to 1.4.17 (#4993)
  • 57fa4da build(deps): bump github.com/ryancurrah/gomodguard from 1.3.3 to 1.3.5 (#4992)
  • d302a30 dev: fix nancy
  • 24e6645 docs: add additionnal info about typecheck (#4985)
  • bf4a66a gosec: disable G407 (#4983)
  • dd069d5 build(deps): bump github.com/securego/gosec/v2 from 2.21.0 to 2.21.1 (#4982)
  • 2813c45 build(deps): bump github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2 (#4971)
  • e9a8726 build(deps): bump github.com/Abirdcfly/dupword from 0.0.14 to 0.1.1 (#4954)
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.15.0 to 0.17.0

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.17.0

Welcome to the v0.17.0 release of buildkit!

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

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • David Karlsson
  • Justin Chadwell
  • Talon Bowler
  • Anthony Nandaa
  • Akihiro Suda
  • Shaun Thompson
  • Austin Vazquez
  • Billy Owire
  • Eoin Farrell
  • MohammadHasan Akbari
  • Alberto Garcia Hierro
  • Gabriel-Adrian Samfira
  • Laurent Goderre
  • Marat Radchenko
  • Matt Rickard
  • Paulo Sousa
  • Sergio Garcez
  • Silvin Lubecki
  • castrombithisamm
  • ryio1010

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.11.0 changelog
  • Garbage collection policies and prune filters have been updated to be more flexible and allow more control over used storage. Users can now define storage controls based on how much empty space is available on disk and define reserved and maximum storage limits separately #5359 #5079
  • FileOp.Copy now supports non-octal values for setting file mode with chmod #5375
  • Protobuf tooling has moved away from GoGo Protobuf. #5356 #5409 #5396 #5342
  • Memory allocations, especially when uploading big build contexts or copying build results back to client, have been reduced #5409 #5442
  • Allow Git builds from SHA references that are not part of a branch or tag #5441
  • Improve OpenTelemetry tracing for authentication routines #5432
  • HTTP requests from build steps now use BuildKit specific user-agent like the Container registry requests #5407
  • ExecOp build steps now supports setting expected non-zero exit codes #5339
  • Parameter options can now be passed to the SBOM scanner #5372
  • Determinism of LLB marshaling has been improved to reduce unnecessary cache lookups #5374
  • Completeness of history records is now validated at startup #5378
  • Debug address now supports new flight recorder endpoints #5337

... (truncated)

Commits
  • fd61877 Merge pull request #5464 from dvdksn/docs-s-parent-base
  • 5f27278 docs: s/parent image/base image/
  • d09c1e2 Merge pull request #5462 from tonistiigi/deps-update-20241028
  • cda279e Merge pull request #5449 from dvdksn/check-undefined-var
  • c9a25c4 pb: regenerate protobuf
  • 3220d67 vendor: revert containerd 1.7.23 because errdefs changes incompatible
  • 22d8eba Dockerfile: update xx to v1.5.0
  • b5c4155 vendor: update compress to v1.17.11
  • 2c5c4a3 vendor: update cli to v1.22.16
  • f01d41c vendor: update azidentity to v1.6.0
  • Additional commits viewable in compare view

Updates github.com/pulumi/pulumi-java/pkg from 0.16.1 to 0.17.0

Release notes

Sourced from github.com/pulumi/pulumi-java/pkg's releases.

v0.17.0

Improvements

  • Feature flag parameterized provider support

  • Upgrade Golang and Java dependencies

  • Update to Pulumi 3.137.0

Bug Fixes

Changelog

Sourced from github.com/pulumi/pulumi-java/pkg's changelog.

0.17.0 (2024-11-05)

Improvements

  • Feature flag parameterized provider support

  • Upgrade Golang and Java dependencies

  • Update to Pulumi 3.137.0

Commits

Updates github.com/pulumi/pulumi-yaml from 1.11.1 to 1.11.2

Release notes

Sourced from github.com/pulumi/pulumi-yaml's releases.

v1.11.2 - 2024-10-29

Bug Fixes

  • [runtime] Fix potential panic when using fn::secret on a resource #664

  • [runtime] Invalid YAML files no longer cause package detection to fail. #666

Changelog

Sourced from github.com/pulumi/pulumi-yaml's changelog.

v1.11.2 - 2024-10-29

Bug Fixes

  • [runtime] Fix potential panic when using fn::secret on a resource #664

  • [runtime] Invalid YAML files no longer cause package detection to fail. #666

Commits

Updates github.com/pulumi/pulumi/pkg/v3 from 3.137.0 to 3.138.0

Release notes

Sourced from github.com/pulumi/pulumi/pkg/v3's releases.

v3.138.0

3.138.0 (2024-11-06)

Features

  • [backend/diy] Keep computer awake while an update is running #17699

  • [backend/service] Keep computer awake while an update is running #17699 #17675

  • [cli] Add interactive account selection to pulumi login command #17618

  • [cli/display] Colorize selected stack when listing #17606

  • [engine] Persist metadata about snapshot integrity errors #17291

  • [programgen] Implement package descriptor blocks in PCL to load parameterized packages #17589

  • [sdk/nodejs] Support Node.js 23 #17639

Bug Fixes

  • [docs] Fix spacing and formatting of stack init command's long doc #17534

  • [engine] Spot skipped-create dependencies even when inputs don't change #17633

  • [engine] Normalize URNs in DeletedWith references #17666

  • [engine] Disable the enviromental GITHUB_TOKEN on 403 responses #17671

  • [sdk/go] Overwrite directories in workspace.CopyTemplateFiles when called with force=true #17695

  • [sdk/python] Add additional debug information to ValueError and AssertionError #17577

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/pkg/v3's changelog.

3.138.0 (2024-11-06)

Features

  • [backend/diy] Keep computer awake while an update is running #17699

  • [backend/service] Keep computer awake while an update is running #17699 #17675

  • [cli] Add interactive account selection to pulumi login command #17618

  • [cli/display] Colorize selected stack when listing #17606

  • [engine] Persist metadata about snapshot integrity errors #17291

  • [programgen] Implement package descriptor blocks in PCL to load parameterized packages #17589

  • [sdk/nodejs] Support Node.js 23 #17639

Bug Fixes

  • [docs] Fix spacing and formatting of stack init command's long doc #17534

  • [engine] Spot skipped-create dependencies even when inputs don't change #17633

  • [engine] Normalize URNs in DeletedWith references #17666

  • [engine] Disable the enviromental GITHUB_TOKEN on 403 responses #17671

  • [sdk/go] Overwrite directories in workspace.CopyTemplateFiles when called with force=true #17695

  • [sdk/python] Add additional debug information to ValueError and AssertionError #17577

Miscellaneous

... (truncated)

Commits

Updates github.com/pulumi/pulumi/sdk/v3 from 3.137.0 to 3.138.0

Release notes

Sourced from github.com/pulumi/pulumi/sdk/v3's releases.

v3.138.0

3.138.0 (2024-11-06)

Features

  • [backend/diy] Keep computer awake while an update is running #17699

  • [backend/service] Keep computer awake while an update is running #17699 #17675

  • [cli] Add interactive account selection to pulumi login command #17618

  • [cli/display] Colorize selected stack when listing #17606

  • [engine] Persist metadata about snapshot integrity errors #17291

  • [programgen] Implement package descriptor blocks in PCL to load parameterized packages #17589

  • [sdk/nodejs] Support Node.js 23 #17639

Bug Fixes

  • [docs] Fix spacing and formatting of stack init command's long doc #17534

  • [engine] Spot skipped-create dependencies even when inputs don't change #17633

  • [engine] Normalize URNs in DeletedWith references #17666

  • [engine] Disable the enviromental GITHUB_TOKEN on 403 responses #17671

  • [sdk/go] Overwrite directories in workspace.CopyTemplateFiles when called with force=true #17695

  • [sdk/python] Add additional debug information to ValueError and AssertionError #17577

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

3.138.0 (2024-11-06)

Features

  • [backend/diy] Keep computer awake while an update is running #17699

  • [backend/service] Keep computer awake while an update is running #17699 #17675

  • [cli] Add interactive account selection to pulumi login command #17618

  • [cli/display] Colorize selected stack when listing #17606

  • [engine] Persist metadata about snapshot integrity errors #17291

  • [programgen] Implement package descriptor blocks in PCL to load parameterized packages #17589

  • [sdk/nodejs] Support Node.js 23 #17639

Bug Fixes

  • [docs] Fix spacing and formatting of stack init command's long doc #17534

  • [engine] Spot skipped-create dependencies even when inputs don't change #17633

  • [engine] Normalize URNs in DeletedWith references #17666

  • [engine] Disable the enviromental GITHUB_TOKEN on 403 responses #17671

  • [sdk/go] Overwrite directories in workspace.CopyTemplateFiles when called with force=true #17695

  • [sdk/python] Add additional debug information to ValueError and AssertionError #17577

Miscellaneous

... (truncated)

Commits

Updates github.com/regclient/regclient from 0.7.1 to 0.7.2

Release notes

Sourced from github.com/regclient/regclient's releases.

v0.7.2

Release v0.7.2

Breaking Changes:

The breaking changes are to internal methods and undocumented features that should not be encountered by users.

  • Update scheme to use pqueue instead of throttle. ([PR 803][pr-803])
  • Removes an undocumented API for deleting images from Hub. ([PR 803][pr-803])
  • config.Host.Throttle() has been removed. Use scheme.Throttler instead. ([PR 813][pr-813])

Features:

  • Significant refactor of http APIs to speed up image copies. ([PR 803][pr-803])
  • Add a priority queue for network requests. ([PR 803][pr-803])
  • Move logging into transport and rework backoff. ([PR 803][pr-803])
  • Remove default rate limit. ([PR 803][pr-803])
  • Add priority queue algorithm and reorder image copy steps. ([PR 803][pr-803])
  • Consolidate warnings. ([PR 810][pr-810])
  • Limit number of retries for a request. ([PR 812][pr-812])
  • Add default host config. ([PR 821][pr-821])

Fixes:

  • Update GHA output generating steps. ([PR 800][pr-800])
  • Lookup referrers when registry does not give digest with head. ([PR 801][pr-801])
  • Support auth on redirect. ([PR 805][pr-805])
  • Prevent data race when reading blob and seeking. ([PR 814][pr-814])
  • Detect integer overflows on type conversion. ([PR 830][pr-830])
  • Add a warning if syft is not installed. ([PR 841][pr-841])
  • Race condition in the pqueue tests. ([PR 843][pr-843])
  • Dedup warnings on image mod. ([PR 846][pr-846])

Chores:

  • Update staticcheck and fix linter warnings for Go 1.23. ([PR 804][pr-804])
  • Remove digest calculation from reghttp. ([PR 803][pr-803])
  • Remove ReqPerSec in tests. ([PR 806][pr-806])
  • Move throttle from config to reghttp. ([PR 813][pr-813])
  • Refactoring to remove globals in regsync. ([PR 815][pr-815])
  • Refactor to remove globals in regbot. ([PR 816][pr-816])
  • Remove throttle package. ([PR 817][pr-817])
  • Update version-bump config for processors. ([PR 828][pr-828])
  • Update config to use yaml anchors and aliases ([PR 829][pr-829])
  • Do not automatically assign myself to GitHub issues. ([PR 831][pr-831])
  • Remove OpenSSF scorecard and best practices. ([PR 832][pr-832])
  • Update docker image base filesystem. ([PR 837][pr-837])

Contributors:

... (truncated)

Changelog

Sourced from github.com/regclient/regclient's changelog.

Release v0.7.2

Breaking Changes:

The breaking changes are to internal methods and undocumented features that should not be encountered by users.

  • Update scheme to use pqueue instead of throttle. ([PR 803][pr-803])
  • Removes an undocumented API for deleting images from Hub. ([PR 803][pr-803])
  • config.Host.Throttle() has been removed. Use scheme.Throttler instead. ([PR 813][pr-813])

Features:

  • Significant refactor of http APIs to speed up image copies. ([PR 803][pr-803])
  • Add a priority queue for network requests. ([PR 803][pr-803])
  • Move logging into transport and rework backoff. ([PR 803][pr-803])
  • Remove default rate limit. ([PR 803][pr-803])
  • Add priority queue algorithm and reorder image copy steps. ([PR 803][pr-803])
  • Consolidate warnings. ([PR 810][pr-810])
  • Limit number of retries for a request. ([PR 812][pr-812])
  • Add default host config. ([PR 821][pr-821])

Fixes:

  • Update GHA output generating steps. ([PR 800][pr-800])
  • Lookup referrers when registry does not give digest with head. ([PR 801][pr-801])
  • Support auth on redirect. ([PR 805][pr-805])
  • Prevent data race when reading blob and seeking. ([PR 814][pr-814])
  • Detect integer overflows on type conversion. ([PR 830][pr-830])
  • Add a warning if syft is not installed. ([PR 841][pr-841])
  • Race condition in the pqueue tests. ([PR 843][pr-843])
  • Dedup warnings on image mod. ([PR 846][pr-846])

Chores:

  • Update staticcheck and fix linter warnings for Go 1.23. ([PR 804][pr-804])
  • Remove digest calculation from reghttp. ([PR 803][pr-803])
  • Remove ReqPerSec in tests. ([PR 806][pr-806])
  • Move throttle from config to reghttp. ([PR 813][pr-813])
  • Refactoring to remove globals in regsync. ([PR 815][pr-815])
  • Refactor to remove globals in regbot. ([PR 816][pr-816])
  • Remove throttle package. ([PR 817][pr-817])
  • Update version-bump config for processors. ([PR 828][pr-828])
  • Update config to use yaml anchors and aliases ([PR 829][pr-829])
  • Do not automatically assign myself to GitHub issues. ([PR 831][pr-831])
  • Remove OpenSSF scorecard and best practices. ([PR 832][pr-832])
  • Update docker image base filesystem. ([PR 837][pr-837])

Contributors:

... (truncated)

Commits
  • 6b1f7bd Release v0.7.2
  • 15576a0 Merge for release v0.7.2
  • e0c84eb Merge pull request #846 from sudo-bmitch/pr-mod-dedup-warning
  • 928df38 Fix: Dedup warnings on image mod
  • 952240a Merge pull request #845 from sudo-bmitch/pr-update-20241103
  • afac446 Version bump
  • 4824016 Merge pull request #843 from sudo-bmitch/pr-pqueue-race
  • cedbd76 Fix: Race condition in the pqueue tests
  • 6b1cec8 Merge pull request #842 from sudo-bmitch/pr-update-20241027
  • 8c600f3 Version bump
  • Additional commits viewable in compare view

Updates github.com/tonistiigi/fsutil from 0.0.0-20240424095704-91a3fc46842c to 0.0.0-20241028165955-397af5306b5c

Commits

Updates go.uber.org/mock from 0.4.0 to 0.5.0

Release notes

Sourced from go.uber.org/mock's releases.

v0.5.0

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

Fixed

  • #144[]: Fix a deadlock that can happen when mocking an interface that matches fmt.Stringer.
  • #168[]: Fix an issue where the "generated by" comment was being included in the package comment of generated mocks.

#144: uber-go/mock#144 #153: uber-go/mock#153 #168: uber-go/mock#168 #181: uber-go/mock#181 #183: ...

Description has been truncated

Bumps the other group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/buildx](https://github.com/docker/buildx) | `0.16.0` | `0.18.0` |
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | `1.59.1` | `1.61.0` |
| [github.com/pulumi/pulumi-java/pkg](https://github.com/pulumi/pulumi-java) | `0.16.1` | `0.17.0` |
| [github.com/pulumi/pulumi-yaml](https://github.com/pulumi/pulumi-yaml) | `1.11.1` | `1.11.2` |
| [github.com/pulumi/pulumi/pkg/v3](https://github.com/pulumi/pulumi) | `3.137.0` | `3.138.0` |
| [github.com/regclient/regclient](https://github.com/regclient/regclient) | `0.7.1` | `0.7.2` |
| [go.uber.org/mock](https://github.com/uber/mock) | `0.4.0` | `0.5.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.27.0` | `0.29.0` |



Updates `github.com/docker/buildx` from 0.16.0 to 0.18.0
- [Release notes](https://github.com/docker/buildx/releases)
- [Commits](docker/buildx@v0.16.0...v0.18.0)

Updates `github.com/docker/cli` from 27.0.3+incompatible to 27.3.1+incompatible
- [Commits](docker/cli@v27.0.3...v27.3.1)

Updates `github.com/docker/docker` from 27.1.1+incompatible to 27.3.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.1.1...v27.3.1)

Updates `github.com/golangci/golangci-lint` from 1.59.1 to 1.61.0
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.59.1...v1.61.0)

Updates `github.com/moby/buildkit` from 0.15.0 to 0.17.0
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.15.0...v0.17.0)

Updates `github.com/pulumi/pulumi-java/pkg` from 0.16.1 to 0.17.0
- [Release notes](https://github.com/pulumi/pulumi-java/releases)
- [Changelog](https://github.com/pulumi/pulumi-java/blob/main/CHANGELOG.md)
- [Commits](pulumi/pulumi-java@v0.16.1...v0.17.0)

Updates `github.com/pulumi/pulumi-yaml` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/pulumi/pulumi-yaml/releases)
- [Changelog](https://github.com/pulumi/pulumi-yaml/blob/main/CHANGELOG.md)
- [Commits](pulumi/pulumi-yaml@v1.11.1...v1.11.2)

Updates `github.com/pulumi/pulumi/pkg/v3` from 3.137.0 to 3.138.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.137.0...v3.138.0)

Updates `github.com/pulumi/pulumi/sdk/v3` from 3.137.0 to 3.138.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.137.0...v3.138.0)

Updates `github.com/regclient/regclient` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/regclient/regclient/releases)
- [Changelog](https://github.com/regclient/regclient/blob/v0.7.2/release.md)
- [Commits](regclient/regclient@v0.7.1...v0.7.2)

Updates `github.com/tonistiigi/fsutil` from 0.0.0-20240424095704-91a3fc46842c to 0.0.0-20241028165955-397af5306b5c
- [Commits](https://github.com/tonistiigi/fsutil/commits)

Updates `go.uber.org/mock` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.4.0...v0.5.0)

Updates `golang.org/x/crypto` from 0.27.0 to 0.29.0
- [Commits](golang/crypto@v0.27.0...v0.29.0)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1

---
updated-dependencies:
- dependency-name: github.com/docker/buildx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/pulumi/pulumi-java/pkg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/pulumi/pulumi-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: github.com/pulumi/pulumi/pkg/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/regclient/regclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: github.com/tonistiigi/fsutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: go.uber.org/mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants