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 #1789

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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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/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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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/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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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 = { text="AGPLv3" }
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/vsphere/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

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

Expand Down
2 changes: 1 addition & 1 deletion resotocore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = { text="AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion resotocore/resotocore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.7.0"
__version__ = "3.7.1"


def version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion resotolib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = { text="AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion resotolib/resotolib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.7.1"
4 changes: 2 additions & 2 deletions resotometrics/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = { text="AGPLv3" }
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion resotometrics/resotometrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.7.1"
4 changes: 2 additions & 2 deletions resotoshell/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = { text="AGPLv3" }
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion resotoshell/resotoshell/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.7.1"
4 changes: 2 additions & 2 deletions resotoworker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = { text="AGPLv3" }
Expand All @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion resotoworker/resotoworker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.7.1"
Loading