Skip to content

Commit 04debb2

Browse files
committed
Prepare v1.8.0 changelog
1 parent 3b62836 commit 04debb2

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
## [1.8.0]
21+
22+
### Added
23+
1224
- 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)
1325
- Added the Linux Mint ("linuxmint") platform to the "debian" OS family. [#52](https://github.com/elastic/go-sysinfo/issues/52)
1426

@@ -17,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1729
- Updated module to require Go 1.17. [#111](https://github.com/elastic/go-sysinfo/pull/111)
1830
- 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)
1931

20-
### Deprecated
21-
22-
### Removed
23-
2432
### Fixed
2533

2634
- 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
121129

122130
- 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)
123131

124-
[Unreleased]: https://github.com/elastic/go-sysinfo/compare/v1.7.1...HEAD
132+
[Unreleased]: https://github.com/elastic/go-sysinfo/compare/v1.8.0...HEAD
133+
[1.8.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.8.0
125134
[1.7.1]: https://github.com/elastic/go-sysinfo/releases/tag/v1.7.1
126135
[1.7.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.7.0
127136
[1.6.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.6.0

0 commit comments

Comments
 (0)