Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 17, 2021
1 parent c9018cb commit e3c1dd0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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.

## [v1.0.0](https://github.com/voxpupuli/puppet-hyperglass/tree/v1.0.0) (2021-06-17)

[Full Changelog](https://github.com/voxpupuli/puppet-hyperglass/compare/60b781f2aa5d8eb10bb3a40c1b7690abfe14e111...v1.0.0)

**Breaking changes:**

- Drop EoL Puppet 5 support; Add Puppet 7 support [\#19](https://github.com/voxpupuli/puppet-hyperglass/pull/19) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add VirtuozzoLinux support [\#6](https://github.com/voxpupuli/puppet-hyperglass/pull/6) ([bastelfreak](https://github.com/bastelfreak))
- Implement hyperglass-agent support [\#5](https://github.com/voxpupuli/puppet-hyperglass/pull/5) ([bastelfreak](https://github.com/bastelfreak))
- Add LICENSE file [\#4](https://github.com/voxpupuli/puppet-hyperglass/pull/4) ([bastelfreak](https://github.com/bastelfreak))
- Add Unit tests + README.md + REFERENCE.md [\#2](https://github.com/voxpupuli/puppet-hyperglass/pull/2) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- puppet/python: Allow 5.x and 6.x [\#25](https://github.com/voxpupuli/puppet-hyperglass/pull/25) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs/stdlib: Allow 7.x [\#24](https://github.com/voxpupuli/puppet-hyperglass/pull/24) ([bastelfreak](https://github.com/bastelfreak))
- puppet/nodejs: Allow 9.x [\#23](https://github.com/voxpupuli/puppet-hyperglass/pull/23) ([bastelfreak](https://github.com/bastelfreak))
- camptocamp/systemd: Allow 3.x [\#22](https://github.com/voxpupuli/puppet-hyperglass/pull/22) ([bastelfreak](https://github.com/bastelfreak))
- puppet/redis: Allow 7.x [\#21](https://github.com/voxpupuli/puppet-hyperglass/pull/21) ([bastelfreak](https://github.com/bastelfreak))
- puppet/nginx: Allow 3.x [\#20](https://github.com/voxpupuli/puppet-hyperglass/pull/20) ([bastelfreak](https://github.com/bastelfreak))
- Make acceptance testing for agent more specific [\#14](https://github.com/voxpupuli/puppet-hyperglass/pull/14) ([ghoneycutt](https://github.com/ghoneycutt))
- Add acceptance test from point of view of a user [\#12](https://github.com/voxpupuli/puppet-hyperglass/pull/12) ([ghoneycutt](https://github.com/ghoneycutt))
- Add acceptance tests [\#11](https://github.com/voxpupuli/puppet-hyperglass/pull/11) ([bastelfreak](https://github.com/bastelfreak))
- initial modulesync + enable acceptance tests [\#1](https://github.com/voxpupuli/puppet-hyperglass/pull/1) ([bastelfreak](https://github.com/bastelfreak))



\* *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-hyperglass",
"version": "0.1.0",
"version": "1.0.0",
"author": "Vox Pupuli",
"summary": "installs, configures, and manages hyperglass",
"license": "AGPL-3.0",
Expand Down

0 comments on commit e3c1dd0

Please sign in to comment.