From 7bfd453867d8516623376afed267dda7fbc687d0 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 7 Jun 2024 06:35:27 -0700 Subject: [PATCH] Remove CHANGELOG --- CHANGELOG.md | 78 ---------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f65766d4f..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,78 +0,0 @@ -# Change Log -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). - -## [Unreleased] - -### Added - -### Changed - -- Update Kubernetes client library `client-go` to `v0.29.5` - - This is a breaking change that removes support for [PodSecurityPolicy](https://kubernetes.io/docs/concepts/security/pod-security-policy/). - -### Deprecated - -### Removed - -### Fixed - -## [0.1.0] - -### Added - -- First release of `github.come/elastic/elastic-agent-autodiscover`. -- Add CHANGELOG.md for documenting changes in `elastic-agent-autodiscover`. - - -[Unreleased]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.0.0...v0.1.0 - - -## [0.6.2] - -### Changed - -- Usage of env var `NODE_NAME` precedes `machine-id` for kubernetes node discovery. - - -[0.6.2]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.6.1...v0.6.2 - - -## [0.6.7] - -### Changed - -- Update NewNodePodUpdater and NewNamespacePodUpdater functions to conditionally check and update kubernetes metadata enrichment of pods - - -[0.6.7]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.6.2...v0.6.7 - -## [0.6.9] - -### Changed - -- Update GenerateHints function to check supported list of hints - - -[0.6.9]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.6.8...v0.6.9 - -## [0.6.12] - -### Changed - -- Enhance GenerateHints function to check supported list of hints for multiple datastreams and metricsets - - -[0.6.12]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.6.10...v0.6.12 - - -## [0.6.13] - -### Changed - -- Enhance GenerateHints function with validate flag to enable the validation of hints - - -[0.6.13]: https://github.com/elastic/elastic-agent-autodiscover/compare/v0.6.12...v0.6.13