Skip to content

Commit a4e19a8

Browse files
authored
Add changelog file (#51)
1 parent d82b6d0 commit a4e19a8

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [Unreleased]
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
## [0.2.4]
18+
19+
### Fixed
20+
21+
- Include group write permission in runtime directories. #49
22+
- Fix keystore secrets parsing when values contain commas. #50
23+
24+
## [0.2.3]
25+
26+
### Added
27+
28+
- Add flatten keys functionality to `mapstr`. #45
29+
30+
## [0.2.2]
31+
32+
### Added
33+
34+
- Extracted `dialers` helpers from Metricbeat. #44
35+
36+
## [0.2.0]
37+
38+
### Added
39+
40+
- Pick changes from `tlscommon`. #41
41+
- Extracted `monitoring/report/buffer`. #42
42+
43+
## [0.1.2]
44+
45+
### Added
46+
47+
- Extracted `kibana.Client`. #32
48+
- Extracted `opt` and `transform`. #33
49+
- Extracted `match` and `datetime`. #32
50+
- Port kibana and apm changes. #35
51+
- Extract function `SyncParent` to reuse in elastic agent. #36
52+
53+
## [0.1.1]
54+
55+
### Fixed
56+
57+
- Make linting compatible with older Git. #22
58+
59+
## [0.1.0]
60+
61+
### Added
62+
63+
- Extracted `common.Config`. #3
64+
- Extracted `common.MapStr`. #13
65+
- Extracted `cloudid`. #14
66+
- Extracted `atomic`. #15
67+
- Extracted `api`, `api/npipe` and `monitoring`. #17
68+
- Moved `cfgwarn` to `logp/cfgwarn`. #18
69+
- Extracted `keystore`. #20
70+
- Extracted `tlscommon`. #19
71+
- Extracted `transport` and `testing`. #21
72+
- Extracted `service`. #22
73+
74+
[Unreleased]: https://github.com/elastic/elastic-agent-libs/compare/v0.2.4...HEAD
75+
[0.2.4]: https://github.com/elastic/elastic-agent-libs/compare/v0.2.3...v0.2.4
76+
[0.2.3]: https://github.com/elastic/elastic-agent-libs/compare/v0.2.2...v0.2.3
77+
[0.2.2]: https://github.com/elastic/elastic-agent-libs/compare/v0.2.1...v0.2.2
78+
[0.2.1]: https://github.com/elastic/elastic-agent-libs/compare/v0.2.0...v0.2.1
79+
[0.2.0]: https://github.com/elastic/elastic-agent-libs/compare/v0.1.2...v0.2.0
80+
[0.1.2]: https://github.com/elastic/elastic-agent-libs/compare/v0.1.1...v0.1.2
81+
[0.1.1]: https://github.com/elastic/elastic-agent-libs/compare/v0.1.0...v0.1.1
82+
[0.1.0]: https://github.com/elastic/elastic-agent-libs/compare/v0.0.0...v0.1.0

0 commit comments

Comments
 (0)