You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking API changes in bollard 0.20:
- Move options structs to query_parameters module (CreateContainerOptions,
StartContainerOptions, StopContainerOptions, RemoveContainerOptions,
LogsOptions, BuildImageOptions, CreateImageOptions, TagImageOptions,
CreateVolumeOptions, RemoveVolumeOptions, PruneContainersOptions,
PruneImagesOptions, PruneNetworksOptions, DataUsageOptions)
- Replace container Config with ContainerCreateBody (models module)
- Replace CreateVolumeOptions with VolumeCreateRequest (models module)
- Change exposed_ports from HashMap to Vec<String>
- Add required platform/target fields to BuildImageOptions
- Change t field from i64 to Option<i32> in StopContainerOptions
- Add signal field to StopContainerOptions
- Remove generics from StartContainerOptions and LogsOptions
- Change build_image body to Either<Full<Bytes>, StreamBody<...>>
- Change BuildInfo.error to error_detail.message (nested Option)
- Change CreateImageInfo.error to error_detail.message
- Update SystemDataUsageResponse with new *DiskUsage sub-structs
- Remove generics from prune_* methods
- Add required argument to df() method
Closes#15https://claude.ai/code/session_01HC3UStk1vUaD7rjrsJ3vUA
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments