Skip to content

Commit 247f3b0

Browse files
authored
[resoto][chore] Bump 3.9.0 (#1934)
1 parent da36b50 commit 247f3b0

File tree

25 files changed

+43
-43
lines changed

25 files changed

+43
-43
lines changed

plugins/aws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "resoto-plugin-aws"
3-
version = "3.8.1"
3+
version = "3.9.0"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Runs collector plugins and sends the result to resotocore."
66
license = { text="AGPLv3" }
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"resotodata",
3232
"retrying",
3333
"boto3",

plugins/azure/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "resoto-plugin-azure"
3-
version = "3.8.1"
3+
version = "3.9.0"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Runs collector plugins and sends the result to resotocore."
66
license = { text="AGPLv3" }
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"retrying",
3232
"azure-identity",
3333
"azure-mgmt-resource"

plugins/digitalocean/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-digitalocean"
33
description = "Resoto DigitalOcean Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"boto3",
3232
"requests",
3333
"botocore",

plugins/dockerhub/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-dockerhub"
33
description = "Resoto Docker Hub Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"requests",
3232

3333
]

plugins/example_collector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-example-collector"
33
description = "Resoto Example Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
]
3232

3333
[project.entry-points."resoto.plugins"]

plugins/gcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-gcp"
33
description = "Resoto GCP Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"google-api-python-client",
3232
"oauth2client",
3333
"retrying",

plugins/github/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-github"
33
description = "Resoto Github Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"PyGithub",
3232
]
3333

plugins/k8s/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-k8s"
33
description = "Resoto Kubernetes Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"kubernetes",
3232
]
3333

plugins/onelogin/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-onelogin"
33
description = "Resoto OneLogin Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"onelogin==2.0.4",
3232
]
3333

plugins/onprem/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "resoto-plugin-onprem"
33
description = "Resoto On-Premises Collector Plugin"
4-
version = "3.8.1"
4+
version = "3.9.0"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.9"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"resotolib==3.8.1",
30+
"resotolib==3.9.0",
3131
"paramiko",
3232
]
3333

0 commit comments

Comments
 (0)