Skip to content

Commit

Permalink
status: Drop warning
Browse files Browse the repository at this point in the history
Per the issue, having the API format be `v1alpha` is enough.

Closes: #297
Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Feb 2, 2024
1 parent 70a6c76 commit 8702bcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ pub(crate) async fn status(opts: super::cli::StatusOpts) -> Result<()> {
host
};

crate::utils::warning("note: The format of this API is not yet stable");

// If we're in JSON mode, then convert the ostree data into Rust-native
// structures that can be serialized.
// Filter to just the serializable status structures.
Expand Down

0 comments on commit 8702bcc

Please sign in to comment.