From b69e0c29c11fef3c7812a693916941939a18845c Mon Sep 17 00:00:00 2001 From: stanley Date: Fri, 18 Nov 2022 06:57:53 +0000 Subject: [PATCH] Update version info for release - 3.8.0 --- contrib/chatops/pack.yaml | 2 +- contrib/core/pack.yaml | 2 +- contrib/debug/pack.yaml | 2 +- contrib/default/pack.yaml | 2 +- contrib/examples/pack.yaml | 2 +- contrib/hello_st2/pack.yaml | 2 +- contrib/linux/pack.yaml | 2 +- contrib/packs/pack.yaml | 2 +- .../runners/action_chain_runner/action_chain_runner/__init__.py | 2 +- .../runners/announcement_runner/announcement_runner/__init__.py | 2 +- contrib/runners/http_runner/http_runner/__init__.py | 2 +- contrib/runners/inquirer_runner/inquirer_runner/__init__.py | 2 +- contrib/runners/local_runner/local_runner/__init__.py | 2 +- contrib/runners/noop_runner/noop_runner/__init__.py | 2 +- contrib/runners/orquesta_runner/orquesta_runner/__init__.py | 2 +- contrib/runners/python_runner/python_runner/__init__.py | 2 +- contrib/runners/remote_runner/remote_runner/__init__.py | 2 +- contrib/runners/winrm_runner/winrm_runner/__init__.py | 2 +- st2actions/st2actions/__init__.py | 2 +- st2api/st2api/__init__.py | 2 +- st2auth/st2auth/__init__.py | 2 +- st2client/st2client/__init__.py | 2 +- st2common/st2common/__init__.py | 2 +- st2reactor/st2reactor/__init__.py | 2 +- st2stream/st2stream/__init__.py | 2 +- st2tests/st2tests/__init__.py | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/contrib/chatops/pack.yaml b/contrib/chatops/pack.yaml index 2c5d0eeba3..2b02645925 100644 --- a/contrib/chatops/pack.yaml +++ b/contrib/chatops/pack.yaml @@ -1,7 +1,7 @@ --- name: chatops description: ChatOps integration pack -version: 1.1.0 +version: 3.8.0 python_versions: - "2" - "3" diff --git a/contrib/core/pack.yaml b/contrib/core/pack.yaml index 1334da4b91..57cce16b57 100644 --- a/contrib/core/pack.yaml +++ b/contrib/core/pack.yaml @@ -1,7 +1,7 @@ --- name : core description : Basic core actions. -version : 1.0.1 +version: 3.8.0 python_versions: - "2" - "3" diff --git a/contrib/debug/pack.yaml b/contrib/debug/pack.yaml index 41dd36b3d6..000a802bb5 100644 --- a/contrib/debug/pack.yaml +++ b/contrib/debug/pack.yaml @@ -3,6 +3,6 @@ description: Debug utilities for StackStorm ref: debug author: StackStorm Authors email: info@stackstorm.com -version: "0.0.1" +version: 3.8.0 python_versions: - "3" diff --git a/contrib/default/pack.yaml b/contrib/default/pack.yaml index 98d2834354..637f79b8cd 100644 --- a/contrib/default/pack.yaml +++ b/contrib/default/pack.yaml @@ -1,6 +1,6 @@ --- name: default description: Default pack where all resources created using the API with no pack specified get saved. -version: 1.0.0 +version: 3.8.0 author : StackStorm, Inc. email : info@stackstorm.com diff --git a/contrib/examples/pack.yaml b/contrib/examples/pack.yaml index 179584e2d0..87c02378ca 100644 --- a/contrib/examples/pack.yaml +++ b/contrib/examples/pack.yaml @@ -1,6 +1,6 @@ --- name: examples description: Example sensors, triggers, actions and rules. -version: 0.2.1 +version: 3.8.0 author : StackStorm, Inc. email : info@stackstorm.com diff --git a/contrib/hello_st2/pack.yaml b/contrib/hello_st2/pack.yaml index b40f1a7cf1..fc2424c867 100644 --- a/contrib/hello_st2/pack.yaml +++ b/contrib/hello_st2/pack.yaml @@ -12,7 +12,7 @@ keywords: - example - test # Pack version which must follow semver format (.. e.g. 1.0.0) -version: 0.1.0 +version: 3.8.0 # A list of major Python versions pack is tested with and works with. python_versions: - "2" diff --git a/contrib/linux/pack.yaml b/contrib/linux/pack.yaml index e8d84b5bcd..8debe25973 100644 --- a/contrib/linux/pack.yaml +++ b/contrib/linux/pack.yaml @@ -16,7 +16,7 @@ keywords: - open ports - processes - ps -version : 1.1.0 +version: 3.8.0 python_versions: - "2" - "3" diff --git a/contrib/packs/pack.yaml b/contrib/packs/pack.yaml index 531bd24c34..a0cd967c1d 100644 --- a/contrib/packs/pack.yaml +++ b/contrib/packs/pack.yaml @@ -1,7 +1,7 @@ --- name : packs description : Pack management functionality. -version : 2.0.0 +version: 3.8.0 python_versions: - "2" - "3" diff --git a/contrib/runners/action_chain_runner/action_chain_runner/__init__.py b/contrib/runners/action_chain_runner/action_chain_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/action_chain_runner/action_chain_runner/__init__.py +++ b/contrib/runners/action_chain_runner/action_chain_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/announcement_runner/announcement_runner/__init__.py b/contrib/runners/announcement_runner/announcement_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/announcement_runner/announcement_runner/__init__.py +++ b/contrib/runners/announcement_runner/announcement_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/http_runner/http_runner/__init__.py b/contrib/runners/http_runner/http_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/http_runner/http_runner/__init__.py +++ b/contrib/runners/http_runner/http_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/inquirer_runner/inquirer_runner/__init__.py b/contrib/runners/inquirer_runner/inquirer_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/inquirer_runner/inquirer_runner/__init__.py +++ b/contrib/runners/inquirer_runner/inquirer_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/local_runner/local_runner/__init__.py b/contrib/runners/local_runner/local_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/local_runner/local_runner/__init__.py +++ b/contrib/runners/local_runner/local_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/noop_runner/noop_runner/__init__.py b/contrib/runners/noop_runner/noop_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/noop_runner/noop_runner/__init__.py +++ b/contrib/runners/noop_runner/noop_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/orquesta_runner/orquesta_runner/__init__.py b/contrib/runners/orquesta_runner/orquesta_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/orquesta_runner/orquesta_runner/__init__.py +++ b/contrib/runners/orquesta_runner/orquesta_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/python_runner/python_runner/__init__.py b/contrib/runners/python_runner/python_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/python_runner/python_runner/__init__.py +++ b/contrib/runners/python_runner/python_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/remote_runner/remote_runner/__init__.py b/contrib/runners/remote_runner/remote_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/remote_runner/remote_runner/__init__.py +++ b/contrib/runners/remote_runner/remote_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/contrib/runners/winrm_runner/winrm_runner/__init__.py b/contrib/runners/winrm_runner/winrm_runner/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/contrib/runners/winrm_runner/winrm_runner/__init__.py +++ b/contrib/runners/winrm_runner/winrm_runner/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2actions/st2actions/__init__.py b/st2actions/st2actions/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2actions/st2actions/__init__.py +++ b/st2actions/st2actions/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2api/st2api/__init__.py b/st2api/st2api/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2api/st2api/__init__.py +++ b/st2api/st2api/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2auth/st2auth/__init__.py b/st2auth/st2auth/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2auth/st2auth/__init__.py +++ b/st2auth/st2auth/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2client/st2client/__init__.py b/st2client/st2client/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2client/st2client/__init__.py +++ b/st2client/st2client/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2common/st2common/__init__.py b/st2common/st2common/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2common/st2common/__init__.py +++ b/st2common/st2common/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2reactor/st2reactor/__init__.py b/st2reactor/st2reactor/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2reactor/st2reactor/__init__.py +++ b/st2reactor/st2reactor/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2stream/st2stream/__init__.py b/st2stream/st2stream/__init__.py index 767a932ecd..ceb47c1af8 100644 --- a/st2stream/st2stream/__init__.py +++ b/st2stream/st2stream/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.8dev" +__version__ = "3.8.0" diff --git a/st2tests/st2tests/__init__.py b/st2tests/st2tests/__init__.py index f52f90164a..da0d64f33d 100644 --- a/st2tests/st2tests/__init__.py +++ b/st2tests/st2tests/__init__.py @@ -30,4 +30,4 @@ "WorkflowTestCase", ] -__version__ = "3.8dev" +__version__ = "3.8.0"