diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 4f7c4ec849..237453f507 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resoto-plugin-aws" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = { text="AGPLv3" } @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "resotodata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 1518732660..18d3b4d262 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resoto-plugin-azure" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = { text="AGPLv3" } @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 96dbded001..4d4dd95d76 100644 --- a/plugins/digitalocean/pyproject.toml +++ b/plugins/digitalocean/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-digitalocean" description = "Resoto DigitalOcean Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 2429149992..33ec60c579 100644 --- a/plugins/dockerhub/pyproject.toml +++ b/plugins/dockerhub/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-dockerhub" description = "Resoto Docker Hub Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index c600cf6d69..860e99fac9 100644 --- a/plugins/example_collector/pyproject.toml +++ b/plugins/example_collector/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-example-collector" description = "Resoto Example Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index dfefff26c0..db34015656 100644 --- a/plugins/gcp/pyproject.toml +++ b/plugins/gcp/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-gcp" description = "Resoto GCP Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "google-api-python-client", "oauth2client", "retrying", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 62598a03a9..f0ce7eb429 100644 --- a/plugins/github/pyproject.toml +++ b/plugins/github/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-github" description = "Resoto Github Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 93baa13c88..dd49a8e056 100644 --- a/plugins/k8s/pyproject.toml +++ b/plugins/k8s/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-k8s" description = "Resoto Kubernetes Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index c66248abc0..106dbd2350 100644 --- a/plugins/onelogin/pyproject.toml +++ b/plugins/onelogin/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-onelogin" description = "Resoto OneLogin Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "onelogin==2.0.4", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index fc8bcf25fd..e3c69d82d2 100644 --- a/plugins/onprem/pyproject.toml +++ b/plugins/onprem/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-onprem" description = "Resoto On-Premises Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index 898d907c52..d51599fad8 100644 --- a/plugins/posthog/pyproject.toml +++ b/plugins/posthog/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-posthog" description = "Resoto Posthog Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index d501fbcefb..24fac0e384 100644 --- a/plugins/random/pyproject.toml +++ b/plugins/random/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-random" description = "Resoto Random Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 3f348266e6..63362a8d3e 100644 --- a/plugins/scarf/pyproject.toml +++ b/plugins/scarf/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-scarf" description = "Resoto Scarf Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index f9605bf22e..04e68177e4 100644 --- a/plugins/slack/pyproject.toml +++ b/plugins/slack/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-slack" description = "Resoto Slack Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "slack-sdk", "retrying", ] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index 70c2f59040..3daec7c5dd 100644 --- a/plugins/vsphere/pyproject.toml +++ b/plugins/vsphere/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-vsphere" description = "Resoto VSphere Collector Plugin" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] license = {file="LICENSE"} requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "pyvmomi", ] diff --git a/resotocore/pyproject.toml b/resotocore/pyproject.toml index 24258f11ff..4d908a53a4 100644 --- a/resotocore/pyproject.toml +++ b/resotocore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotocore" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] description = "Keeps all the things." license = { text="AGPLv3" } diff --git a/resotocore/resotocore/__init__.py b/resotocore/resotocore/__init__.py index 4acbacda2c..dd079ca0bf 100644 --- a/resotocore/resotocore/__init__.py +++ b/resotocore/resotocore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.7.0" +__version__ = "3.8.0" def version() -> str: diff --git a/resotolib/pyproject.toml b/resotolib/pyproject.toml index fd3f55d5b3..b949ae9ec6 100644 --- a/resotolib/pyproject.toml +++ b/resotolib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotolib" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] description = "Resoto common library." license = { text="AGPLv3" } diff --git a/resotolib/resotolib/__init__.py b/resotolib/resotolib/__init__.py index 46f67e7f8d..32a781905a 100644 --- a/resotolib/resotolib/__init__.py +++ b/resotolib/resotolib/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.8.0" diff --git a/resotometrics/pyproject.toml b/resotometrics/pyproject.toml index 04314a0837..cf7f2617c5 100644 --- a/resotometrics/pyproject.toml +++ b/resotometrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotometrics" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] description = "Exports Resoto metrics in Prometheus format." license = { text="AGPLv3" } @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0" + "resotolib==3.8.0" ] [pyproject.optional-dependencies] diff --git a/resotometrics/resotometrics/__init__.py b/resotometrics/resotometrics/__init__.py index 46f67e7f8d..32a781905a 100644 --- a/resotometrics/resotometrics/__init__.py +++ b/resotometrics/resotometrics/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.8.0" diff --git a/resotoshell/pyproject.toml b/resotoshell/pyproject.toml index 4db551f217..37400a742d 100644 --- a/resotoshell/pyproject.toml +++ b/resotoshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotoshell" -version = "3.7.0" +version = "3.8.0" authors = [{name="Some Engineering Inc."}] description = "Commandline interpreter to interact with Resoto." license = { text="AGPLv3" } @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"} keywords = ["cloud security"] dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "prompt-toolkit", "rich", "resotoclient", diff --git a/resotoshell/resotoshell/__init__.py b/resotoshell/resotoshell/__init__.py index 46f67e7f8d..32a781905a 100644 --- a/resotoshell/resotoshell/__init__.py +++ b/resotoshell/resotoshell/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.8.0" diff --git a/resotoworker/pyproject.toml b/resotoworker/pyproject.toml index 99c787e59a..3ba3e46426 100644 --- a/resotoworker/pyproject.toml +++ b/resotoworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotoworker" -version = "3.7.0" +version = "3.8.0" authors = [{ name = "Some Engineering Inc." }] description = "Runs collector plugins and sends the result to resotocore." license = { text="AGPLv3" } @@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"] readme = { file = "README.md", content-type = "text/markdown" } dependencies = [ - "resotolib==3.7.0", + "resotolib==3.8.0", "tenacity", "CherryPy", ] diff --git a/resotoworker/resotoworker/__init__.py b/resotoworker/resotoworker/__init__.py index 46f67e7f8d..32a781905a 100644 --- a/resotoworker/resotoworker/__init__.py +++ b/resotoworker/resotoworker/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.8.0"