Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2022

Bumps bollard from 0.11.0 to 0.13.0.

Release notes

Sourced from bollard's releases.

Release v0.13.0

Release v0.13.0

  • 304 Status code should be treated as a success (thanks @​y-young )
  • Allow large response payloads in start exec response using an optional output capacity (thanks @​uellenberg )
  • Do not error on empty server response (thanks @​k8scat )
  • Bump models to match moby v20.10.16
  • Add chrono feature flag and alternative mutually exclusive time feature flag as alternative representations of dates.
  • Deserialize directly from bytes instead of through a string.
  • Add json_data_content feature flag to enable appending JSON payloads to deserialization errors.

Release v0.12.0

  • Bump rustls, make ct_logs dependency optional
  • Add container attach method (thanks @​antoinert )
  • Add resize container tty method (thanks @​antoinert )
  • Fix bugs in JSON parser:
    • handle buffers ending in closing brace and not being parseable
    • handle newlines inside of JSON payload
  • Let users specify a timeout
  • Fix clippy failures on Rust version 1.59 (thanks @​edmorley )
  • Make all SSL dependencies optional (thanks @​edmorley )
  • Switch from pin-project to pin-project-lite dependency (thanks @​edmorley )
  • Clean up tokio features (thanks @​edmorley )
  • Enforce cargo fmt in CI
  • Make all Docker errors generic
  • Bump bollard-stubs models to a pre-1.42 API release
  • Add PartialEq to all options

Release v0.11.1

  • Fix vulnerable swagger-codegen version from 2.4.14 to 2.4.19
  • Fix podman incompatibility, skip until argument in container logs endpoint if undefined (thanks @​gdesmott )
  • Update API docs link (thanks @​jareddlc )
  • Delete redundant consul dockerfiles
  • Bump AppVeyor Microsoft nanoserver image version
  • Bump CircleCi docker image version
  • Use DOCKER_HOST environment variable in connect_with_unix_default connection method (thanks @​zeenix )
  • Fix CGroups V1 Memory model for OSX and linux kernel > 4.15.0-1106
  • Fix base64 URL encoding in registry authorisation (thanks @​rongduan-zhu )
  • Fix JSON parsing when docker server emits double newlines
  • Fail in CircleCi task when clippy emits warnings
  • Skip time 0.1 rust sec advisory
  • Add dependabot yaml conifguration
  • Force JVM version 8 in codegen
Commits
  • e1046a4 Merge pull request #241 from fussybeaver/ND-0.13-release
  • 6f852b3 Release 0.13
  • 2072dca Remove RUSTSEC-2020-0159 ignore from audit
  • 80da294 Merge pull request #240 from fussybeaver/ND-optimise-decode-response
  • 2d20368 Deserialize from bytes, add json_data_content feature
  • 5371861 Merge pull request #227 from fussybeaver/dependabot/cargo/rustls-pemfile-1.0
  • ea6890b Update rustls-pemfile requirement from 0.3 to 1.0
  • 06af7c9 Merge pull request #188 from fussybeaver/ND-migrate-from-chrono-to-time
  • e891532 Peg bollard-stubs dependency to published crates
  • f7f438e Release bollard-stubs 1.42.0-rc.3
  • 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 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 [bollard](https://github.com/fussybeaver/bollard) from 0.11.0 to 0.13.0.
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Commits](fussybeaver/bollard@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: bollard
  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 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #95.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/cargo/bollard-0.13.0 branch January 23, 2023 13:12
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