From 3fc722f02b65916ce6240af7a219213fed6ad134 Mon Sep 17 00:00:00 2001 From: Michal Gershenzon Date: Mon, 14 Aug 2017 09:26:37 +0000 Subject: [PATCH] Namespaces release note Add a release note for the namespace feature. Change-Id: I0b2f3dd9dd95e7bb2c3d554dc3779264bfe04f71 Partially-Implements: blueprint create-and-run-workflows-within-a-namespace --- .../notes/add-namespaces-to-cli-9d20e7fcb07c223f.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/add-namespaces-to-cli-9d20e7fcb07c223f.yaml diff --git a/releasenotes/notes/add-namespaces-to-cli-9d20e7fcb07c223f.yaml b/releasenotes/notes/add-namespaces-to-cli-9d20e7fcb07c223f.yaml new file mode 100644 index 00000000..d9e86e27 --- /dev/null +++ b/releasenotes/notes/add-namespaces-to-cli-9d20e7fcb07c223f.yaml @@ -0,0 +1,10 @@ +--- +features: + - | + Using namespaces is now supported from the client. It is possible to use + the namespace flag with all workflows commands and when creating a workflow + execution. Namespace feature allows a user to add two workflows with the + same name to Mistral as long as they are within two different namespaces. + Namespace will also be visible in the table printed when using the CLI to + get info about workflows. Plus, the CLI will print the workflow namespace + along with the workflow name where needed.