From 8866254ec3196096fe82cc6220457524e42cd94e Mon Sep 17 00:00:00 2001 From: Jess Valarezo Date: Tue, 31 Oct 2017 15:14:08 -0700 Subject: [PATCH] update notes with ctr changes Signed-off-by: Jess Valarezo --- releases/v1.0.0-beta.3.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/releases/v1.0.0-beta.3.toml b/releases/v1.0.0-beta.3.toml index b667d2636..95a2af165 100644 --- a/releases/v1.0.0-beta.3.toml +++ b/releases/v1.0.0-beta.3.toml @@ -18,4 +18,16 @@ the client and ctr tool.""" # notable prs to include in the release notes, 1234 is the pr number [notes] + [notes.ctr] + title= "`ctr` makeover" + description = """\ +`ctr` is getting a ~makeover~! The end goal is for commands to be consistent and scoped. +Most notably: +- `push`, `pull` are now `images` subcommands: `ctr images push`, `ctr images pull` +- `fetch`, `fetch-object`, and `push-object` are `content` subcommands +- `rootfs unpack` is now `snapshot unpack` +- `apply` no longer exists. RIP""" + + + [breaking]