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(deps): bump the common group across 1 directory with 12 updates #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps the common group with 11 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/service/s3 1.59.0 1.60.0
github.com/docker/docker 27.1.1+incompatible 27.1.2+incompatible
github.com/hashicorp/go-getter 1.7.5 1.7.6
github.com/moby/buildkit 0.15.1 0.15.2
github.com/owenrumney/squealer 1.2.3 1.2.4
github.com/samber/lo 1.46.0 1.47.0
github.com/testcontainers/testcontainers-go 0.32.0 0.33.0
github.com/testcontainers/testcontainers-go/modules/localstack 0.32.0 0.33.0
github.com/tetratelabs/wazero 1.7.3 1.8.0
helm.sh/helm/v3 3.15.3 3.15.4
k8s.io/api 0.30.3 0.31.0

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.59.0 to 1.60.0

Commits

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

Release notes

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

v27.1.2

27.1.2

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

Bug fixes and enhancements

  • Fix a regression that could result in a ResourceExhausted desc = grpc: received message larger than max error when building from a large Dockerfile. moby/moby#48245
  • CLI: Fix docker attach printing a spurious context cancelled error message. docker/cli#5296
  • CLI: Fix docker attach exiting on SIGINT instead of forwarding the signal to the container and waiting for it to exit. docker/cli#5302
  • CLI: Fix --device-read-bps and --device-write-bps options not taking effect. docker/cli#5339
  • CLI: Fix a panic happening in some cases while running a plugin. docker/cli#5337

Packaging updates

Commits
  • f9522e5 Merge pull request #48315 from vvoland/48169-27.x
  • a037b72 Merge pull request #48314 from vvoland/48275-27.x
  • fc0150b daemon/containerd: rm use of regexp
  • 73c01d0 image/v1: rm regexp use
  • c93fe4a layer: rm regexp use
  • 31459c8 docs/api: swagger: fix x-nullable for SystemInfo.Containerd (api v1.46)
  • 35d430c api/swagger: fix x-nullable for SystemInfo.Containerd
  • f5fa090 Merge pull request #48308 from thaJeztah/27.x_backport_migrate_userns
  • a17f5d4 Merge pull request #48294 from austinvazquez/cherry-pick-2b5ffa0b63c76e8bb4eb...
  • 80a59c2 migrate to github.com/moby/sys/userns
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-getter from 1.7.5 to 1.7.6

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.7.6

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.5...v1.7.6

Commits

Updates github.com/moby/buildkit from 0.15.1 to 0.15.2

Release notes

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

v0.15.2

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

Commits
  • 9e14164 Merge pull request #5258 from tonistiigi/v0.15.2-picks
  • e24cd7c remotecache: handle not implemented error for Info()
  • a9d183a chore: set pb.Empty on ssh and secret mounts
  • d1d3ad8 exec: fix incorrect deps computation for special mounts
  • 509c08c Merge pull request #5195 from thaJeztah/0.15_backport_fix_wrong_errdefs
  • f3ed463 snapshot/containerd: fix wrong errdefs package import
  • See full diff in compare view

Updates github.com/owenrumney/squealer from 1.2.3 to 1.2.4

Release notes

Sourced from github.com/owenrumney/squealer's releases.

v1.2.4

What's Changed

New Contributors

Full Changelog: owenrumney/squealer@v1.2.3...v1.2.4

