Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps podman-api from 0.4.0 to 0.9.0.

Changelog

Sourced from podman-api's changelog.

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
  • Add NetworkCreateOptsBuilder::subnets
  • Add SecretCreateOptsBuilder::driver_opts
  • Add SecretCreateOptsBuilder::labels
  • Add SystemdUnitsOptsBuilder::additional_env_variables

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

@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/podman-api-0.9.0 branch from 8e1ce9a to 09d523b Compare March 6, 2023 03:11
@dependabot dependabot bot force-pushed the dependabot/cargo/podman-api-0.9.0 branch from 09d523b to f636b13 Compare March 13, 2023 16:11
Bumps [podman-api](https://github.com/vv9k/podman-api-rs) from 0.4.0 to 0.9.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.9.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.9.0 branch from f636b13 to 7ea7462 Compare March 15, 2023 15:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2023

Superseded by #107.

@dependabot dependabot bot closed this Apr 3, 2023
@dependabot dependabot bot deleted the dependabot/cargo/podman-api-0.9.0 branch April 3, 2023 02:05
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