diff --git a/fixcore/fixcore/__init__.py b/fixcore/fixcore/__init__.py index 8bbe05eb7d..c40cb0be94 100644 --- a/fixcore/fixcore/__init__.py +++ b/fixcore/fixcore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.6" +__version__ = "4.1.0" def version() -> str: diff --git a/fixcore/pyproject.toml b/fixcore/pyproject.toml index 81b5ea1b18..da1b70a012 100644 --- a/fixcore/pyproject.toml +++ b/fixcore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorycore" -version = "4.0.6" +version = "4.1.0" 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 d15f23d854..7039708762 100644 --- a/fixlib/fixlib/__init__.py +++ b/fixlib/fixlib/__init__.py @@ -1 +1 @@ -__version__ = "4.0.6" +__version__ = "4.1.0" diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index 6537cd699b..4e991362c5 100644 --- a/fixlib/pyproject.toml +++ b/fixlib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorylib" -version = "4.0.6" +version = "4.1.0" 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 d15f23d854..7039708762 100644 --- a/fixmetrics/fixmetrics/__init__.py +++ b/fixmetrics/fixmetrics/__init__.py @@ -1 +1 @@ -__version__ = "4.0.6" +__version__ = "4.1.0" diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index b1b4a51d90..2fca2b138d 100644 --- a/fixmetrics/pyproject.toml +++ b/fixmetrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorymetrics" -version = "4.0.6" +version = "4.1.0" 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.6" + "fixinventorylib==4.1.0" ] [pyproject.optional-dependencies] diff --git a/fixshell/fixshell/__init__.py b/fixshell/fixshell/__init__.py index d15f23d854..7039708762 100644 --- a/fixshell/fixshell/__init__.py +++ b/fixshell/fixshell/__init__.py @@ -1 +1 @@ -__version__ = "4.0.6" +__version__ = "4.1.0" diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index e3b8e5091a..ae5890cf88 100644 --- a/fixshell/pyproject.toml +++ b/fixshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryshell" -version = "4.0.6" +version = "4.1.0" 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.6", + "fixinventorylib==4.1.0", "prompt-toolkit", "rich", "fixinventoryclient", diff --git a/fixworker/fixworker/__init__.py b/fixworker/fixworker/__init__.py index d15f23d854..7039708762 100644 --- a/fixworker/fixworker/__init__.py +++ b/fixworker/fixworker/__init__.py @@ -1 +1 @@ -__version__ = "4.0.6" +__version__ = "4.1.0" diff --git a/fixworker/pyproject.toml b/fixworker/pyproject.toml index 66a025f10b..849d1ce562 100644 --- a/fixworker/pyproject.toml +++ b/fixworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryworker" -version = "4.0.6" +version = "4.1.0" 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.6", + "fixinventorylib==4.1.0", "tenacity", "CherryPy", ] diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index d5980bb243..e20d85b39b 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-aws" -version = "4.0.6" +version = "4.1.0" 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.6", + "fixinventorylib==4.1.0", "fixinventorydata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 0783d27df6..2b5d28088a 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-azure" -version = "4.0.6" +version = "4.1.0" 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.6", + "fixinventorylib==4.1.0", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 02598e2096..58f35171de 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 62feedcd5f..15eddcf63c 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index 97809db97d..13c329ebec 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", ] [project.entry-points."fix.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index 8cf3492fed..042009e70c 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "fixinventorydata", "google-api-python-client", "oauth2client", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 3c99830deb..22029a43b8 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index ca0ff5c0e6..298c116448 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 2c41cc3f75..9b69710d75 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "onelogin==2.0.4", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index 196fcce5bd..5721d767c3 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index c8b787a276..a47af6f802 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index e557c0341b..80367f80c8 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", ] [project.entry-points."fix.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index de6fdbf691..7b4716d7f5 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 383b193de1..450130ea5f 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "slack-sdk", "retrying", ] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index 085696b052..27e66119e1 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.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = {file="LICENSE"} requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "pyvmomi", ]