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.14.0 #112

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 Jun 12, 2023

Bumps docker-api from 0.9.2 to 0.14.0.

Changelog

Sourced from docker-api's changelog.

0.14.0

  • Add ContainerCreateOptsBuilder::network_config
  • Docker initializers like new, tcp, unix, tls now create an unversioned connector that will use the server's latest version instead of setting it to LATEST_API_VERSION. This means that by default this crate will be easier to use with older versions of Docker.
  • Exec::start and Container::exec now take ExecStartOpts options as additional parameter
  • Add missing attach_stdin to ExecCreateOpts
  • Exec::start and Container::exec signature changed. It is now async and returns a result with tty::Multiplexer (same as attach) so that it can handle writing to STDIN.
  • Add ContainerCreateOptsBuilder::log_driver_config
  • tty::Multiplexer now doesn't rely on Docker client lifetime - this means a change in function signature for Container::attach, Container::exec and Exec::start
  • Add ImageFilter::Reference variant
  • Signature of ContainerCreateOptsBuilder changed so that it takes a Into<HostPort> instead of u32 as a argument for hostport. The new type HostPort lets you specify the IP of the host in addtion to the port.

0.13.0

  • Fix Container::attach output when TTY is enabled on container
  • Add Image::build_par that uses multithreaded compression algorithm for creating context directory archive. This method is behind par-compression feature flag.
  • Add ImageListOptsBuilder::shared_size parameter
  • Add SystemDataUsageOpts parameter to Docker::data_usage
  • Container::stop and Container::restart now take ContainerStopOpts and ContainerRestartOpts as paramaters respectively
  • Add VolumeCreateOptsBuilder::cluster_spec parameter
  • Add ExecCreateOptsBuilder::console_size parameter
  • Add Volume::update endpoint
  • Bumped default API version and models to v1.42
  • Add parameters Hostname,Domainname,IpcMode and PidMode to ContainerCreateOptsBuilder
  • Fix Container::commit and change the signature to take optional container config as second parameter

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

... (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)

Bumps [docker-api](https://github.com/vv9k/docker-api-rs) from 0.9.2 to 0.14.0.
- [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 added the dependencies Pull requests that update a dependency file label Jun 12, 2023
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.

0 participants