Skip to content

Releases: elastic/elastic-agent-autodiscover

v0.6.1

26 May 13:19
421282b
Compare
Choose a tag to compare

What's Changed

  • Add namespace MetaGen to the generic Resource by @tetianakravchenko in #33
  • [automation] Update go release version 1.18.9 by @apmmachine in #34
  • [automation] Update go release version 1.18.10 by @apmmachine in #35
  • golang: bump automation with updatecli and GH actions by @v1v in #36
  • Bump up containerd version by @michalpristas in #38
  • [updatecli][githubrelease] Bump version to 1.19.5 by @v1v in #37
  • [updatecli][githubrelease] Bump version to 1.19.7 by @github-actions in #40
  • [updatecli][githubrelease] Bump version to 1.19.8 by @github-actions in #42
  • [updatecli][githubrelease] Bump version to 1.19.9 by @github-actions in #43
  • Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0 by @dependabot in #45
  • Bump github.com/docker/docker from 20.10.12+incompatible to 20.10.24+incompatible by @dependabot in #47
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 by @dependabot in #46
  • Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible by @dependabot in #48
  • Add replicaset and job metaGenerator based on watcher by @ChrsMark in #44

New Contributors

Full Changelog: v0.5.0...v0.6.1

v0.6.0

26 May 12:32
1e1562b
Compare
Choose a tag to compare

What's Changed

  • Move hints helpers under utils and add tests by @ChrsMark in #20

Full Changelog: v0.2.0...v0.6.0

v0.2.0

28 Jun 08:47
c4745a4
Compare
Choose a tag to compare

What's Changed

  • Add extra resources in k8s informer by @ChrsMark in #9
  • Update go release version 1.17.11 by @apmmachine in #15
  • Add hints' utils to autodiscover library by @ChrsMark in #19

Full Changelog: v0.1.0...v0.2.0

v0.1.0: First release

12 May 11:01
Compare
Choose a tag to compare

This is the first release of the library. Everything has been ported from Libbeat. The PR to remove duplicate code is ready: elastic/beats#31607