Skip to content

Commit 19ca050

Browse files
authored
Update CHANGELOG for v1.10.0 release (#161)
* Update CHANGELOG for v1.10.0 release * Add missing links
1 parent 13a43b4 commit 19ca050

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,23 @@ 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.10.0]
21+
22+
### Added
23+
1224
- Add OS family mappings for `opensuse-leap` and `opensuse-tumbleweed`. [#146](https://github.com/elastic/go-sysinfo/pull/146)
1325
- Add FQDN to host info. [#144](https://github.com/elastic/go-sysinfo/pull/144)
26+
- Return FQDN and error via `FQDN()` method on `Host` interface. [#159](https://github.com/elastic/go-sysinfo/pull/159)
27+
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 [#153](https://github.com/elastic/go-sysinfo/pull/153)
28+
- Bump github.com/docker/docker from 20.10.22+incompatible to 20.10.24+incompatible [#160](https://github.com/elastic/go-sysinfo/pull/160)
1429

1530
### Changed
1631

@@ -154,7 +169,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154169

155170
- 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)
156171

157-
[Unreleased]: https://github.com/elastic/go-sysinfo/compare/v1.8.1...HEAD
172+
[Unreleased]: https://github.com/elastic/go-sysinfo/compare/v1.10.0...HEAD
173+
[1.10.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.10.0
174+
[1.9.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.9.0
158175
[1.8.1]: https://github.com/elastic/go-sysinfo/releases/tag/v1.8.1
159176
[1.8.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.8.0
160177
[1.7.1]: https://github.com/elastic/go-sysinfo/releases/tag/v1.7.1

0 commit comments

Comments
 (0)