Skip to content

Commit

Permalink
[resoto][chore] Bump 3.6.5 (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Jul 25, 2023
1 parent 92e1f7e commit d71bd07
Show file tree
Hide file tree
Showing 33 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions plugins/aws/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-aws"
version = "3.6.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4" ]
dependencies = [ "resotolib==3.6.5" ]

[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.4"
version = "3.6.5"
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.4",
"resoto-plugin-aws==3.6.4"
"resotolib==3.6.5",
"resoto-plugin-aws==3.6.5"
]

[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.4"
version = "3.6.5"
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.4",
"resoto-plugin-aws==3.6.4"
"resotolib==3.6.5",
"resoto-plugin-aws==3.6.5"
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

[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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
"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.4"
version = "3.6.5"
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.4",
"resotolib==3.6.5",
]

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

0 comments on commit d71bd07

Please sign in to comment.