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

build(deps): Bump github.com/docker/cli from 24.0.6+incompatible to 24.0.7+incompatible #665

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps github.com/docker/cli from 24.0.6+incompatible to 24.0.7+incompatible.

Commits
  • afdd53b Merge pull request #4629 from thaJeztah/24.0_update_engine
  • 12c309f Merge pull request #4628 from thaJeztah/24.0_backport_bump_compress
  • f427198 vendor: github.com/docker/docker v24.0.6
  • 1777018 vendor: github.com/klauspost/compress v1.17.2
  • cde0441 vendor: github.com/klauspost/compress v1.16.5
  • d9f94d5 Merge pull request #4618 from thaJeztah/24.0_backport_cli-issue-502
  • 54d83fb Add docker ps status descriptions
  • 30a185e Merge pull request #4609 from thaJeztah/24.0_backport_x_net
  • d43c48d vendor: golang.org/x/net v0.17.0
  • 1919679 vendor: golang.org/x/crypto v0.14.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 27, 2023
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.6+incompatible to 24.0.7+incompatible.
- [Commits](docker/cli@v24.0.6...v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/docker/cli-24.0.7incompatible branch from 5ca21ba to 2900e86 Compare October 29, 2023 19:50
@austinvazquez austinvazquez merged commit 43a57ff into main Oct 30, 2023
14 checks passed
@austinvazquez austinvazquez deleted the dependabot/go_modules/github.com/docker/cli-24.0.7incompatible branch October 30, 2023 01:49
This was referenced Oct 30, 2023
pendo324 pushed a commit that referenced this pull request Nov 1, 2023
🤖 I have created a release *beep* *boop*
---


## [1.0.0](v0.9.0...v1.0.0)
(2023-10-31)


### chore

* update Release-As version to 1.0.0 (not-squashed)
([2c97323](2c97323))


### Bug Fixes

* ecr credential helper hash check
([#668](#668))
([4b1b0a2](4b1b0a2))
* ecr creds helper and credential_process
([#510](#510))
([0525753](0525753))
* improve creds helper UX
([#673](#673))
([bc238cf](bc238cf))
* run SOCI as a systemd service
([#667](#667))
([24fd649](24fd649))
* soci being reset on vm stop/start
([#672](#672))
([9df7d32](9df7d32))


### Build System or External Dependencies

* **deps:** Bump github.com/docker/cli from 24.0.6+incompatible to
24.0.7+incompatible
([#665](#665))
([43a57ff](43a57ff))
* **deps:** Bump github.com/docker/docker from 24.0.6+incompatible to
24.0.7+incompatible
([#666](#666))
([4e06d28](4e06d28))
* **deps:** Bump github.com/lima-vm/lima from 0.17.2 to 0.18.0
([#643](#643))
([f181b89](f181b89))
* **deps:** Bump github.com/onsi/gomega from 1.27.10 to 1.28.0
([#583](#583))
([9d1ad57](9d1ad57))
* **deps:** Bump github.com/runfinch/common-tests from 0.7.6 to 0.7.7
([#609](#609))
([e21ae83](e21ae83))
* **deps:** Bump github.com/runfinch/common-tests from 0.7.7 to 0.7.8
([#617](#617))
([4d942f5](4d942f5))
* **deps:** Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9
([#588](#588))
([20385b7](20385b7))
* **deps:** Bump golang.org/x/tools from 0.13.0 to 0.14.0
([#610](#610))
([8938cf3](8938cf3))
* **deps:** Bump google.golang.org/grpc from 1.53.0 to 1.56.3
([#658](#658))
([321487c](321487c))
* **deps:** Bump k8s.io/apimachinery from 0.28.2 to 0.28.3
([#652](#652))
([05f9d53](05f9d53))
* **deps:** Bump submodules and dependencies
([#637](#637))
([b094751](b094751))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

None yet

1 participant