Skip to content

Commit

Permalink
Add latest to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Sep 15, 2023
1 parent b8bec2e commit 0b58b33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ bollard = "*"

#### Latest

Version `0.14` enables a `buildkit` feature for builds using public images (check the
[buildkit example](https://github.com/fussybeaver/bollard/blob/v0.14.0/examples/build_buildkit.rs)
for details on how to configure).
Version `0.15` enables more `buildkit` features, including [exporting builds to OCI
tarballs](https://docs.docker.com/build/exporters/oci-docker/) with the
[`image_export_oci`](https://docs.rs/bollard/latest/bollard/struct.Docker.html#method.image_export_oci)
method. Please note: all `buildkit` API's are under *developer preview*, feedback is
encouraged.

### Feature flags

Expand All @@ -51,7 +53,7 @@ for details on how to configure).

### Version

The [Docker API](https://docs.docker.com/engine/api/v1.41/) used by Bollard is using the latest
The [Docker API](https://docs.docker.com/engine/api/v1.43/) used by Bollard is using the latest
`1.43` documentation schema published by the [moby](https://github.com/moby/moby) project to
generate its serialization interface.

Expand Down
10 changes: 6 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
//!
//! ### Latest
//!
//! Version `0.14` enables a `buildkit` feature for builds using public images (check the
//! [buildkit example](https://github.com/fussybeaver/bollard/blob/v0.14.0/examples/build_buildkit.rs)
//! for details on how to configure).
//! Version `0.15` enables more `buildkit` features, including [exporting builds to OCI
//! tarballs](https://docs.docker.com/build/exporters/oci-docker/) with the
//! [`image_export_oci`](https://docs.rs/bollard/latest/bollard/struct.Docker.html#method.image_export_oci)
//! method. Please note: all `buildkit` API's are under *developer preview*, feedback is
//! encouraged.
//!
//! ## Feature flags
//!
Expand All @@ -51,7 +53,7 @@
//!
//! ## Version
//!
//! The [Docker API](https://docs.docker.com/engine/api/v1.41/) used by Bollard is using the latest
//! The [Docker API](https://docs.docker.com/engine/api/v1.43/) used by Bollard is using the latest
//! `1.43` documentation schema published by the [moby](https://github.com/moby/moby) project to
//! generate its serialization interface.
//!
Expand Down

0 comments on commit 0b58b33

Please sign in to comment.