Skip to content

Commit 70a5abf

Browse files
authored
[fix][chore] Bump 4.0.4 (#2036)
1 parent 2a0f278 commit 70a5abf

File tree

25 files changed

+43
-43
lines changed

25 files changed

+43
-43
lines changed

fixcore/fixcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.3"
1+
__version__ = "4.0.4"
22

33

44
def version() -> str:

fixcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventorycore"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Keeps all the things."
66
license = { text="AGPLv3" }

fixlib/fixlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.3"
1+
__version__ = "4.0.4"

fixlib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventorylib"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{ name = "Some Engineering Inc." }]
55
description = "Fix Inventory common library."
66
license = { text = "AGPLv3" }

fixmetrics/fixmetrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.3"
1+
__version__ = "4.0.4"

fixmetrics/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventorymetrics"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Exports Fix Inventory metrics in Prometheus format."
66
license = { text="AGPLv3" }
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3"
30+
"fixinventorylib==4.0.4"
3131
]
3232

3333
[pyproject.optional-dependencies]

fixshell/fixshell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.3"
1+
__version__ = "4.0.4"

fixshell/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventoryshell"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Commandline interpreter to interact with Fix Inventory."
66
license = { text="AGPLv3" }
@@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"}
2828
keywords = ["cloud security"]
2929

3030
dependencies = [
31-
"fixinventorylib==4.0.3",
31+
"fixinventorylib==4.0.4",
3232
"prompt-toolkit",
3333
"rich",
3434
"fixinventoryclient",

fixworker/fixworker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.3"
1+
__version__ = "4.0.4"

fixworker/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventoryworker"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{ name = "Some Engineering Inc." }]
55
description = "Runs collector plugins and sends the result to fixcore."
66
license = { text="AGPLv3" }
@@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"]
99
readme = { file = "README.md", content-type = "text/markdown" }
1010

1111
dependencies = [
12-
"fixinventorylib==4.0.3",
12+
"fixinventorylib==4.0.4",
1313
"tenacity",
1414
"CherryPy",
1515
]

plugins/aws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventory-plugin-aws"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Runs collector plugins and sends the result to fixcore."
66
license = { text="AGPLv3" }
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"fixinventorydata",
3232
"retrying",
3333
"boto3",

plugins/azure/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fixinventory-plugin-azure"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = [{name="Some Engineering Inc."}]
55
description = "Runs collector plugins and sends the result to fixcore."
66
license = { text="AGPLv3" }
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"retrying",
3232
"azure-identity",
3333
"azure-mgmt-resource"

plugins/digitalocean/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-digitalocean"
33
description = "Fix DigitalOcean Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"boto3",
3232
"requests",
3333
"botocore",

plugins/dockerhub/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-dockerhub"
33
description = "Fix Docker Hub Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"requests",
3232

3333
]

plugins/example_collector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-example-collector"
33
description = "Fix Example Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
]
3232

3333
[project.entry-points."fix.plugins"]

plugins/gcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-gcp"
33
description = "Fix GCP Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"fixinventorydata",
3232
"google-api-python-client",
3333
"oauth2client",

plugins/github/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-github"
33
description = "Fix Github Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"PyGithub",
3232
]
3333

plugins/k8s/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-k8s"
33
description = "Fix Kubernetes Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"kubernetes",
3232
]
3333

plugins/onelogin/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-onelogin"
33
description = "Fix OneLogin Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"onelogin==2.0.4",
3232
]
3333

plugins/onprem/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-onprem"
33
description = "Fix On-Premises Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"paramiko",
3232
]
3333

plugins/posthog/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-posthog"
33
description = "Fix Posthog Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"requests",
3232
]
3333

plugins/random/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-random"
33
description = "Fix Random Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
]
3232

3333
[project.entry-points."fix.plugins"]

plugins/scarf/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-scarf"
33
description = "Fix Scarf Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"requests",
3232
]
3333

plugins/slack/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-slack"
33
description = "Fix Slack Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = { text="AGPLv3" }
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"slack-sdk",
3232
"retrying",
3333
]

plugins/vsphere/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-vsphere"
33
description = "Fix VSphere Collector Plugin"
4-
version = "4.0.3"
4+
version = "4.0.4"
55
authors = [{name="Some Engineering Inc."}]
66
license = {file="LICENSE"}
77
requires-python = ">=3.11"
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = {file="README.md", content-type="text/markdown"}
2828

2929
dependencies = [
30-
"fixinventorylib==4.0.3",
30+
"fixinventorylib==4.0.4",
3131
"pyvmomi",
3232
]
3333

0 commit comments

Comments
 (0)