diff --git a/plugins/aws/requirements.txt b/plugins/aws/requirements.txt index 29b1b5697..aae99e54c 100644 --- a/plugins/aws/requirements.txt +++ b/plugins/aws/requirements.txt @@ -1,4 +1,4 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 retrying==1.3.3 SQLAlchemy==1.4.37 boto3==1.24.4 diff --git a/plugins/aws/setup.py b/plugins/aws/setup.py index ad550c74c..ae8bcf533 100644 --- a/plugins/aws/setup.py +++ b/plugins/aws/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-aws", - version="2.3.0a0", + version="2.3.0", description="Resoto AWS Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/cleanup_aws_alarms/requirements.txt b/plugins/cleanup_aws_alarms/requirements.txt index 45f362f68..d907e8ea2 100644 --- a/plugins/cleanup_aws_alarms/requirements.txt +++ b/plugins/cleanup_aws_alarms/requirements.txt @@ -1,3 +1,3 @@ -resotolib==2.3.0a0 -resoto-plugin-aws==2.3.0a0 +resotolib==2.3.0 +resoto-plugin-aws==2.3.0 PyYAML==6.0 diff --git a/plugins/cleanup_aws_alarms/setup.py b/plugins/cleanup_aws_alarms/setup.py index 5b547da8a..68fd291fa 100644 --- a/plugins/cleanup_aws_alarms/setup.py +++ b/plugins/cleanup_aws_alarms/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-cleanup-aws-alarms", - version="2.3.0a0", + version="2.3.0", description="AWS Cloudwatch Alarms Cleaner Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/cleanup_aws_loadbalancers/requirements.txt b/plugins/cleanup_aws_loadbalancers/requirements.txt index ff6c824f9..abca23e70 100644 --- a/plugins/cleanup_aws_loadbalancers/requirements.txt +++ b/plugins/cleanup_aws_loadbalancers/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 -resoto-plugin-aws==2.3.0a0 +resotolib==2.3.0 +resoto-plugin-aws==2.3.0 diff --git a/plugins/cleanup_aws_loadbalancers/setup.py b/plugins/cleanup_aws_loadbalancers/setup.py index f1782f353..467401e27 100644 --- a/plugins/cleanup_aws_loadbalancers/setup.py +++ b/plugins/cleanup_aws_loadbalancers/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-cleanup-aws-loadbalancers", - version="2.3.0a0", + version="2.3.0", description="AWS Loadbalancers Cleaner Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/cleanup_aws_vpcs/requirements.txt b/plugins/cleanup_aws_vpcs/requirements.txt index 45f362f68..d907e8ea2 100644 --- a/plugins/cleanup_aws_vpcs/requirements.txt +++ b/plugins/cleanup_aws_vpcs/requirements.txt @@ -1,3 +1,3 @@ -resotolib==2.3.0a0 -resoto-plugin-aws==2.3.0a0 +resotolib==2.3.0 +resoto-plugin-aws==2.3.0 PyYAML==6.0 diff --git a/plugins/cleanup_aws_vpcs/setup.py b/plugins/cleanup_aws_vpcs/setup.py index 9e7d06e58..67ca1d239 100644 --- a/plugins/cleanup_aws_vpcs/setup.py +++ b/plugins/cleanup_aws_vpcs/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-cleanup-aws-vpcs", - version="2.3.0a0", + version="2.3.0", description="AWS VPC Cleaner Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/cleanup_expired/requirements.txt b/plugins/cleanup_expired/requirements.txt index c9d5d3a81..742fcabc2 100644 --- a/plugins/cleanup_expired/requirements.txt +++ b/plugins/cleanup_expired/requirements.txt @@ -1 +1 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 diff --git a/plugins/cleanup_expired/setup.py b/plugins/cleanup_expired/setup.py index a739ffcf1..76350732e 100644 --- a/plugins/cleanup_expired/setup.py +++ b/plugins/cleanup_expired/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-cleanup-expired", - version="2.3.0a0", + version="2.3.0", description="Resoto Expired Resource Cleanup Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/cleanup_untagged/requirements.txt b/plugins/cleanup_untagged/requirements.txt index be6d564c6..f54cedca0 100644 --- a/plugins/cleanup_untagged/requirements.txt +++ b/plugins/cleanup_untagged/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 PyYAML==6.0 diff --git a/plugins/cleanup_untagged/setup.py b/plugins/cleanup_untagged/setup.py index 62134c3ab..0d59391e7 100644 --- a/plugins/cleanup_untagged/setup.py +++ b/plugins/cleanup_untagged/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-cleanup-untagged", - version="2.3.0a0", + version="2.3.0", description="Resoto Cleanup Untagged Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/cleanup_volumes/requirements.txt b/plugins/cleanup_volumes/requirements.txt index c9d5d3a81..742fcabc2 100644 --- a/plugins/cleanup_volumes/requirements.txt +++ b/plugins/cleanup_volumes/requirements.txt @@ -1 +1 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 diff --git a/plugins/cleanup_volumes/setup.py b/plugins/cleanup_volumes/setup.py index 2049e27a3..dcf51b3fb 100644 --- a/plugins/cleanup_volumes/setup.py +++ b/plugins/cleanup_volumes/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-cleanup-volumes", - version="2.3.0a0", + version="2.3.0", description="Volume Cleaner Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/digitalocean/requirements.txt b/plugins/digitalocean/requirements.txt index 1bfccaa19..549aab089 100644 --- a/plugins/digitalocean/requirements.txt +++ b/plugins/digitalocean/requirements.txt @@ -1,4 +1,4 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 boto3==1.24.4 requests>=2.27.1 botocore==1.27.4 diff --git a/plugins/digitalocean/setup.py b/plugins/digitalocean/setup.py index d0fddf243..b3b61c358 100644 --- a/plugins/digitalocean/setup.py +++ b/plugins/digitalocean/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-digitalocean", - version="2.3.0a0", + version="2.3.0", description="Resoto DigitalOcean Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/digitalocean_k8s/requirements.txt b/plugins/digitalocean_k8s/requirements.txt index c9d5d3a81..742fcabc2 100644 --- a/plugins/digitalocean_k8s/requirements.txt +++ b/plugins/digitalocean_k8s/requirements.txt @@ -1 +1 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 diff --git a/plugins/digitalocean_k8s/setup.py b/plugins/digitalocean_k8s/setup.py index c170eab07..61076f8a3 100644 --- a/plugins/digitalocean_k8s/setup.py +++ b/plugins/digitalocean_k8s/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-digitalocean-k8s", - version="2.3.0a0", + version="2.3.0", description="Resoto DigitalOcean-K8s Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/example_collector/requirements.txt b/plugins/example_collector/requirements.txt index c9d5d3a81..742fcabc2 100644 --- a/plugins/example_collector/requirements.txt +++ b/plugins/example_collector/requirements.txt @@ -1 +1 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 diff --git a/plugins/example_collector/setup.py b/plugins/example_collector/setup.py index 306248340..ecb3df33e 100644 --- a/plugins/example_collector/setup.py +++ b/plugins/example_collector/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-example-collector", - version="2.3.0a0", + version="2.3.0", description="Resoto Example Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/gcp/requirements.txt b/plugins/gcp/requirements.txt index 98cee2fb7..ffb7a8825 100644 --- a/plugins/gcp/requirements.txt +++ b/plugins/gcp/requirements.txt @@ -1,4 +1,4 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 google-api-python-client==2.50.0 oauth2client==4.1.3 retrying==1.3.3 diff --git a/plugins/gcp/setup.py b/plugins/gcp/setup.py index c06031dd4..f5d9e281b 100644 --- a/plugins/gcp/setup.py +++ b/plugins/gcp/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-gcp", - version="2.3.0a0", + version="2.3.0", description="Resoto GCP Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/github/requirements.txt b/plugins/github/requirements.txt index 1c654cd2c..5c0ae26af 100644 --- a/plugins/github/requirements.txt +++ b/plugins/github/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 PyGithub==1.55 diff --git a/plugins/github/setup.py b/plugins/github/setup.py index 42e552b66..a7dae7124 100644 --- a/plugins/github/setup.py +++ b/plugins/github/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-github", - version="2.3.0a0", + version="2.3.0", description="Resoto Github Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/k8s/requirements.txt b/plugins/k8s/requirements.txt index 685f6b667..f1269534b 100644 --- a/plugins/k8s/requirements.txt +++ b/plugins/k8s/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 kubernetes==23.6.0 diff --git a/plugins/k8s/setup.py b/plugins/k8s/setup.py index 0029445be..6744a0af2 100644 --- a/plugins/k8s/setup.py +++ b/plugins/k8s/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-k8s", - version="2.3.0a0", + version="2.3.0", description="Resoto Kubernetes Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/onelogin/requirements.txt b/plugins/onelogin/requirements.txt index 386dad695..b04e8515d 100644 --- a/plugins/onelogin/requirements.txt +++ b/plugins/onelogin/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 onelogin==2.0.3 diff --git a/plugins/onelogin/setup.py b/plugins/onelogin/setup.py index fdd0792c0..eb7eff2f7 100644 --- a/plugins/onelogin/setup.py +++ b/plugins/onelogin/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-onelogin", - version="2.3.0a0", + version="2.3.0", description="Resoto OneLogin Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/onprem/requirements.txt b/plugins/onprem/requirements.txt index ead7faa32..0494e7ec9 100644 --- a/plugins/onprem/requirements.txt +++ b/plugins/onprem/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 paramiko==2.10.4 diff --git a/plugins/onprem/setup.py b/plugins/onprem/setup.py index fb87627d7..fe0bee5f8 100644 --- a/plugins/onprem/setup.py +++ b/plugins/onprem/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-onprem", - version="2.3.0a0", + version="2.3.0", description="Resoto On-Premises Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/protector/requirements.txt b/plugins/protector/requirements.txt index be6d564c6..f54cedca0 100644 --- a/plugins/protector/requirements.txt +++ b/plugins/protector/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 PyYAML==6.0 diff --git a/plugins/protector/setup.py b/plugins/protector/setup.py index cd07df4c4..129655a1d 100644 --- a/plugins/protector/setup.py +++ b/plugins/protector/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-protector", - version="2.3.0a0", + version="2.3.0", description="Resoto Protector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/slack/requirements.txt b/plugins/slack/requirements.txt index b17ac2dac..cdd18b8fc 100644 --- a/plugins/slack/requirements.txt +++ b/plugins/slack/requirements.txt @@ -1,3 +1,3 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 slack-sdk==3.16.0 retrying==1.3.3 diff --git a/plugins/slack/setup.py b/plugins/slack/setup.py index 786d49d10..d7d88555b 100644 --- a/plugins/slack/setup.py +++ b/plugins/slack/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-slack", - version="2.3.0a0", + version="2.3.0", description="Resoto Slack Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/tagvalidator/requirements.txt b/plugins/tagvalidator/requirements.txt index be6d564c6..f54cedca0 100644 --- a/plugins/tagvalidator/requirements.txt +++ b/plugins/tagvalidator/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 PyYAML==6.0 diff --git a/plugins/tagvalidator/setup.py b/plugins/tagvalidator/setup.py index 7bbd54df8..e327d672e 100644 --- a/plugins/tagvalidator/setup.py +++ b/plugins/tagvalidator/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-tagvalidator", - version="2.3.0a0", + version="2.3.0", description="Resoto Tag Validator Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/plugins/vsphere/requirements.txt b/plugins/vsphere/requirements.txt index dcc41c44d..f966b9504 100644 --- a/plugins/vsphere/requirements.txt +++ b/plugins/vsphere/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 pyvmomi==7.0.3 diff --git a/plugins/vsphere/setup.py b/plugins/vsphere/setup.py index c87f889e3..6434d1841 100644 --- a/plugins/vsphere/setup.py +++ b/plugins/vsphere/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name="resoto-plugin-vsphere", - version="2.3.0a0", + version="2.3.0", description="Resoto VSphere Collector Plugin", license="Apache 2.0", packages=find_packages(), diff --git a/resoto-bundle/pyproject.toml b/resoto-bundle/pyproject.toml index bc4eb726a..e1e7a9854 100644 --- a/resoto-bundle/pyproject.toml +++ b/resoto-bundle/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resoto" -version = "2.2.0" +version = "2.3.0" description = "Resoto bundle - single package for Resoto components" authors = ["Some Engineering Inc."] license = "Apache-2.0" diff --git a/resotocore/requirements.txt b/resotocore/requirements.txt index 40919722a..b58eba8d8 100644 --- a/resotocore/requirements.txt +++ b/resotocore/requirements.txt @@ -14,7 +14,7 @@ aiostream==0.4.4 tzlocal==4.2 frozendict==2.1.3 # 2.2.0 can not be marshalled as json any longer PyYAML==6.0 -resotolib==2.3.0a0 +resotolib==2.3.0 jq==1.2.2 posthog==1.4.8 ustache==0.1.5 diff --git a/resotocore/resotocore/__init__.py b/resotocore/resotocore/__init__.py index 3a89873e1..93be0e67c 100644 --- a/resotocore/resotocore/__init__.py +++ b/resotocore/resotocore/__init__.py @@ -11,7 +11,7 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2022 Some Engineering Inc." -__version__ = "2.3.0a0" +__version__ = "2.3.0" def version() -> str: diff --git a/resotocore/setup.py b/resotocore/setup.py index 7e2e02974..8769dfe03 100644 --- a/resotocore/setup.py +++ b/resotocore/setup.py @@ -22,7 +22,7 @@ setup( name="resotocore", - version="2.3.0a0", + version="2.3.0", description="Keeps all the things.", python_requires=">=3.5", classifiers=["Programming Language :: Python :: 3"], diff --git a/resotoeventlog/requirements.txt b/resotoeventlog/requirements.txt index 06cfd2f7d..089fa0f0f 100644 --- a/resotoeventlog/requirements.txt +++ b/resotoeventlog/requirements.txt @@ -3,7 +3,7 @@ aiohttp-swagger3==0.7.2 aiohttp[speedups]==3.8.1 aiostream==0.4.4 -resotolib==2.3.0a0 +resotolib==2.3.0 setuptools~=62.3.3 jsons~=1.6.2 diff --git a/resotoeventlog/resotoeventlog/__init__.py b/resotoeventlog/resotoeventlog/__init__.py index 46bee6874..ad37ccad0 100644 --- a/resotoeventlog/resotoeventlog/__init__.py +++ b/resotoeventlog/resotoeventlog/__init__.py @@ -11,7 +11,7 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2022 Some Engineering Inc." -__version__ = "2.3.0a0" +__version__ = "2.3.0" def version() -> str: diff --git a/resotoeventlog/setup.py b/resotoeventlog/setup.py index c1d85b673..bce13eb3c 100644 --- a/resotoeventlog/setup.py +++ b/resotoeventlog/setup.py @@ -22,7 +22,7 @@ setup( name="resotoeventlog", - version="2.3.0a0", + version="2.3.0", description="Event log aggregator for resoto.", python_requires=">=3.5", classifiers=["Programming Language :: Python :: 3"], diff --git a/resotolib/resotolib/__init__.py b/resotolib/resotolib/__init__.py index 1148e84ac..91c57b40e 100644 --- a/resotolib/resotolib/__init__.py +++ b/resotolib/resotolib/__init__.py @@ -11,4 +11,4 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2022 Some Engineering Inc." -__version__ = "2.3.0a0" +__version__ = "2.3.0" diff --git a/resotometrics/requirements.txt b/resotometrics/requirements.txt index be6d564c6..f54cedca0 100644 --- a/resotometrics/requirements.txt +++ b/resotometrics/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 PyYAML==6.0 diff --git a/resotometrics/resotometrics/__init__.py b/resotometrics/resotometrics/__init__.py index 52d4beb0b..d28a011ed 100644 --- a/resotometrics/resotometrics/__init__.py +++ b/resotometrics/resotometrics/__init__.py @@ -11,4 +11,4 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2022 Some Engineering Inc." -__version__ = "2.3.0a0" +__version__ = "2.3.0" diff --git a/resotoshell/requirements.txt b/resotoshell/requirements.txt index 2ba651b5d..0c7278a65 100644 --- a/resotoshell/requirements.txt +++ b/resotoshell/requirements.txt @@ -1,5 +1,5 @@ prompt-toolkit==3.0.29 requests-toolbelt==0.9.1 rich==12.4.4 -resotolib==2.3.0a0 +resotolib==2.3.0 resotoclient==0.1.12 diff --git a/resotoshell/resotoshell/__init__.py b/resotoshell/resotoshell/__init__.py index 18aca2153..d7fdec1f5 100644 --- a/resotoshell/resotoshell/__init__.py +++ b/resotoshell/resotoshell/__init__.py @@ -11,4 +11,4 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2022 Some Engineering Inc." -__version__ = "2.3.0a0" +__version__ = "2.3.0" diff --git a/resotoworker/requirements.txt b/resotoworker/requirements.txt index 2f0f3ad80..bff02b6b3 100644 --- a/resotoworker/requirements.txt +++ b/resotoworker/requirements.txt @@ -1,2 +1,2 @@ -resotolib==2.3.0a0 +resotolib==2.3.0 tenacity==8.0.1 diff --git a/resotoworker/resotoworker/__init__.py b/resotoworker/resotoworker/__init__.py index 4333f4208..86d77caa8 100644 --- a/resotoworker/resotoworker/__init__.py +++ b/resotoworker/resotoworker/__init__.py @@ -11,4 +11,4 @@ __author__ = "Some Engineering Inc." __license__ = "Apache 2.0" __copyright__ = "Copyright © 2022 Some Engineering Inc." -__version__ = "2.3.0a0" +__version__ = "2.3.0"