Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
863 changes: 201 additions & 662 deletions LICENSE

Large diffs are not rendered by default.

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.2.0"
__version__ = "4.3.0"


def version() -> str:
Expand Down
6 changes: 3 additions & 3 deletions fixcore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventorycore"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
description = "Keeps all the things."
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
urls = {"Homepage" = "https://inventory.fix.security"}
requires-python = ">=3.12"
classifiers = [
Expand All @@ -13,7 +13,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
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.2.0"
__version__ = "4.3.0"
6 changes: 3 additions & 3 deletions fixlib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventorylib"
version = "4.2.0"
version = "4.3.0"
authors = [{ name = "Some Engineering Inc." }]
description = "Fix Inventory common library."
license = { text = "AGPLv3" }
license = { text = "Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
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.2.0"
__version__ = "4.3.0"
8 changes: 4 additions & 4 deletions fixmetrics/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventorymetrics"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
description = "Exports Fix Inventory metrics in Prometheus format."
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0"
"fixinventorylib==4.3.0"
]

[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.2.0"
__version__ = "4.3.0"
8 changes: 4 additions & 4 deletions fixshell/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventoryshell"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
description = "Commandline interpreter to interact with Fix Inventory."
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"}
keywords = ["cloud security"]

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"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.2.0"
__version__ = "4.3.0"
6 changes: 3 additions & 3 deletions fixworker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "fixinventoryworker"
version = "4.2.0"
version = "4.3.0"
authors = [{ name = "Some Engineering Inc." }]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = ["Programming Language :: Python :: 3"]
readme = { file = "README.md", content-type = "text/markdown" }

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"tenacity",
"CherryPy",
]
Expand Down
8 changes: 4 additions & 4 deletions plugins/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-aws"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"fixinventorydata",
"retrying",
"boto3",
Expand Down
8 changes: 4 additions & 4 deletions plugins/azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-azure"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to fixcore."
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"retrying",
"azure-identity",
"azure-mgmt-resource"
Expand Down
8 changes: 4 additions & 4 deletions plugins/digitalocean/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-digitalocean"
description = "Fix DigitalOcean Collector Plugin"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"boto3",
"requests",
"botocore",
Expand Down
8 changes: 4 additions & 4 deletions plugins/dockerhub/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-dockerhub"
description = "Fix Docker Hub Collector Plugin"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"requests",

]
Expand Down
8 changes: 4 additions & 4 deletions plugins/example_collector/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-example-collector"
description = "Fix Example Collector Plugin"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
]

[project.entry-points."fix.plugins"]
Expand Down
8 changes: 4 additions & 4 deletions plugins/gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-gcp"
description = "Fix GCP Collector Plugin"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"fixinventorydata",
"google-api-python-client",
"oauth2client",
Expand Down
8 changes: 4 additions & 4 deletions plugins/github/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-github"
description = "Fix Github Collector Plugin"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.12"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.12",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"PyGithub",
]

Expand Down
8 changes: 4 additions & 4 deletions plugins/hetzner/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "fixinventory-plugin-hetzner"
description = "Fix Hetzner Collector Plugin"
version = "4.2.0"
version = "4.3.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
license = { text="Apache-2.0" }
requires-python = ">=3.11"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)",
# Supported python versions
"Programming Language :: Python :: 3.11",
# Supported OS's
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.2.0",
"fixinventorylib==4.3.0",
"hcloud==2.2.0",
]

Expand Down
Loading
Loading