Skip to content

Releases: elastic/elastic-agent-libs

v0.2.11

10 Aug 14:22
2397bda

Choose a tag to compare

What's Changed

Changed

  • dev-tools: the mage linter targets now automatically upgrades the linter when necessary. #73

Full Changelog: v0.2.10...v0.2.11

v0.2.10

02 Aug 19:28
50b811f

Choose a tag to compare

What's Changed

Added

  • Add option to file.NewFileRotator to allow setting file extension. #68
    • Fix filename logging in file.NewFileRotator. #68

Changed

  • dev-tools: remove support for golanci-lint version templating, fix for notice target modifying go.sum. #70

Full Changelog: v0.2.9...v0.2.10

v0.2.9

05 Jul 17:45
a09d65f

Choose a tag to compare

What's Changed

  • Fix breaking change to mapstr type conversions during Clone(). #66

Full Changelog: v0.2.8...v0.2.9

v0.2.8

30 Jun 19:51
2ad32b7

Choose a tag to compare

What's Changed

  • Fix bug introduced by mapstr optimization: #65

Full Changelog: v0.2.7...v0.2.8

v0.2.7

28 Jun 13:24
5bdd25e

Choose a tag to compare

What's Changed

  • mapstr: optimyze Clone #64

Full Changelog: v0.2.6...v0.2.7

v0.2.6

28 Jun 08:49
8d26323

Choose a tag to compare

What's Changed

  • Modify npipe package to directly get the user SID: #62
  • Remove VerificationMode option to empty string. Default will be full : #59

Full Changelog: v0.2.5...v0.2.6

v0.2.5

31 May 17:08
13cfdd3

Choose a tag to compare

What's Changed

  • Upgrade the YAML package dependency: #56

Full Changelog: v0.2.4...v0.2.5

v0.2.4

20 May 12:40
d82b6d0

Choose a tag to compare

What's Changed

  • Include group write permission in runtime directories by @emilioalvap in #49
  • Fix keystore secrets parsing when values contain commas. by @cmacknz in #50

Full Changelog: v0.2.3...v0.2.4

Extract function SyncParent to reuse in elastic agent

12 Apr 14:39
7585bbc

Choose a tag to compare

Improve linting compatibility with older git versions

21 Mar 14:46
b3eddb3

Choose a tag to compare

Make linting compatible with Git < v2.22.0 (#26)

Some of our CI nodes are still using Ubuntu 18 where Git is old enough
to not support `git branch --show-current`.