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.1 #1785

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugins/azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_aws_alarms/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions plugins/cleanup_aws_loadbalancers/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand All @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions plugins/cleanup_aws_vpcs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_expired/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_untagged/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/cleanup_volumes/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/digitalocean/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dockerhub/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

]
Expand Down
4 changes: 2 additions & 2 deletions plugins/example_collector/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugins/github/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

Expand Down
4 changes: 2 additions & 2 deletions plugins/k8s/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

Expand Down
4 changes: 2 additions & 2 deletions plugins/onelogin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/onprem/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

Expand Down
4 changes: 2 additions & 2 deletions plugins/posthog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

Expand Down
4 changes: 2 additions & 2 deletions plugins/protector/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/random/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/scarf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

Expand Down
4 changes: 2 additions & 2 deletions plugins/slack/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
]
Expand Down
4 changes: 2 additions & 2 deletions plugins/tagvalidator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down
Loading
Loading