Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Nov 5, 2020
1 parent d5da3f0 commit 30d64ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0] - 2020-11-05
This release introduces several breaking changes. Redis is no longer
maintained by this module, as a result, the Redis configuration is not
compatible with older releases. You should migrate your Redis instance
Expand All @@ -21,12 +21,13 @@ Afterwards change `$redis_options` to be compatible with your new Redis instance
* Redis no longer runs under the same user as One-Time Secret
* Re-add module voxpupuli/puppet-archive to download/extract the distribution archive
* Repurpose `$redis_options` to work with voxpupuli/puppet-redis, add backwards-incompatible options
* Update default values for `$additional_packages`
* Change merge strategy for `$additional_packages` (now set to 'first')
* Convert to PDK 1.18.1
* Convert `params.pp` to module data
* Migrate ERB templates to EPP

### Fixed
* Require Puppet 6
* Update OS support

### Removed
* Remove support for obsolete Linux init script
Expand All @@ -35,7 +36,7 @@ Afterwards change `$redis_options` to be compatible with your new Redis instance
* Remove parameters `$manage_package` and `$package_name` (no packages available)
* Remove parameter `$root_group` (using GID 0 is sufficient)

## 1.0.2
## 1.0.2 (unreleased)

### Changed
* Remove undocumented dependency on voxpupuli/puppet-archive (replace with 'unzip' package). Make changes to install.pp to support installation of zip file.
Expand All @@ -44,7 +45,6 @@ Afterwards change `$redis_options` to be compatible with your new Redis instance
* Change download URL and version to onetimesecret fork. This was necessary because the Gemfile/Gemfile.lock in the official versions referenced a broken version of the gem 'yajl-ruby'. See https://github.com/onetimesecret/onetimesecret/issues/81
* Manifests linted in various places


### Fixed
* Github download filename no longer gets prefixed with a 'v', so remove associated block from install.pp
* Fix issue with /etc/init.d/onetimesecret startup script, where PIDFILE dir ownership was not set (move lines, correct variable names)
Expand All @@ -58,5 +58,6 @@ Afterwards change `$redis_options` to be compatible with your new Redis instance
## 1.0.0 - 2016-12-18
* Initial release

[Unreleased]: https://github.com/fraenki/puppet-onetimesecret/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/fraenki/puppet-onetimesecret/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/fraenki/puppet-onetimesecret/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/fraenki/puppet-onetimesecret/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fraenki-onetimesecret",
"version": "1.0.1",
"version": "2.0.0",
"author": "Frank Wall",
"summary": "One-Time Secret web application",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 30d64ea

Please sign in to comment.