update notes with ctr changes

Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
Jess Valarezo 2017-10-31 15:14:08 -07:00 committed by Derek McGowan
parent 3289ca2fca
commit 8866254ec3
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -18,4 +18,16 @@ the client and ctr tool."""
# notable prs to include in the release notes, 1234 is the pr number # notable prs to include in the release notes, 1234 is the pr number
[notes] [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] [breaking]