Skip to content

Commit ad61e29

Browse files
committed
bump version to 1.10.0
1 parent 2c16628 commit ad61e29

22 files changed

Lines changed: 24 additions & 24 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 - 2024 Ricardo Bartels
3+
Copyright (c) 2020 - 2025 Ricardo Bartels
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ It will also create a inventory of all components of a system.
5454
5555
R.I.P. IPMI
5656
57-
Version: 1.9.0 (2024-12-06)
57+
Version: 1.10.0 (2025-01-17)
5858
5959
mandatory arguments:
6060
-H HOST, --host HOST define the host to request. To change the port just

check_redfish.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
3+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
44
#
55
# check_redfish.py
66
#
@@ -16,8 +16,8 @@
1616
R.I.P. IPMI
1717
"""
1818

19-
__version__ = "1.9.0"
20-
__version_date__ = "2024-12-06"
19+
__version__ = "1.10.0"
20+
__version_date__ = "2025-01-17"
2121
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2222
__description__ = "Check Redfish Plugin"
2323
__license__ = "MIT"

cr_module/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

cr_module/bmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

cr_module/classes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

cr_module/classes/inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

cr_module/classes/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

cr_module/classes/redfish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

cr_module/classes/vendor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 - 2024 Ricardo Bartels. All rights reserved.
2+
# Copyright (c) 2020 - 2025 Ricardo Bartels. All rights reserved.
33
#
44
# check_redfish.py
55
#

0 commit comments

Comments
 (0)