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

[fixinventory][chore] Bump 4.0.0a4 #1958

Merged
merged 1 commit into from
Feb 28, 2024
Merged
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
2 changes: 1 addition & 1 deletion fixcore/fixcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.0a3"
__version__ = "4.0.0a4"


def version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion fixcore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventorycore"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{name="Some Engineering Inc."}]
description = "Keeps all the things."
license = { text="AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion fixlib/fixlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0a3"
__version__ = "4.0.0a4"
2 changes: 1 addition & 1 deletion fixlib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventorylib"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{ name = "Some Engineering Inc." }]
description = "Fix Inventory common library."
license = { text = "AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion fixmetrics/fixmetrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0a3"
__version__ = "4.0.0a4"
4 changes: 2 additions & 2 deletions fixmetrics/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventorymetrics"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{name="Some Engineering Inc."}]
description = "Exports Fix Inventory metrics in Prometheus format."
license = { text="AGPLv3" }
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.0a3"
"fixinventorylib==4.0.0a4"
]

[pyproject.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fixshell/fixshell/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0a3"
__version__ = "4.0.0a4"
4 changes: 2 additions & 2 deletions fixshell/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventoryshell"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{name="Some Engineering Inc."}]
description = "Commandline interpreter to interact with Fix Inventory."
license = { text="AGPLv3" }
Expand Down Expand Up @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"}
keywords = ["cloud security"]

dependencies = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"prompt-toolkit",
"rich",
"fixinventoryclient",
Expand Down
2 changes: 1 addition & 1 deletion fixworker/fixworker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0a3"
__version__ = "4.0.0a4"
4 changes: 2 additions & 2 deletions fixworker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventoryworker"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{ name = "Some Engineering Inc." }]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
Expand All @@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"]
readme = { file = "README.md", content-type = "text/markdown" }

dependencies = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"tenacity",
"CherryPy",
]
Expand Down
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 = "fixinventory-plugin-aws"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"fixinventorydata",
"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 = "fixinventory-plugin-azure"
version = "4.0.0a3"
version = "4.0.0a4"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-digitalocean"
description = "Fix DigitalOcean Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-dockerhub"
description = "Fix Docker Hub Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-example-collector"
description = "Fix Example Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
]

[project.entry-points."fix.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 = "fixinventory-plugin-gcp"
description = "Fix GCP Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-github"
description = "Fix Github Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-k8s"
description = "Fix Kubernetes Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-onelogin"
description = "Fix OneLogin Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-onprem"
description = "Fix On-Premises Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-posthog"
description = "Fix Posthog Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-random"
description = "Fix Random Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
]

[project.entry-points."fix.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 = "fixinventory-plugin-scarf"
description = "Fix Scarf Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-slack"
description = "Fix Slack Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"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 = "fixinventory-plugin-vsphere"
description = "Fix VSphere Collector Plugin"
version = "4.0.0a3"
version = "4.0.0a4"
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 = [
"fixinventorylib==4.0.0a3",
"fixinventorylib==4.0.0a4",
"pyvmomi",
]

Expand Down
Loading