diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 6397d65314..09978f6343 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.7.1" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = {file="LICENSE"} @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "resotodata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 62c689167e..7f99b37e23 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.7.1" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = {file="LICENSE"} @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/cleanup_aws_alarms/pyproject.toml b/plugins/cleanup_aws_alarms/pyproject.toml index ea23480503..15a0b10e32 100644 --- a/plugins/cleanup_aws_alarms/pyproject.toml +++ b/plugins/cleanup_aws_alarms/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resoto-plugin-cleanup-aws-alarms" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "AWS Cloudwatch Alarms Cleaner Plugin" license = {file="LICENSE"} @@ -26,7 +26,7 @@ classifiers = [ ] readme = {file="README.md", content-type="text/markdown"} -dependencies = [ "resotolib==3.7.0" ] +dependencies = [ "resotolib==3.7.1" ] [project.entry-points."resoto.plugins"] cleanup_aws_alarms = "resoto_plugin_cleanup_aws_alarms:CleanupAWSAlarmsPlugin" diff --git a/plugins/cleanup_aws_loadbalancers/pyproject.toml b/plugins/cleanup_aws_loadbalancers/pyproject.toml index 5712ddea45..52642406dd 100644 --- a/plugins/cleanup_aws_loadbalancers/pyproject.toml +++ b/plugins/cleanup_aws_loadbalancers/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resoto-plugin-cleanup-aws-loadbalancers" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "AWS Loadbalancers Cleaner Plugin" license = {file="LICENSE"} @@ -27,8 +27,8 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", - "resoto-plugin-aws==3.7.0" + "resotolib==3.7.1", + "resoto-plugin-aws==3.7.1" ] [project.entry-points."resoto.plugins"] diff --git a/plugins/cleanup_aws_vpcs/pyproject.toml b/plugins/cleanup_aws_vpcs/pyproject.toml index fd1f812ba3..3ef017fb28 100644 --- a/plugins/cleanup_aws_vpcs/pyproject.toml +++ b/plugins/cleanup_aws_vpcs/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-cleanup-aws-vpcs" description = "AWS VPC Cleaner Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = {file="LICENSE"} requires-python = ">=3.9" @@ -27,8 +27,8 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", - "resoto-plugin-aws==3.7.0" + "resotolib==3.7.1", + "resoto-plugin-aws==3.7.1" ] [project.entry-points."resoto.plugins"] diff --git a/plugins/cleanup_expired/pyproject.toml b/plugins/cleanup_expired/pyproject.toml index 8af83bac0e..a38e4ed5f0 100644 --- a/plugins/cleanup_expired/pyproject.toml +++ b/plugins/cleanup_expired/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-cleanup-expired" description = "Resoto Expired Resource Cleanup Plugin" -version = "3.7.0" +version = "3.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/cleanup_untagged/pyproject.toml b/plugins/cleanup_untagged/pyproject.toml index 2e6b463869..85ed1c88ec 100644 --- a/plugins/cleanup_untagged/pyproject.toml +++ b/plugins/cleanup_untagged/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-cleanup-untagged" description = "Resoto Cleanup Untagged Plugin" -version = "3.7.0" +version = "3.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/cleanup_volumes/pyproject.toml b/plugins/cleanup_volumes/pyproject.toml index a51d79d4e0..81db7ed368 100644 --- a/plugins/cleanup_volumes/pyproject.toml +++ b/plugins/cleanup_volumes/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-cleanup-volumes" description = "Volume Cleaner Plugin" -version = "3.7.0" +version = "3.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 2287bb1a27..ffd1f35f5d 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.7.1" 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.7.1", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index c18e053481..82bbfaeff6 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.7.1" 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.7.1", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index 31fae4c07e..4374a82242 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.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index f5e0d5c025..bab3f8ab46 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.7.1" 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.7.1", "google-api-python-client", "oauth2client", "retrying", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 17d92cbbe4..42592f986e 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.7.1" 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.7.1", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 4e439fec14..f847df9d56 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.7.1" 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.7.1", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index c296575bb5..b2fe0f2bd8 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.7.1" 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.7.1", "onelogin==2.0.4", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index b6a43f32c9..8fe657c64d 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.7.1" 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.7.1", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index e1cacd39f1..288ccc9097 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.7.1" 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.7.1", "requests", ] diff --git a/plugins/protector/pyproject.toml b/plugins/protector/pyproject.toml index 74c8264ec4..afa5546cc2 100644 --- a/plugins/protector/pyproject.toml +++ b/plugins/protector/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-protector" description = "Resoto Protector Plugin" -version = "3.7.0" +version = "3.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index 63d2aea7b1..6356745418 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.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 124d71aca4..b270140d77 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.7.1" 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.7.1", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 795af30d87..67c7a83132 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.7.1" 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.7.1", "slack-sdk", "retrying", ] diff --git a/plugins/tagvalidator/pyproject.toml b/plugins/tagvalidator/pyproject.toml index 0b3211f447..ac28ce70d6 100644 --- a/plugins/tagvalidator/pyproject.toml +++ b/plugins/tagvalidator/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-tagvalidator" description = "Resoto Tag Validator Plugin" -version = "3.7.0" +version = "3.7.1" 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.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index 70c2f59040..6618cde992 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.7.1" 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.7.1", "pyvmomi", ] diff --git a/resotocore/pyproject.toml b/resotocore/pyproject.toml index 81da554bad..001923cacc 100644 --- a/resotocore/pyproject.toml +++ b/resotocore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotocore" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Keeps all the things." license = {file="LICENSE"} diff --git a/resotocore/resotocore/__init__.py b/resotocore/resotocore/__init__.py index fde00e9e24..a41c6a9367 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 © 2023 Some Engineering Inc." -__version__ = "3.7.0" +__version__ = "3.7.1" def version() -> str: diff --git a/resotolib/pyproject.toml b/resotolib/pyproject.toml index 8504d58ddd..ebff237e8f 100644 --- a/resotolib/pyproject.toml +++ b/resotolib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotolib" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Resoto common library." license = {file="LICENSE"} diff --git a/resotolib/resotolib/__init__.py b/resotolib/resotolib/__init__.py index 20414566cb..4cf3a23f6d 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 © 2023 Some Engineering Inc." -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/resotometrics/pyproject.toml b/resotometrics/pyproject.toml index b47b383c81..35238095ee 100644 --- a/resotometrics/pyproject.toml +++ b/resotometrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotometrics" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Exports Resoto metrics in Prometheus format." license = {file="LICENSE"} @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0" + "resotolib==3.7.1" ] [pyproject.optional-dependencies] diff --git a/resotometrics/resotometrics/__init__.py b/resotometrics/resotometrics/__init__.py index efd7127932..37d8502254 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 © 2023 Some Engineering Inc." -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/resotoshell/pyproject.toml b/resotoshell/pyproject.toml index 69160aadbf..140d39268d 100644 --- a/resotoshell/pyproject.toml +++ b/resotoshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotoshell" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Commandline interpreter to interact with Resoto." license = {file="LICENSE"} @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"} keywords = ["cloud security"] dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "prompt-toolkit", "rich", "resotoclient", diff --git a/resotoshell/resotoshell/__init__.py b/resotoshell/resotoshell/__init__.py index 4ca17deefc..b0c0651c64 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 © 2023 Some Engineering Inc." -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/resotoworker/pyproject.toml b/resotoworker/pyproject.toml index 9bdb7516fd..97f9796b0d 100644 --- a/resotoworker/pyproject.toml +++ b/resotoworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotoworker" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = {file="LICENSE"} @@ -9,7 +9,7 @@ classifiers = [ "Programming Language :: Python :: 3" ] readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "tenacity", "CherryPy", ] diff --git a/resotoworker/resotoworker/__init__.py b/resotoworker/resotoworker/__init__.py index 4c8331a540..497370fbd2 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 © 2023 Some Engineering Inc." -__version__ = "3.7.0" +__version__ = "3.7.1"