Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[resoto][chore] Bump 3.7.0 #1761

Merged
merged 1 commit into from Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/aws/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-aws"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to resotocore."
license = {file="LICENSE"}
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"resotodata",
"retrying",
"boto3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/azure/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-azure"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to resotocore."
license = {file="LICENSE"}
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"retrying",
"azure-identity",
"azure-mgmt-resource"
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_aws_alarms/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-cleanup-aws-alarms"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
description = "AWS Cloudwatch Alarms Cleaner Plugin"
license = {file="LICENSE"}
Expand All @@ -26,7 +26,7 @@ classifiers = [
]
readme = {file="README.md", content-type="text/markdown"}

dependencies = [ "resotolib==3.6.5" ]
dependencies = [ "resotolib==3.7.0" ]

[project.entry-points."resoto.plugins"]
cleanup_aws_alarms = "resoto_plugin_cleanup_aws_alarms:CleanupAWSAlarmsPlugin"
Expand Down
6 changes: 3 additions & 3 deletions plugins/cleanup_aws_loadbalancers/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-cleanup-aws-loadbalancers"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
description = "AWS Loadbalancers Cleaner Plugin"
license = {file="LICENSE"}
Expand All @@ -27,8 +27,8 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resoto-plugin-aws==3.6.5"
"resotolib==3.7.0",
"resoto-plugin-aws==3.7.0"
]

[project.entry-points."resoto.plugins"]
Expand Down
6 changes: 3 additions & 3 deletions plugins/cleanup_aws_vpcs/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-cleanup-aws-vpcs"
description = "AWS VPC Cleaner Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,8 +27,8 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resoto-plugin-aws==3.6.5"
"resotolib==3.7.0",
"resoto-plugin-aws==3.7.0"
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_expired/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-cleanup-expired"
description = "Resoto Expired Resource Cleanup Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_untagged/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-cleanup-untagged"
description = "Resoto Cleanup Untagged Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_volumes/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-cleanup-volumes"
description = "Volume Cleaner Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/digitalocean/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-digitalocean"
description = "Resoto DigitalOcean Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"boto3",
"requests",
"botocore",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dockerhub/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-dockerhub"
description = "Resoto Docker Hub Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"requests",

]
Expand Down
4 changes: 2 additions & 2 deletions plugins/example_collector/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-example-collector"
description = "Resoto Example Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/gcp/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-gcp"
description = "Resoto GCP Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"google-api-python-client",
"oauth2client",
"retrying",
Expand Down
4 changes: 2 additions & 2 deletions plugins/github/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-github"
description = "Resoto Github Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"PyGithub",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/k8s/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-k8s"
description = "Resoto Kubernetes Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"kubernetes",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/onelogin/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-onelogin"
description = "Resoto OneLogin Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"onelogin==2.0.4",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/onprem/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-onprem"
description = "Resoto On-Premises Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"paramiko",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/posthog/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-posthog"
description = "Resoto Posthog Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"requests",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/protector/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-protector"
description = "Resoto Protector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/random/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-random"
description = "Resoto Random Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/scarf/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-scarf"
description = "Resoto Scarf Collector Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"requests",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/slack/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-slack"
description = "Resoto Slack Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
"slack-sdk",
"retrying",
]
Expand Down
4 changes: 2 additions & 2 deletions plugins/tagvalidator/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-tagvalidator"
description = "Resoto Tag Validator Plugin"
version = "3.6.5"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.9"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.5",
"resotolib==3.7.0",
]

[project.entry-points."resoto.plugins"]
Expand Down