Skip to content

Commit

Permalink
[resoto][chore] Bump 3.9.0 (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Feb 20, 2024
1 parent da36b50 commit 247f3b0
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions plugins/aws/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-aws"
version = "3.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.0",
"retrying",
"azure-identity",
"azure-mgmt-resource"
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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.0",
"requests",
]

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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.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.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.0",
"slack-sdk",
"retrying",
]
Expand Down
4 changes: 2 additions & 2 deletions plugins/vsphere/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "resoto-plugin-vsphere"
description = "Resoto VSphere Collector Plugin"
version = "3.8.1"
version = "3.9.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.8.1",
"resotolib==3.9.0",
"pyvmomi",
]

Expand Down
2 changes: 1 addition & 1 deletion resotocore/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resotocore"
version = "3.8.1"
version = "3.9.0"
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
@@ -1,4 +1,4 @@
__version__ = "3.8.1"
__version__ = "3.9.0"


def version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion resotolib/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resotolib"
version = "3.8.1"
version = "3.9.0"
authors = [{ name = "Some Engineering Inc." }]
description = "Resoto common library."
license = { text = "AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion resotolib/resotolib/__init__.py
@@ -1 +1 @@
__version__ = "3.8.1"
__version__ = "3.9.0"
4 changes: 2 additions & 2 deletions resotometrics/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resotometrics"
version = "3.8.1"
version = "3.9.0"
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.8.1"
"resotolib==3.9.0"
]

[pyproject.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion resotometrics/resotometrics/__init__.py
@@ -1 +1 @@
__version__ = "3.8.1"
__version__ = "3.9.0"
4 changes: 2 additions & 2 deletions resotoshell/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resotoshell"
version = "3.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.0",
"prompt-toolkit",
"rich",
"resotoclient",
Expand Down
2 changes: 1 addition & 1 deletion resotoshell/resotoshell/__init__.py
@@ -1 +1 @@
__version__ = "3.8.1"
__version__ = "3.9.0"
4 changes: 2 additions & 2 deletions resotoworker/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resotoworker"
version = "3.8.1"
version = "3.9.0"
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.8.1",
"resotolib==3.9.0",
"tenacity",
"CherryPy",
]
Expand Down
2 changes: 1 addition & 1 deletion resotoworker/resotoworker/__init__.py
@@ -1 +1 @@
__version__ = "3.8.1"
__version__ = "3.9.0"

0 comments on commit 247f3b0

Please sign in to comment.