From 4562d8d0da881b1c88b58db141c2e490c0b21672 Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Thu, 14 Mar 2024 13:59:58 +0100 Subject: [PATCH] [fix] Bump Version to 4.0.1 (#1992) --- fixcore/fixcore/__init__.py | 2 +- fixcore/pyproject.toml | 2 +- fixlib/fixlib/__init__.py | 2 +- fixlib/pyproject.toml | 2 +- fixmetrics/fixmetrics/__init__.py | 2 +- fixmetrics/pyproject.toml | 4 ++-- fixshell/fixshell/__init__.py | 2 +- fixshell/pyproject.toml | 4 ++-- fixworker/fixworker/__init__.py | 2 +- fixworker/pyproject.toml | 4 ++-- plugins/aws/pyproject.toml | 4 ++-- plugins/azure/pyproject.toml | 4 ++-- plugins/digitalocean/pyproject.toml | 4 ++-- plugins/dockerhub/pyproject.toml | 4 ++-- plugins/example_collector/pyproject.toml | 4 ++-- plugins/gcp/pyproject.toml | 4 ++-- plugins/github/pyproject.toml | 4 ++-- plugins/k8s/pyproject.toml | 4 ++-- plugins/onelogin/pyproject.toml | 4 ++-- plugins/onprem/pyproject.toml | 4 ++-- plugins/posthog/pyproject.toml | 4 ++-- plugins/random/pyproject.toml | 4 ++-- plugins/scarf/pyproject.toml | 4 ++-- plugins/slack/pyproject.toml | 4 ++-- plugins/vsphere/pyproject.toml | 4 ++-- 25 files changed, 43 insertions(+), 43 deletions(-) diff --git a/fixcore/fixcore/__init__.py b/fixcore/fixcore/__init__.py index a175155308..07709862e2 100644 --- a/fixcore/fixcore/__init__.py +++ b/fixcore/fixcore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" def version() -> str: diff --git a/fixcore/pyproject.toml b/fixcore/pyproject.toml index 95215869ff..eebfcc5c6c 100644 --- a/fixcore/pyproject.toml +++ b/fixcore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorycore" -version = "4.0.0" +version = "4.0.1" 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 ce1305bf4e..76ad18b89a 100644 --- a/fixlib/fixlib/__init__.py +++ b/fixlib/fixlib/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index 2f7e2125be..285ec825c3 100644 --- a/fixlib/pyproject.toml +++ b/fixlib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorylib" -version = "4.0.0" +version = "4.0.1" 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 ce1305bf4e..76ad18b89a 100644 --- a/fixmetrics/fixmetrics/__init__.py +++ b/fixmetrics/fixmetrics/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index fca220b834..9d815511ba 100644 --- a/fixmetrics/pyproject.toml +++ b/fixmetrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorymetrics" -version = "4.0.0" +version = "4.0.1" 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.0" + "fixinventorylib==4.0.1" ] [pyproject.optional-dependencies] diff --git a/fixshell/fixshell/__init__.py b/fixshell/fixshell/__init__.py index ce1305bf4e..76ad18b89a 100644 --- a/fixshell/fixshell/__init__.py +++ b/fixshell/fixshell/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index d8ff457c80..9a18808d6a 100644 --- a/fixshell/pyproject.toml +++ b/fixshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryshell" -version = "4.0.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "prompt-toolkit", "rich", "fixinventoryclient", diff --git a/fixworker/fixworker/__init__.py b/fixworker/fixworker/__init__.py index ce1305bf4e..76ad18b89a 100644 --- a/fixworker/fixworker/__init__.py +++ b/fixworker/fixworker/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/fixworker/pyproject.toml b/fixworker/pyproject.toml index 6a2925b2b5..5bf0286524 100644 --- a/fixworker/pyproject.toml +++ b/fixworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryworker" -version = "4.0.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "tenacity", "CherryPy", ] diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 31b9f43743..482b6d339a 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-aws" -version = "4.0.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "fixinventorydata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index da73cc4a63..24f6d4c6f0 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-azure" -version = "4.0.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 025b10882a..e0ddf8444a 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 931205d0b1..8cb0641cd8 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index 6e8046c27e..bea21a8349 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", ] [project.entry-points."fix.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index 0f9c44dcb3..f7f3996eca 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "google-api-python-client", "oauth2client", "retrying", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index ce12dd5eef..7b08ca66d6 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 8f2b94c97a..4dae17ce68 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 2cbcd19d37..d0d0bd486c 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "onelogin==2.0.4", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index fca76971c1..a5bf6d2258 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index e90ad70645..367c1ee21a 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index eeb693efab..d61e42a428 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", ] [project.entry-points."fix.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 55d63f47e0..e5873c02a9 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 3f251aec20..0809f95c6a 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "slack-sdk", "retrying", ] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index 5129d600e5..9dbc288ae5 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.0" +version = "4.0.1" 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.0", + "fixinventorylib==4.0.1", "pyvmomi", ]