You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Deprecated
15
+
16
+
### Removed
17
+
18
+
### Fixed
19
+
20
+
## [1.8.0]
21
+
22
+
### Added
23
+
12
24
- Added the Oracle Linux ("ol") platform to the "redhat" OS family. [#54](https://github.com/elastic/go-sysinfo/issues/54)[#115](https://github.com/elastic/go-sysinfo/pull/115)
13
25
- Added the Linux Mint ("linuxmint") platform to the "debian" OS family. [#52](https://github.com/elastic/go-sysinfo/issues/52)
14
26
@@ -17,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
29
- Updated module to require Go 1.17. [#111](https://github.com/elastic/go-sysinfo/pull/111)
18
30
- The boot time value for Windows is now rounded to the nearest second to provide a more stable value. [#53](https://github.com/elastic/go-sysinfo/issues/53)[#114](https://github.com/elastic/go-sysinfo/pull/114)
19
31
20
-
### Deprecated
21
-
22
-
### Removed
23
-
24
32
### Fixed
25
33
26
34
- Fix handling of environment variables without values on macOS. [#94](https://github.com/elastic/go-sysinfo/pull/94)
@@ -121,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
129
122
130
- Changed the host containerized check to reduce false positives. [#42](https://github.com/elastic/go-sysinfo/pull/42)[#43](https://github.com/elastic/go-sysinfo/pull/43)
0 commit comments