Skip to content

Commit

Permalink
bumps version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed Feb 14, 2024
1 parent 96db8df commit 3063535
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 - 2023 Ricardo Bartels
Copyright (c) 2020 - 2024 Ricardo Bartels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It will also create a inventory of all components of a system.
R.I.P. IPMI
Version: 1.7.0 (2024-01-10)
Version: 1.7.1 (2024-02-13)
mandatory arguments:
-H HOST, --host HOST define the host to request. To change the port just
Expand Down Expand Up @@ -346,9 +346,9 @@ suggestions for changes/improvements then please create a GitHub issue.
"host_that_collected_inventory": "inventory-collector.example.com",
"inventory_id": null,
"inventory_name": null,
"inventory_layout_version": "1.4.0",
"script_version": "1.4.1",
"start_of_data_collection": "2021-04-01T09:09:07+02:00"
"inventory_layout_version": "1.7.0",
"script_version": "1.7.1",
"start_of_data_collection": "2024-02-13T19:09:07+02:00"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions check_redfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
R.I.P. IPMI
"""

__version__ = "1.7.0"
__version_date__ = "2024-01-10"
__version__ = "1.7.1"
__version_date__ = "2024-02-13"
__author__ = "Ricardo Bartels <[email protected]>"
__description__ = "Check Redfish Plugin"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion cr_module/classes/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


# inventory definition
inventory_layout_version_string = "1.4.0"
inventory_layout_version_string = "1.7.1"


# noinspection PyBroadException
Expand Down

0 comments on commit 3063535

Please sign in to comment.