From 73e6b66a7706cc1b905135fa33a748104216e042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Fri, 12 Apr 2024 14:05:35 +0200 Subject: [PATCH] [chore][fixinventory] Bump 4.0.2 (#2026) --- 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 07709862e2..f65bb10ac5 100644 --- a/fixcore/fixcore/__init__.py +++ b/fixcore/fixcore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.1" +__version__ = "4.0.2" def version() -> str: diff --git a/fixcore/pyproject.toml b/fixcore/pyproject.toml index 816651921a..661be15e67 100644 --- a/fixcore/pyproject.toml +++ b/fixcore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorycore" -version = "4.0.1" +version = "4.0.2" 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 76ad18b89a..064c0b35b2 100644 --- a/fixlib/fixlib/__init__.py +++ b/fixlib/fixlib/__init__.py @@ -1 +1 @@ -__version__ = "4.0.1" +__version__ = "4.0.2" diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index 59e9c92dc0..67f20cfdbd 100644 --- a/fixlib/pyproject.toml +++ b/fixlib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorylib" -version = "4.0.1" +version = "4.0.2" 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 76ad18b89a..064c0b35b2 100644 --- a/fixmetrics/fixmetrics/__init__.py +++ b/fixmetrics/fixmetrics/__init__.py @@ -1 +1 @@ -__version__ = "4.0.1" +__version__ = "4.0.2" diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index fed994e111..389da68ef9 100644 --- a/fixmetrics/pyproject.toml +++ b/fixmetrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventorymetrics" -version = "4.0.1" +version = "4.0.2" 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.1" + "fixinventorylib==4.0.2" ] [pyproject.optional-dependencies] diff --git a/fixshell/fixshell/__init__.py b/fixshell/fixshell/__init__.py index 76ad18b89a..064c0b35b2 100644 --- a/fixshell/fixshell/__init__.py +++ b/fixshell/fixshell/__init__.py @@ -1 +1 @@ -__version__ = "4.0.1" +__version__ = "4.0.2" diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index e9c7815a69..b31e4f35d1 100644 --- a/fixshell/pyproject.toml +++ b/fixshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryshell" -version = "4.0.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "prompt-toolkit", "rich", "fixinventoryclient", diff --git a/fixworker/fixworker/__init__.py b/fixworker/fixworker/__init__.py index 76ad18b89a..064c0b35b2 100644 --- a/fixworker/fixworker/__init__.py +++ b/fixworker/fixworker/__init__.py @@ -1 +1 @@ -__version__ = "4.0.1" +__version__ = "4.0.2" diff --git a/fixworker/pyproject.toml b/fixworker/pyproject.toml index a178fc7e52..8d86385bb4 100644 --- a/fixworker/pyproject.toml +++ b/fixworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventoryworker" -version = "4.0.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "tenacity", "CherryPy", ] diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index cd01dc162b..9a51f6294a 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-aws" -version = "4.0.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "fixinventorydata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 67f3381003..0906a3d4c7 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fixinventory-plugin-azure" -version = "4.0.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index a12ce4f603..ea1a1435b6 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 7fe6d120ea..2f673dd29d 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index 46d74d98b1..9802966854 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", ] [project.entry-points."fix.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index fafa7cde10..af3c1fe519 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "google-api-python-client", "oauth2client", "retrying", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 9508c5b892..8e24ed326f 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index b1be2c65e2..911f38fe4c 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 7374773597..77bf8ae5d6 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "onelogin==2.0.4", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index 729253bdd1..cae57b000c 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index dee3c5b9ae..dfb005637f 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index 0d7ea6719d..fb9528295a 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", ] [project.entry-points."fix.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 4cf85a80cb..7f811e4bad 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 5edb352e0a..a564d52127 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "slack-sdk", "retrying", ] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index 948930c2f8..aeccd28412 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.1" +version = "4.0.2" 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.1", + "fixinventorylib==4.0.2", "pyvmomi", ]