-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
125 lines (72 loc) · 2.13 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.1] - 2019-10-17
### Added
- Thu 17 Oct 09:46
Initial base script
## [0.0.2] - 2019-10-17
### Added
- Thu 17 Oct 18:17
Added help, version, list and LSI package install code
## [0.0.3] - 2019-10-18
### Added
- Fri 18 Oct 01:24:36 AEDT 2019
Added basic Optimal check
## [0.0.4] - 2019-10-18
### Changed
- Fri 18 Oct 2019 14:24:48 AEDT
Moved email and Slack alert information to files so addresses are not in script
## [0.0.5] - 2019-10-20
### Changed
- Sun 20 Oct 15:35:29 AEDT 2019
Implemented shellcheck recommendation
## [0.0.5] - 2019-10-20
### Added
- Sun 20 Oct 15:38:25 AEDT 2019
Added download of megaclisas-status with intention to replace lshw as lshw seems unreliable
## [0.0.6] - 2019-10-21
### Changed
- Mon 21 Oct 2019 22:29:57 AEDT
Replaced megaclisas-status with lsscsi
## [0.0.7] - 2019-10-22
### Changed
- Tue 22 Oct 2019 09:38:27 AEDT
Started breaking out install check into controller specific checks
## [0.0.8] - 2019-10-24
### Added
- Thu 24 Oct 2019 14:14:59 AEDT
Added initial support for LSI based ServeRAID and Intel controllers
## [0.0.9] - 2019-10-25
### Added
- Fri 25 Oct 2019 13:15:08 AEDT
Added initial support for RPM based distros
## [0.1.0] - 2019-11-01
### Added
- Fri 1 Nov 2019 19:38:29 AEDT
Added self updating code
## [0.1.1] - 2019-11-01
### Changed
- Fri 1 Nov 2019 21:09:27 AEDT
Changed self update code
## [0.1.2] - 2019-11-01
### Changed
- Fri 1 Nov 2019 21:31:06 AEDT
Cleaned up self update code
## [0.1.3] - 2019-11-01
### Changed
- Fri 1 Nov 2019 21:38:38 AEDT
Cleaned up self update code
## [0.1.4] - 2019-11-02
### Changed
- Sat 2 Nov 2019 02:58:58 AEDT
Cleaned up update code
## [0.1.5] - 2019-11-26
### Changed
- Tue 26 Nov 2019 12:02:11 AEDT
Updated Ubuntu support
## [0.1.6] - 2019-12-15
### Changed
- Sun 15 Dec 08:49:16 AEDT 2019
Fixed false alerting and updated README