This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
v0.0.19
Pre-release
Pre-release
= Features =
- Add support for providing command line options. (#108)
- Disable Docker polling and Kubernetes watch by default. (#113)
- Add streaming JSON parsing. (#106)
- Add support for collecting services. (#112)
- Fix merge conflict in kubernetes_unittest. (#126)
= Bug fixes =
- Bump the GCE metadata server timeout to 2s. (#114)
- Removed spurious line (#121)
- Split the metadata API request when it hits a limit by count or byte size (#129)
- Add ca-certificates as a runtime dependency to resolve ssl issues. (#131)
- Remove a log message that was trying to print a ResourceMetadata object (#132)
= Unit tests =
- Unit tests for MetadataStore (#101)
- Add test for GetNodeMetadata in kubernetes (#102)
- Add JSON Clone() Is() As() testing. (#104)
- Unittests for InstanceMonitoredResource and InstanceResourceMetadata (#105)
- Added test for ComputePodAssociations (#109)
- Unittests for inherited callbacks and configuration validator in updater.h (#111)
- Added GetPodMetadata unit test (#118)
- Add GetContainerMetadata test. (#119)
- Added unit test for GetLegacyResource (#120)
= Miscellaneous =