Commits
  • f0214b9 chore(deps): bump alpine from 3.20.1 to 3.20.2 (#120)
  • 674fede chore: fix goreleaser option and config to support goreleaser v2 (#118)
  • See full diff in compare view

Updates github.com/samber/lo from 1.46.0 to 1.47.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.47.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.46.0...v1.47.0

Commits

Updates github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.33.0

What's Changed

⚠️ Breaking Changes

If you are building Docker images with the FromDockerfile struct in the GenericContainerRequest, please consider that the ContextArchive field in that struct has changed from io.Reader to io.ReadSeeker. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.

🔒 Security

  • chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @​mdelapenya

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits

Updates github.com/testcontainers/testcontainers-go/modules/localstack from 0.32.0 to 0.33.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/localstack's releases.

v0.33.0

What's Changed

⚠️ Breaking Changes

If you are building Docker images with the FromDockerfile struct in the GenericContainerRequest, please consider that the ContextArchive field in that struct has changed from io.Reader to io.ReadSeeker. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.

🔒 Security

  • chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @​mdelapenya

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits

Updates github.com/tetratelabs/wazero from 1.7.3 to 1.8.0

Release notes

Sourced from github.com/tetratelabs/wazero's releases.

v1.8.0

Hi wazero friends, been a while! The new release of wazero v1.8.0 has arrived 🎉 🏝️☀️ 🍺

This release has happened intentionally right after the Go 1.23 release. @​ncruces worked so hard (#2301), and updated our codebase to make it up-to-date with the new Go versions. Notably, since this release, we set our floor Go version to 1.21 (-2 from the latest) following our support policy.

The following is the brief summary of what's included in this release!

Experimental feature: importResolver

A new wazero friend @​bep from the Hugo community came up with an exciting way to "link" modules dynamically/anonymously, which we call "ImportResolver". The feature was implemented in #2298, and available under experimental package. If you are interested please give it a shot, and give us your feedback!

Emscripten update

@​jerbob92 found out that a breaking change was introduced in Emscripten 3.1.57+, and worked to make our emscripten package to support these recent versions. Unfortunately, the older emscriptens are not supported anymore, so users are encouraged to update their Emscripten version. #2290

Bug fixes

Compilation perf improvements

Just like the recent previous releases, @​mathetake worked hard to make compilation faster. Unfortunately, we don't have a concrete number to showcase here, but both Interpreter and Compiler engines now runs really faster compared to the previous releases during compilation without affecting the runtime performance.

If you are interested in the latest updates and discussion around this topic, feel free to follow the thread in #2182.

Others

Commits

Updates helm.sh/helm/v3 from 3.15.3 to 3.15.4

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.15.4 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.15.4. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

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.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Bump the k8s-io group across 1 directory with 7 updates fa9efb07d9d8debbb4306d72af76a383895aa8c4 (dependabot[bot])
  • Bump github.com/docker/docker 36a21b18b93d8712f0948d9764f8cd29558b9cb1 (dependabot[bot])
Commits
  • fa9efb0 Bump the k8s-io group across 1 directory with 7 updates
  • 36a21b1 Bump github.com/docker/docker
  • See full diff in compare view

Updates k8s.io/api from 0.30.3 to 0.31.0

Commits

Updates k8s.io/utils from 0.0.0-20231127182322-b307cd553661 to 0.0.0-20240711033017-18e509b52bc8

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the common group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.59.0` | `1.60.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.1.1+incompatible` | `27.1.2+incompatible` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.5` | `1.7.6` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.15.1` | `0.15.2` |
| [github.com/owenrumney/squealer](https://github.com/owenrumney/squealer) | `1.2.3` | `1.2.4` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.46.0` | `1.47.0` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.32.0` | `0.33.0` |
| [github.com/testcontainers/testcontainers-go/modules/localstack](https://github.com/testcontainers/testcontainers-go) | `0.32.0` | `0.33.0` |
| [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) | `1.7.3` | `1.8.0` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.15.3` | `3.15.4` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.31.0` |



Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.59.0...service/s3/v1.60.0)

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

Updates `github.com/hashicorp/go-getter` from 1.7.5 to 1.7.6
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.5...v1.7.6)

Updates `github.com/moby/buildkit` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.15.1...v0.15.2)

Updates `github.com/owenrumney/squealer` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/owenrumney/squealer/releases)
- [Changelog](https://github.com/owenrumney/squealer/blob/main/.goreleaser.yml)
- [Commits](owenrumney/squealer@v1.2.3...v1.2.4)

Updates `github.com/samber/lo` from 1.46.0 to 1.47.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.46.0...v1.47.0)

Updates `github.com/testcontainers/testcontainers-go` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.32.0...v0.33.0)

Updates `github.com/testcontainers/testcontainers-go/modules/localstack` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.32.0...v0.33.0)

Updates `github.com/tetratelabs/wazero` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](tetratelabs/wazero@v1.7.3...v1.8.0)

Updates `helm.sh/helm/v3` from 3.15.3 to 3.15.4
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.15.3...v3.15.4)

Updates `k8s.io/api` from 0.30.3 to 0.31.0
- [Commits](kubernetes/api@v0.30.3...v0.31.0)

Updates `k8s.io/utils` from 0.0.0-20231127182322-b307cd553661 to 0.0.0-20240711033017-18e509b52bc8
- [Commits](https://github.com/kubernetes/utils/commits)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/owenrumney/squealer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/testcontainers/testcontainers-go/modules/localstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/tetratelabs/wazero
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: k8s.io/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 21, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/common-d214b8a5cb branch August 26, 2024 04:56
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants