diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..13eb74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,39 @@ # Changelog All notable changes to this project will be documented in this file. +Each new release typically also includes the latest modulesync defaults. +These should not affect the functionality of the module. -## Release 0.1.0 +## [v1.0.0](https://github.com/voxpupuli/puppet-otelcol/tree/v1.0.0) (2023-11-24) -**Features** +[Full Changelog](https://github.com/voxpupuli/puppet-otelcol/compare/d13c240d1433ac4a0d925dddb33b0bd9250f87ef...v1.0.0) -**Bugfixes** +**Breaking changes:** -**Known Issues** +- Drop Support for Ubuntu 18.04 [\#14](https://github.com/voxpupuli/puppet-otelcol/pull/14) ([voxel01](https://github.com/voxel01)) +- Refactor Module to allow definition of types [\#11](https://github.com/voxpupuli/puppet-otelcol/pull/11) ([voxel01](https://github.com/voxel01)) + +**Implemented enhancements:** + +- Add support for Debian 12 [\#9](https://github.com/voxpupuli/puppet-otelcol/pull/9) ([voxel01](https://github.com/voxel01)) +- Add acceptance tests [\#6](https://github.com/voxpupuli/puppet-otelcol/pull/6) ([voxel01](https://github.com/voxel01)) +- Add includefile [\#5](https://github.com/voxpupuli/puppet-otelcol/pull/5) ([voxel01](https://github.com/voxel01)) +- Add service config [\#4](https://github.com/voxpupuli/puppet-otelcol/pull/4) ([voxel01](https://github.com/voxel01)) + +**Fixed bugs:** + +- Fix installation with archive [\#7](https://github.com/voxpupuli/puppet-otelcol/pull/7) ([voxel01](https://github.com/voxel01)) + +**Closed issues:** + +- default configuration file/owner/group [\#8](https://github.com/voxpupuli/puppet-otelcol/issues/8) + +**Merged pull requests:** + +- Drop broken OL 7 testing [\#13](https://github.com/voxpupuli/puppet-otelcol/pull/13) ([bastelfreak](https://github.com/bastelfreak)) +- fixtures.yml: Pull dependencies from git [\#12](https://github.com/voxpupuli/puppet-otelcol/pull/12) ([bastelfreak](https://github.com/bastelfreak)) +- Initial implementation [\#1](https://github.com/voxpupuli/puppet-otelcol/pull/1) ([cyberkov](https://github.com/cyberkov)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 7bb3e15..9f00a97 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-otelcol", - "version": "1.0.0-rc0", + "version": "1.0.0", "author": "Vox Pupuli", "summary": "Installs and Manages Open Telemetry Collector", "license": "Apache-2.0",