From 07a896ee1670397481a7ccb4d10fbdc81f2573a8 Mon Sep 17 00:00:00 2001 From: eti-codefresh Date: Tue, 2 May 2023 11:13:58 +0300 Subject: [PATCH 1/2] update run pipeline documentation --- docs/content/pipelines/Run Pipeline.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/pipelines/Run Pipeline.md b/docs/content/pipelines/Run Pipeline.md index 8fef78c36..0a11842ca 100644 --- a/docs/content/pipelines/Run Pipeline.md +++ b/docs/content/pipelines/Run Pipeline.md @@ -34,13 +34,13 @@ The pipeline will be triggered multiple times according to the array length. } ] ``` -### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.82.8 +### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.83.1 #### Variable yaml file with single variable set with encrypted variables ```yaml - key: val: value encrypted: true - key2: key1 + key2: val2 ``` diff --git a/package.json b/package.json index 3dc62d6da..10d7533b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.83.1", + "version": "0.83.2", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true, From f1ab59eea8f30eba674ab7cb2d937834f1cf1f7a Mon Sep 17 00:00:00 2001 From: eti-codefresh Date: Tue, 2 May 2023 16:35:19 +0300 Subject: [PATCH 2/2] empty