From c06e498bb576c30be84ee7ed64f6de5a4c3beec8 Mon Sep 17 00:00:00 2001 From: stanley Date: Wed, 23 Jun 2021 19:04:55 +0000 Subject: [PATCH 1/4] Update version info for release - 3.5.0 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index c1d862e1..5a958026 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.5dev +3.5 From 867b9bb70be2cac867af304f33de8cbededfec51 Mon Sep 17 00:00:00 2001 From: Piotr Banas Date: Wed, 1 Sep 2021 19:02:22 +0200 Subject: [PATCH 2/4] Pinning docutils version 0.16.0 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6bfdc351..12e30d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +docutils==0.16.0 sphinx>=2.4.4,<3.0 sphinx-autobuild sphinx-sitemap==2.1.0 From b07bed8c1f91c4d5176792741f046c0fd00cc8bb Mon Sep 17 00:00:00 2001 From: jbarry1506 Date: Thu, 28 Oct 2021 14:04:37 -0400 Subject: [PATCH 3/4] Corrected Ubuntu version from 16.04 to 18.04 --- docs/source/install/vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/vagrant.rst b/docs/source/install/vagrant.rst index 421baa36..e29b0e5d 100644 --- a/docs/source/install/vagrant.rst +++ b/docs/source/install/vagrant.rst @@ -31,7 +31,7 @@ Starting a StackStorm Vagrant VM is easy: vagrant up vagrant ssh -This will boot up a fresh StackStorm installation on Ubuntu 16.04 LTS. +This will boot up a fresh StackStorm installation on Ubuntu 18.04 LTS. You can access Web UI at ``https://10.10.10.10/`` or SSH to the box ``vagrant ssh`` if you prefer st2 CLI. Virtual Appliance / OVA From 3f99e3b98c4f2aae6b9837e7ffe924cfe8695135 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 16 Jun 2025 09:19:19 +0200 Subject: [PATCH 4/4] [v3.5] Use version in installation url. --- docs/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index d88b542b..8b4fd442 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -53,7 +53,7 @@ on Ubuntu, or ``sudo yum install curl nss`` on RHEL/CentOS. Then run this comman .. code-block:: bash - bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe + bash <(curl -sSL https://stackstorm.com/packages/v3.5/install.sh) --user=st2admin --password=Ch@ngeMe This is an opinionated installation of |st2|. It will download and install all components, as per the :doc:`single host reference deployment <./overview>`. It assumes that you have a clean, basic