Skip to content

Commit

Permalink
[resoto][chore] Bump release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jun 21, 2022
1 parent 04399c3 commit a516fbf
Show file tree
Hide file tree
Showing 52 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/setup.py
Expand Up @@ -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(),
Expand Down
4 changes: 2 additions & 2 deletions 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
2 changes: 1 addition & 1 deletion plugins/cleanup_aws_alarms/setup.py
Expand Up @@ -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(),
Expand Down
4 changes: 2 additions & 2 deletions 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
2 changes: 1 addition & 1 deletion plugins/cleanup_aws_loadbalancers/setup.py
Expand Up @@ -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(),
Expand Down
4 changes: 2 additions & 2 deletions 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
2 changes: 1 addition & 1 deletion plugins/cleanup_aws_vpcs/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/cleanup_expired/requirements.txt
@@ -1 +1 @@
resotolib==2.3.0a0
resotolib==2.3.0
2 changes: 1 addition & 1 deletion plugins/cleanup_expired/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/cleanup_untagged/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
PyYAML==6.0
2 changes: 1 addition & 1 deletion plugins/cleanup_untagged/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/cleanup_volumes/requirements.txt
@@ -1 +1 @@
resotolib==2.3.0a0
resotolib==2.3.0
2 changes: 1 addition & 1 deletion plugins/cleanup_volumes/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion plugins/digitalocean/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/digitalocean_k8s/requirements.txt
@@ -1 +1 @@
resotolib==2.3.0a0
resotolib==2.3.0
2 changes: 1 addition & 1 deletion plugins/digitalocean_k8s/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/example_collector/requirements.txt
@@ -1 +1 @@
resotolib==2.3.0a0
resotolib==2.3.0
2 changes: 1 addition & 1 deletion plugins/example_collector/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion plugins/gcp/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
PyGithub==1.55
2 changes: 1 addition & 1 deletion plugins/github/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/k8s/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
kubernetes==23.6.0
2 changes: 1 addition & 1 deletion plugins/k8s/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/onelogin/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
onelogin==2.0.3
2 changes: 1 addition & 1 deletion plugins/onelogin/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/onprem/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
paramiko==2.10.4
2 changes: 1 addition & 1 deletion plugins/onprem/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/protector/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
PyYAML==6.0
2 changes: 1 addition & 1 deletion plugins/protector/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion plugins/slack/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/tagvalidator/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
PyYAML==6.0
2 changes: 1 addition & 1 deletion plugins/tagvalidator/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/vsphere/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
pyvmomi==7.0.3
2 changes: 1 addition & 1 deletion plugins/vsphere/setup.py
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion resotocore/requirements.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resotocore/resotocore/__init__.py
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion resotocore/setup.py
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion resotoeventlog/requirements.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion resotoeventlog/resotoeventlog/__init__.py
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion resotoeventlog/setup.py
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion resotolib/resotolib/__init__.py
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion resotometrics/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
PyYAML==6.0
2 changes: 1 addition & 1 deletion resotometrics/resotometrics/__init__.py
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion resotoshell/resotoshell/__init__.py
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion resotoworker/requirements.txt
@@ -1,2 +1,2 @@
resotolib==2.3.0a0
resotolib==2.3.0
tenacity==8.0.1
2 changes: 1 addition & 1 deletion resotoworker/resotoworker/__init__.py
Expand Up @@ -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"

0 comments on commit a516fbf

Please sign in to comment.