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 podman-api from 0.4.0 to 0.10.0 #107

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 Apr 3, 2023

Bumps podman-api from 0.4.0 to 0.10.0.

Changelog

Sourced from podman-api's changelog.

0.10.0

  • BREAKING Exec::start now returns Result<Option<tty::Multiplexer>> (was Result<tty::Multiplexer>) #155
  • Bump models to v4.4.4

0.9.0

  • Add ContainerDeleteOpts::timeout
  • Change Exec::start to async fn returning a tty::Multiplexer (the same as Container::attach)
  • Remove Exec::new to avoid creation of invalid execs.
  • Execs retrieved by id from Execs::get cannot be started due to no knowledge of their tty state. To start an exec instance retrieve it from Container::create_exec.
  • Bump models to v4.3.1
  • Fix type of InspectPodInfraConfig::port_bindings, InspectNetworkSettings::port, InspectContainerHostConfig::port_bindings

0.8.0

  • Add Pod::generate_kube_yaml
  • Deserialize Vec and HashMap to Option in case a value is null and unwrap a default if it is missing
  • Add PodCreateOptsBuilder::dns_server
  • Add PodCreateOptsBuilder::image_volumes
  • Add PodCreateOptsBuilder::mounts
  • Add PodCreateOptsBuilder::overlay_volumes
  • Add PodCreateOptsBuilder::portmappings
  • Add PodCreateOptsBuilder::security_opt
  • Add PodCreateOptsBuilder::service_container_id
  • Add PodCreateOptsBuilder::share_parent
  • Add PodCreateOptsBuilder::shm_size
  • Add PodCreateOptsBuilder::utsns
  • Add PodCreateOptsBuilder::volumes
  • Add PodCreateOptsBuilder::idmappings
  • Add PodCreateOptsBuilder::exit_policy
  • Add ContainerCreateOptsBuilder::chroot_directories
  • Add ContainerCreateOptsBuilder::envmerge
  • Add ContainerCreateOptsBuilder::groups
  • Add ContainerCreateOptsBuilder::health_check_on_failure_action
  • Add ContainerCreateOptsBuilder::hostusers
  • Add ContainerCreateOptsBuilder::image_os
  • Add ContainerCreateOptsBuilder::image_variant
  • Add ContainerCreateOptsBuilder::image_arch
  • Add ContainerCreateOptsBuilder::manage_password
  • Add ContainerCreateOptsBuilder::mounts
  • Add ContainerCreateOptsBuilder::passwd_entry
  • Add ImageBuildOptsBuilder::all_platforms
  • Add ImageBuildOptsBuilder::unset_env
  • Add ManifestCreateOptsBuilder::amend
  • Add ManifestImageAddOptsBuilder::os_features
  • Add ManifestPushOptsBuilder::quiet
  • Add ManifestPushOptsBuilder::tls_verify
  • Add ContainerRestoreOptsBuilder::pod
  • Add ImagesRemoveOptsBuilder::ignore
  • Add ImagesRemoveOptsBuilder::lookup_manifest
  • Add ImagePushOptsBuilder::quiet
  • Add NetworkCreateOptsBuilder::created

... (truncated)

Commits
  • 9f7a162 Bump version
  • 3ca9403 Handle some race conditions in tests
  • dbfc654 Bump models version
  • 33cf4bf Exec detach (#155)
  • 32b6e9b Fix response validation handler
  • 2149147 Bump stubs version to v4.4.2 and version of crate to dev
  • a7a20bd Bump version
  • 08f5616 Bump stubs version
  • 34c8f52 Use serialize_vec to serialize json opts to avoid string allocation
  • 01364f7 Install podman by wildcard to avoid problems when upgrades happen
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/podman-api-0.10.0 branch from 6102b07 to 4e02cb4 Compare April 29, 2023 20:51
Bumps [podman-api](https://github.com/vv9k/podman-api-rs) from 0.4.0 to 0.10.0.
- [Release notes](https://github.com/vv9k/podman-api-rs/releases)
- [Changelog](https://github.com/vv9k/podman-api-rs/blob/master/CHANGELOG.md)
- [Commits](vv9k/podman-api-rs@0.4.0...0.10.0)

---
updated-dependencies:
- dependency-name: podman-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/podman-api-0.10.0 branch from 4e02cb4 to 60c4ca9 Compare April 29, 2023 21:30
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