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 engine group across 1 directory with 4 updates #701

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the engine group with 4 updates in the / directory: github.com/charmbracelet/bubbletea, github.com/containernetworking/cni, github.com/goproxy/goproxy and github.com/moby/buildkit.

Updates github.com/charmbracelet/bubbletea from 0.26.4 to 0.26.5

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v0.26.5

Fix special keys input handling on Windows using the latest Windows Console Input driver.

Changelog

New Features

  • 42a7dd8f898f2e9cd180c8475ca6cb6ab21943f4: feat(ci): use goreleaser for releases (#1023) (@​aymanbagabas)

Bug fixes

  • a08802ea9f91d1ec1bbd2cd8c8caf7335ad50dce: fix(windows): coninput not handling control sequences (#1041) (@​Sculas)

Other work

  • 2d65ed65a3e5c524f1061b876b56de9d05ae76ee: chore(examples): removed use of deprecated Copy (@​arianizadi)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 42a7dd8 feat(ci): use goreleaser for releases (#1023)
  • a08802e fix(windows): coninput not handling control sequences (#1041)
  • ab28057 chore: update codeowners (correctly this time)
  • 3c6fe8a chore: update codeowners
  • 7899f0f chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1035)
  • 2d65ed6 Removed use of deprecated Copy
  • See full diff in compare view

Updates github.com/containernetworking/cni from 1.2.0 to 1.2.1

Commits
  • e82d996 Merge pull request #1098 from squeed/gc-shared-warning
  • 2c926b5 SPEC: add warning about preserving shared resources for GC
  • ed014fe Merge pull request #1089 from Icarus9913/chore/darwin-ns
  • db70b6d Merge pull request #1094 from containernetworking/dependabot/go_modules/golan...
  • fac588b Merge pull request #1093 from containernetworking/dependabot/docker/dot-githu...
  • 6e57c2e Merge pull request #1097 from s1061123/fix/1096
  • 499596a Merge branch 'main' into fix/1096
  • 73debca Merge pull request #1090 from squeed/gc-improvements
  • 9d422db Fix faulty json.Marshal behavior for embeds types.NetConf
  • c283314 libcni: implement disableGC
  • Additional commits viewable in compare view

Updates github.com/goproxy/goproxy from 0.16.10 to 0.17.0

Release notes

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

v0.17.0

0.17.0 (2024-06-23)

Features

  • Cacher: support optional interface{ Size() int64 } for Content-Length header (#60) (546d218)

Miscellaneous Chores

  • ci: bump goreleaser/goreleaser-action from 5 to 6 (#64) (afa0f0b)
  • ci: utilize googleapis/release-please-action@v4 (#62) (f2383d6)
  • deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65) (39a876c)
  • deps: bump golang.org/x/mod from 0.16.0 to 0.18.0 (#66) (b4c1099)
  • format README.md (#61) (0d2f7d6)
  • release 0.17.0 (#67) (c688753)
Changelog

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

0.17.0 (2024-06-23)

Features

  • Cacher: support optional interface{ Size() int64 } for Content-Length header (#60) (546d218)

Miscellaneous Chores

  • ci: bump goreleaser/goreleaser-action from 5 to 6 (#64) (afa0f0b)
  • ci: utilize googleapis/release-please-action@v4 (#62) (f2383d6)
  • deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65) (39a876c)
  • deps: bump golang.org/x/mod from 0.16.0 to 0.18.0 (#66) (b4c1099)
  • format README.md (#61) (0d2f7d6)
  • release 0.17.0 (#67) (c688753)
Commits
  • 170446b chore(master): release 0.17.0 (#63)
  • c688753 chore: release 0.17.0 (#67)
  • b4c1099 chore(deps): bump golang.org/x/mod from 0.16.0 to 0.18.0 (#66)
  • 39a876c chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65)
  • afa0f0b chore(ci): bump goreleaser/goreleaser-action from 5 to 6 (#64)
  • f2383d6 chore(ci): utilize googleapis/release-please-action@v4 (#62)
  • 0d2f7d6 chore: format README.md (#61)
  • 546d218 feat(Cacher): support optional interface{ Size() int64 } for Content-Length...
  • See full diff in compare view

Updates github.com/moby/buildkit from 0.14.0 to 0.14.1

Release notes

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

v0.14.1

Welcome to the 0.14.1 release of buildkit!

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

Contributors

  • Talon Bowler
  • Akihiro Suda
  • Tõnis Tiigi
  • Paweł Gronowski

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.8.1 changelog
  • Fix possible issue on pushing blobs with rewrite-timestamp=true option #5040
  • Fix possible concurrency issue on handling HTTPS to HTTP fallbacks for insecure registries #5044

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.14.0

Commits
  • eb864a8 Merge pull request #5053 from tonistiigi/v0.14.1-cherry-picks
  • dedaef0 shell: handle empty string for var replacements
  • b45ab30 Initialize build args from stage base
  • e34c21a Consolidate instruction casing lint rules
  • 050e3b6 Updates lint output to print detail instead of description
  • 2bf5cbf util/resolver: Make httpFallback concurrent safe
  • 49dd5f4 Adds 'WARNING' prefix to the rule check output and update lint
  • 05bd56b Merge pull request #5040 from AkihiroSuda/cherrypick-5008-0.14
  • 5a7352c Fix content not found with push=true,rewrite-timestamp=true
  • See full diff in compare view

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 engine group with 4 updates in the / directory: [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea), [github.com/containernetworking/cni](https://github.com/containernetworking/cni), [github.com/goproxy/goproxy](https://github.com/goproxy/goproxy) and [github.com/moby/buildkit](https://github.com/moby/buildkit).


Updates `github.com/charmbracelet/bubbletea` from 0.26.4 to 0.26.5
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v0.26.4...v0.26.5)

Updates `github.com/containernetworking/cni` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](containernetworking/cni@v1.2.0...v1.2.1)

Updates `github.com/goproxy/goproxy` from 0.16.10 to 0.17.0
- [Release notes](https://github.com/goproxy/goproxy/releases)
- [Changelog](https://github.com/goproxy/goproxy/blob/master/CHANGELOG.md)
- [Commits](goproxy/goproxy@v0.16.10...v0.17.0)

Updates `github.com/moby/buildkit` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/containernetworking/cni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/goproxy/goproxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2024

The following labels could not be found: kind/dependencies, area/engine, area/cli.

Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2024

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

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/engine-9351b634f5 branch June 24, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants