From 3032ffec06cc78cb08a44df7e2235548cb8377c6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Jul 2018 17:49:09 +0300 Subject: Change: NEWS --- NEWS | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c9a3308..0ab0e5f 100644 --- a/NEWS +++ b/NEWS @@ -28,22 +28,25 @@ Version 0.52.1+git, not yet released * Icktool shows a more humane error message if getting a token fails, instead of a Python stack trace. +* Icktool will now give a more humane error message if user triggers + the build of a project that doesn't exist, instead of a Python stack + trace. + * Icktool now looks for credentials using both the controller URL, and the authentication URL. * Icktool can now download artifacts from the artifact store, with the new `get-artifact` subcomand. -* Icktool will now give a more humane error message if user triggers - the build of a project that doesn't exist, instead of a Python stack - trace. - -* The `archive: workspace` action now takes an optional `glob` field, +* The `archive: workspace` action now takes an optional `globs` field, which is a list of Unix filename globs, for what to include in the artifact. Also, optionally the field `name_from` can be used to specify the name of a project parameter, which contains the name of the artifact. The default is the `artifact_name` parameter. +* A Code of Conduct has been added to the ick project. + has the canonical copy. + Version 0.52.1, released 2018-06-12 ---------------------------------- -- cgit v1.2.1