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.13.0 #99

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps docker-api from 0.9.2 to 0.13.0.

Changelog

Sourced from docker-api's changelog.

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

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.13.0 branch from aaad8e9 to 75483ea Compare March 6, 2023 03:11
@dependabot dependabot bot force-pushed the dependabot/cargo/docker-api-0.13.0 branch from 75483ea to ce48a35 Compare March 13, 2023 16:12
Bumps [docker-api](https://github.com/vv9k/docker-api-rs) from 0.9.2 to 0.13.0.
- [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/0.13.0)

---
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.13.0 branch from ce48a35 to 9b7a173 Compare March 15, 2023 15:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2023

Superseded by #112.

@dependabot dependabot bot closed this Jun 12, 2023
@dependabot dependabot bot deleted the dependabot/cargo/docker-api-0.13.0 branch June 12, 2023 02:01
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