From 64523e3702bcb7faf30aac2922ad3ac5c24f20f1 Mon Sep 17 00:00:00 2001 From: armab Date: Tue, 21 Apr 2020 21:20:36 +0100 Subject: [PATCH] Add a note about 'st2 pack install' behavior changes for v3.2 See https://github.com/StackStorm/st2docs/pull/973 and https://github.com/StackStorm/st2/pull/4743 --- docs/source/upgrade_notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/upgrade_notes.rst b/docs/source/upgrade_notes.rst index 52ce31884..a0e6816bb 100644 --- a/docs/source/upgrade_notes.rst +++ b/docs/source/upgrade_notes.rst @@ -31,6 +31,8 @@ Upgrade Notes task properly after the upgrade. * The key word ``continue`` is now a reserved word in orquesta v1.1.0. Orquesta will complain if the workflow definition contains a task that is named ``continue``. +* When installing packs from Exchange index ``st2 pack install `` will now download latest + release from the remote repository, instead of using latest available git commit from master as before. .. _ref-upgrade-notes-v3-0: