dcp
dcp copied to clipboard
build(deps): bump podman-api from 0.4.0 to 0.10.0
Bumps podman-api from 0.4.0 to 0.10.0.
Changelog
Sourced from podman-api's changelog.
0.10.0
- BREAKING
Exec::startnow returnsResult<Option<tty::Multiplexer>>(wasResult<tty::Multiplexer>) #155- Bump models to v4.4.4
0.9.0
- Add
ContainerDeleteOpts::timeout- Change
Exec::startto async fn returning a tty::Multiplexer (the same asContainer::attach)- Remove
Exec::newto avoid creation of invalid execs.- Execs retrieved by id from
Execs::getcannot be started due to no knowledge of their tty state. To start an exec instance retrieve it fromContainer::create_exec.- Bump models to v4.3.1
- Fix type of
InspectPodInfraConfig::port_bindings,InspectNetworkSettings::port,InspectContainerHostConfig::port_bindings0.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
9f7a162Bump version3ca9403Handle some race conditions in testsdbfc654Bump models version33cf4bfExec detach (#155)32b6e9bFix response validation handler2149147Bump stubs version to v4.4.2 and version of crate to deva7a20bdBump version08f5616Bump stubs version34c8f52Useserialize_vecto serialize json opts to avoid string allocation01364f7Install podman by wildcard to avoid problems when upgrades happen- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)