Releases: elastic/elastic-agent-libs
Releases · elastic/elastic-agent-libs
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
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
Related to elastic/elastic-agent#98
We need to sync parent after file is synced, this does not happen in function https://github.com/elastic/elastic-agent/blob/main/internal/pkg/agent/storage/replace_store.go#L107
Improve linting compatibility with older git versions
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`.