Skip to content

Commit

Permalink
[fix][chore] Bump 4.0.4 (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Apr 24, 2024
1 parent 2a0f278 commit 70a5abf
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion fixcore/fixcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.3"
__version__ = "4.0.4"


def version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion fixcore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventorycore"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
description = "Keeps all the things."
license = { text="AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion fixlib/fixlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.3"
__version__ = "4.0.4"
2 changes: 1 addition & 1 deletion fixlib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventorylib"
version = "4.0.3"
version = "4.0.4"
authors = [{ name = "Some Engineering Inc." }]
description = "Fix Inventory common library."
license = { text = "AGPLv3" }
Expand Down
2 changes: 1 addition & 1 deletion fixmetrics/fixmetrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.3"
__version__ = "4.0.4"
4 changes: 2 additions & 2 deletions fixmetrics/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventorymetrics"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
description = "Exports Fix Inventory metrics in Prometheus format."
license = { text="AGPLv3" }
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3"
"fixinventorylib==4.0.4"
]

[pyproject.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fixshell/fixshell/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.3"
__version__ = "4.0.4"
4 changes: 2 additions & 2 deletions fixshell/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventoryshell"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
description = "Commandline interpreter to interact with Fix Inventory."
license = { text="AGPLv3" }
Expand Down Expand Up @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"}
keywords = ["cloud security"]

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"prompt-toolkit",
"rich",
"fixinventoryclient",
Expand Down
2 changes: 1 addition & 1 deletion fixworker/fixworker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.3"
__version__ = "4.0.4"
4 changes: 2 additions & 2 deletions fixworker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventoryworker"
version = "4.0.3"
version = "4.0.4"
authors = [{ name = "Some Engineering Inc." }]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
Expand All @@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"]
readme = { file = "README.md", content-type = "text/markdown" }

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"tenacity",
"CherryPy",
]
Expand Down
4 changes: 2 additions & 2 deletions plugins/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventory-plugin-aws"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"fixinventorydata",
"retrying",
"boto3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixinventory-plugin-azure"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"retrying",
"azure-identity",
"azure-mgmt-resource"
Expand Down
4 changes: 2 additions & 2 deletions plugins/digitalocean/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-digitalocean"
description = "Fix DigitalOcean Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"boto3",
"requests",
"botocore",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dockerhub/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-dockerhub"
description = "Fix Docker Hub Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"requests",

]
Expand Down
4 changes: 2 additions & 2 deletions plugins/example_collector/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-example-collector"
description = "Fix Example Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
]

[project.entry-points."fix.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-gcp"
description = "Fix GCP Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"fixinventorydata",
"google-api-python-client",
"oauth2client",
Expand Down
4 changes: 2 additions & 2 deletions plugins/github/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-github"
description = "Fix Github Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"PyGithub",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/k8s/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-k8s"
description = "Fix Kubernetes Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"kubernetes",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/onelogin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-onelogin"
description = "Fix OneLogin Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"onelogin==2.0.4",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/onprem/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-onprem"
description = "Fix On-Premises Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"paramiko",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/posthog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-posthog"
description = "Fix Posthog Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"requests",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/random/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-random"
description = "Fix Random Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
]

[project.entry-points."fix.plugins"]
Expand Down
4 changes: 2 additions & 2 deletions plugins/scarf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-scarf"
description = "Fix Scarf Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"requests",
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/slack/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-slack"
description = "Fix Slack Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"slack-sdk",
"retrying",
]
Expand Down
4 changes: 2 additions & 2 deletions plugins/vsphere/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "fixinventory-plugin-vsphere"
description = "Fix VSphere Collector Plugin"
version = "4.0.3"
version = "4.0.4"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
requires-python = ">=3.11"
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.3",
"fixinventorylib==4.0.4",
"pyvmomi",
]

Expand Down

0 comments on commit 70a5abf

Please sign in to comment.