diff --git a/fixcore/fixcore/__init__.py b/fixcore/fixcore/__init__.py index faf36a150b..fc1dfdc2d0 100644 --- a/fixcore/fixcore/__init__.py +++ b/fixcore/fixcore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0a3" +__version__ = "4.0.0a4" def version() -> str: diff --git a/fixcore/pyproject.toml b/fixcore/pyproject.toml index 8b4c103b60..3e066979bb 100644 --- a/fixcore/pyproject.toml +++ b/fixcore/pyproject.toml @@ -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" } diff --git a/fixlib/fixlib/__init__.py b/fixlib/fixlib/__init__.py index d49525ed82..12081b2dc4 100644 --- a/fixlib/fixlib/__init__.py +++ b/fixlib/fixlib/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0a3" +__version__ = "4.0.0a4" diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index 29b500e109..609e549e5e 100644 --- a/fixlib/pyproject.toml +++ b/fixlib/pyproject.toml @@ -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" } diff --git a/fixmetrics/fixmetrics/__init__.py b/fixmetrics/fixmetrics/__init__.py index d49525ed82..12081b2dc4 100644 --- a/fixmetrics/fixmetrics/__init__.py +++ b/fixmetrics/fixmetrics/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0a3" +__version__ = "4.0.0a4" diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index d7b721742d..ee251b2b08 100644 --- a/fixmetrics/pyproject.toml +++ b/fixmetrics/pyproject.toml @@ -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" } @@ -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] diff --git a/fixshell/fixshell/__init__.py b/fixshell/fixshell/__init__.py index d49525ed82..12081b2dc4 100644 --- a/fixshell/fixshell/__init__.py +++ b/fixshell/fixshell/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0a3" +__version__ = "4.0.0a4" diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index ea5d18964a..f1de670ff6 100644 --- a/fixshell/pyproject.toml +++ b/fixshell/pyproject.toml @@ -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" } @@ -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", diff --git a/fixworker/fixworker/__init__.py b/fixworker/fixworker/__init__.py index d49525ed82..12081b2dc4 100644 --- a/fixworker/fixworker/__init__.py +++ b/fixworker/fixworker/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0a3" +__version__ = "4.0.0a4" diff --git a/fixworker/pyproject.toml b/fixworker/pyproject.toml index f1da3370ba..e7cb2a7faf 100644 --- a/fixworker/pyproject.toml +++ b/fixworker/pyproject.toml @@ -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" } @@ -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", ] diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index f3cea93630..1a540141fb 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -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" } @@ -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", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 70dddaa49d..865c033410 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -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" } @@ -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" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index ae56c496e6..5648cc951f 100644 --- a/plugins/digitalocean/pyproject.toml +++ b/plugins/digitalocean/pyproject.toml @@ -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" @@ -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", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index f1e98c26b7..ade2277066 100644 --- a/plugins/dockerhub/pyproject.toml +++ b/plugins/dockerhub/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index 921bca6462..e150d69f89 100644 --- a/plugins/example_collector/pyproject.toml +++ b/plugins/example_collector/pyproject.toml @@ -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" @@ -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"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index 6ccad9ab31..5a618b9f0d 100644 --- a/plugins/gcp/pyproject.toml +++ b/plugins/gcp/pyproject.toml @@ -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" @@ -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", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 21bea9e833..67309276eb 100644 --- a/plugins/github/pyproject.toml +++ b/plugins/github/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index cb2f6fe286..01b861873f 100644 --- a/plugins/k8s/pyproject.toml +++ b/plugins/k8s/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index cd9c4069b1..efab411800 100644 --- a/plugins/onelogin/pyproject.toml +++ b/plugins/onelogin/pyproject.toml @@ -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" @@ -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", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index b39fae2444..4ff9ff4033 100644 --- a/plugins/onprem/pyproject.toml +++ b/plugins/onprem/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index 33a8af6d71..8f334af266 100644 --- a/plugins/posthog/pyproject.toml +++ b/plugins/posthog/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index 788b96a564..f029a66802 100644 --- a/plugins/random/pyproject.toml +++ b/plugins/random/pyproject.toml @@ -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" @@ -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"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index e328a13ac9..a01fadad07 100644 --- a/plugins/scarf/pyproject.toml +++ b/plugins/scarf/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index db18122b43..6178b8b893 100644 --- a/plugins/slack/pyproject.toml +++ b/plugins/slack/pyproject.toml @@ -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" @@ -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", ] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index af21e00579..5c1a0867c5 100644 --- a/plugins/vsphere/pyproject.toml +++ b/plugins/vsphere/pyproject.toml @@ -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" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.0a3", + "fixinventorylib==4.0.0a4", "pyvmomi", ]