File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,23 @@ 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.10.0]
21
+
22
+ ### Added
23
+
12
24
- Add OS family mappings for ` opensuse-leap ` and ` opensuse-tumbleweed ` . [ #146 ] ( https://github.com/elastic/go-sysinfo/pull/146 )
13
25
- 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 )
14
29
15
30
### Changed
16
31
@@ -154,7 +169,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154
169
155
170
- 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 )
156
171
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
158
175
[ 1.8.1 ] : https://github.com/elastic/go-sysinfo/releases/tag/v1.8.1
159
176
[ 1.8.0 ] : https://github.com/elastic/go-sysinfo/releases/tag/v1.8.0
160
177
[ 1.7.1 ] : https://github.com/elastic/go-sysinfo/releases/tag/v1.7.1
You can’t perform that action at this time.
0 commit comments