Skip to content

Commit

Permalink
prepare 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed Jan 10, 2024
1 parent 703d2b4 commit afa0be0
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion 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.6.1 (2023-09-08)
Version: 1.7.0 (2024-01-10)
mandatory arguments:
-H HOST, --host HOST define the host to request. To change the port just
Expand Down
8 changes: 4 additions & 4 deletions check_redfish.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand All @@ -16,9 +16,9 @@
R.I.P. IPMI
"""

__version__ = "1.6.1"
__version_date__ = "2023-09-08"
__author__ = "Ricardo Bartels <ricardo[email protected]>"
__version__ = "1.7.0"
__version_date__ = "2024-01-10"
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
__description__ = "Check Redfish Plugin"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion cr_module/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/bmc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/classes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/classes/inventory.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/classes/plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/classes/redfish.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/classes/vendor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/event.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/fan.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/firmware.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/firmware_issues.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/mem.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/nic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/power.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/proc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/storage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/system_chassi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down
2 changes: 1 addition & 1 deletion cr_module/temp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved.
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
#
# check_redfish.py
#
Expand Down

0 comments on commit afa0be0

Please sign in to comment.