diff --git a/fixcore/fixcore/__init__.py b/fixcore/fixcore/__init__.py index c40cb0be94..2d5729b30b 100644 --- a/fixcore/fixcore/__init__.py +++ b/fixcore/fixcore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.1.0" +__version__ = "4.2.0" def version() -> str: diff --git a/fixcore/pyproject.toml b/fixcore/pyproject.toml index 2ef84831f1..0b942acd5b 100644 --- a/fixcore/pyproject.toml +++ b/fixcore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorycore" -version = "4.1.0" +version = "4.2.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 7039708762..0fd7811c0d 100644 --- a/fixlib/fixlib/__init__.py +++ b/fixlib/fixlib/__init__.py @@ -1 +1 @@ -__version__ = "4.1.0" +__version__ = "4.2.0" diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index 17ad3db31f..c5a4ebb86f 100644 --- a/fixlib/pyproject.toml +++ b/fixlib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorylib" -version = "4.1.0" +version = "4.2.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 7039708762..0fd7811c0d 100644 --- a/fixmetrics/fixmetrics/__init__.py +++ b/fixmetrics/fixmetrics/__init__.py @@ -1 +1 @@ -__version__ = "4.1.0" +__version__ = "4.2.0" diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index 7077ece7c0..8db4235806 100644 --- a/fixmetrics/pyproject.toml +++ b/fixmetrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorymetrics" -version = "4.1.0" +version = "4.2.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.1.0" + "fixinventorylib==4.2.0" ] [pyproject.optional-dependencies] diff --git a/fixshell/fixshell/__init__.py b/fixshell/fixshell/__init__.py index 7039708762..0fd7811c0d 100644 --- a/fixshell/fixshell/__init__.py +++ b/fixshell/fixshell/__init__.py @@ -1 +1 @@ -__version__ = "4.1.0" +__version__ = "4.2.0" diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index b43ef5d6d9..66bc9f1c32 100644 --- a/fixshell/pyproject.toml +++ b/fixshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryshell" -version = "4.1.0" +version = "4.2.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.1.0", + "fixinventorylib==4.2.0", "prompt-toolkit", "rich", "fixinventoryclient", diff --git a/fixworker/fixworker/__init__.py b/fixworker/fixworker/__init__.py index 7039708762..0fd7811c0d 100644 --- a/fixworker/fixworker/__init__.py +++ b/fixworker/fixworker/__init__.py @@ -1 +1 @@ -__version__ = "4.1.0" +__version__ = "4.2.0" diff --git a/fixworker/pyproject.toml b/fixworker/pyproject.toml index 0b227dd0c0..8ac46c5153 100644 --- a/fixworker/pyproject.toml +++ b/fixworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryworker" -version = "4.1.0" +version = "4.2.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.1.0", + "fixinventorylib==4.2.0", "tenacity", "CherryPy", ] diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 41291c4876..bea127a988 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-aws" -version = "4.1.0" +version = "4.2.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.1.0", + "fixinventorylib==4.2.0", "fixinventorydata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 39840acd17..8782636f40 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-azure" -version = "4.1.0" +version = "4.2.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.1.0", + "fixinventorylib==4.2.0", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 8434fe5cbf..dd4be149bf 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 2ec0eae1d9..f3d3a7a588 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index c0e3d25fb2..e8ced6f4b3 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", ] [project.entry-points."fix.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index 4563bea3e3..9734f6060f 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "fixinventorydata", "google-api-python-client", "oauth2client", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 044dac4b17..d297cfdfa7 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "PyGithub", ] diff --git a/plugins/hetzner/pyproject.toml b/plugins/hetzner/pyproject.toml index 35ffae2a94..1ddc989b69 100644 --- a/plugins/hetzner/pyproject.toml +++ b/plugins/hetzner/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fixinventory-plugin-hetzner" description = "Fix Hetzner Collector Plugin" -version = "4.1.0" +version = "4.2.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.1.0", + "fixinventorylib==4.2.0", "hcloud==2.2.0", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 9ac4381de4..41645a0121 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 3d99ad1647..f03a067dac 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "onelogin==2.0.4", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index d72ca8a047..606ec57b9c 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index c5f9d39d43..f7b520cd22 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", ] [project.entry-points."fix.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 062be84af1..7769a16272 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 9f8a24bb9a..a1c76678e2 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.1.0" +version = "4.2.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.12" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.1.0", + "fixinventorylib==4.2.0", "slack-sdk", "retrying", ]