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 docker-api from 0.9.2 to 0.12.2 #88

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps docker-api from 0.9.2 to 0.12.2.

Changelog

Sourced from docker-api's changelog.

0.12.0

  • Fix some integer fields that could be negative but previously were a usize like ImageSummary::containers
  • Fix deserialization of nullable map types like ImageSummary::labels
  • Rename ExecContainerOpts -> ExecCreateOpts
  • Rename ExecCreateOpts::cmd -> ExecCreateOpts::command
  • Rename ContainerCreateOpts::cmd -> ContainerCreateOpts::command
  • Change Container::copy_from argument type from &Path to a more generic impl AsRef<Path>
  • Change ContainerCreateOpts::builder to not require a name
  • Add a missing ContainerOptsBuilder::image method to set the image of container
  • Rename ContainerOptsBuilder -> ContainerCreateOptsBuilder
  • Rename RmContainerOpts -> ContainerRemoveOpts
  • Rename RmImageOpts -> ImageRemoveOpts
  • Add Clone implementation to ContainerCreateOpts
  • Add Clone implementation to ImageBuildOpts
  • Add Clone implementation to NetworkCreateOpts

0.11.0

  • BREAKING Rename BuildOpts -> ImageBuildOpts and BuildOptsBuilder -> ImageBuildOptsBuilder
  • Fix Configs::create endpoint

0.10.0

  • BREAKING Use models generated from swagger schema
  • Remove *Id and *IdRef type aliases and use a common Id type for object IDs

0.9.0

  • Fix ContainersPruneInfo deserialization
  • Logs endpoint now correctly returns TtyChunk instead of Bytes
  • BREAKING All API structs no longer have a 'docker lifetime. This change makes it easier to create self working objects without the lifetime hell and according to hyper client documentation it is cheap to clone and cloning is the recommended way to share a client.
  • Add Container::commit that creates a image based on an existing container
  • Use rust 2021 edition

0.8.0

  • Make ContainerInfo::state and ContainerSummary::state strongly typed.
  • Fix Docker::info response deserialization
  • Fix Docker::data_usage response deserialization
  • Add missing ContainerStatus::Configured
  • Fix ContainerInfo::mounts field deserialization
  • Fix ContainerDetails::config field deserialization
  • Fix LogConfig::config field deserialization
  • Fix network creation #11
  • Add missing NetworkInfo::created field
  • Fix Network::delete endpoint
  • Fix Network::disconnect endpoint. It now uses correct ContainerDisconnectionOpts.
  • Add ContainerCreateOptsBuilder::security_opts function to specify container security options #12
  • Add NetworkCreateOptsBuilder::ipam function to specify ip address management config of a network

0.7.0

  • Make PidsStats, Descriptor and DistributionInspectInfo struct fields publicly accessible.
  • Add ability to push image to registry with Image::push or Images::push.

... (truncated)

Commits

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 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 the dependencies Pull requests that update a dependency file label Jan 9, 2023
@exdx
Copy link
Owner

exdx commented Jan 10, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.12.2 branch from 9747940 to 1480df0 Compare January 10, 2023 01:18
@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.12.2 branch 3 times, most recently from a9a6307 to e42439b Compare January 10, 2023 02:18
@exdx
Copy link
Owner

exdx commented Jan 11, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.12.2 branch 3 times, most recently from 6a1567d to 1fbe8d1 Compare January 16, 2023 14:23
@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.12.2 branch 2 times, most recently from b671a80 to b057c30 Compare January 23, 2023 14:19
Bumps [docker-api](https://github.com/vv9k/docker-api-rs) from 0.9.2 to 0.12.2.
- [Release notes](https://github.com/vv9k/docker-api-rs/releases)
- [Changelog](https://github.com/vv9k/docker-api-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vv9k/docker-api-rs/commits)

---
updated-dependencies:
- dependency-name: docker-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.12.2 branch from b057c30 to 77749a5 Compare February 6, 2023 02:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #99.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/docker-api-0.12.2 branch March 6, 2023 02:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant