summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-18 17:49:09 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-18 17:49:09 +0300
commit3032ffec06cc78cb08a44df7e2235548cb8377c6 (patch)
tree05a2c592a392e0c2f291fe931361a3e4766058df
parent8039f9610f958d6541ca2a61337cca5aa9a2cfa3 (diff)
downloadick2-3032ffec06cc78cb08a44df7e2235548cb8377c6.tar.gz
Change: NEWS
-rw-r--r--NEWS13
1 files 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.
+ <https://ick.liw.fi/conduct/> has the canonical copy.
+
Version 0.52.1, released 2018-06-12
----------------------------------