Skip to content

Commit

Permalink
Release Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voxel01 committed Nov 24, 2023
1 parent c99216f commit 244356d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@
# 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 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))

**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))
- Add support for Debian 12 [\#9](https://github.com/voxpupuli/puppet-otelcol/pull/9) ([voxel01](https://github.com/voxel01))
- Fix installation with archive [\#7](https://github.com/voxpupuli/puppet-otelcol/pull/7) ([voxel01](https://github.com/voxel01))
- 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)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 244356d

Please sign in to comment.