Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
libretime-bot committed Dec 29, 2023
1 parent c26161d commit d3ddc28
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"2.0.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [2.0.0](https://github.com/libretime/ansible-role-libretime/compare/1.0.0...2.0.0) (2023-12-29)


### ⚠ BREAKING CHANGES

* The default listen port for the installer is now 8080. We recommend that you put a reverse proxy in front of LibreTime.
* The general.secret_key configuration field is now required. Make sure to update your configuration file and add a secret key.

### Features

* always install libretime in a python venv ([52e7c70](https://github.com/libretime/ansible-role-libretime/commit/52e7c708234a1bd364359792ec34b7a4ae74f41d))
* change default listen port to 8080 ([#63](https://github.com/libretime/ansible-role-libretime/issues/63)) ([c26161d](https://github.com/libretime/ansible-role-libretime/commit/c26161d0ad7d36478c96a821d1fb3f5c40465ee0))
* install unicorn inside the venv ([cc183e2](https://github.com/libretime/ansible-role-libretime/commit/cc183e25c5d1c27e915d21d78cbef18aae4c9bd5))
* the general.secret_key configuration field is now required ([#59](https://github.com/libretime/ansible-role-libretime/issues/59)) ([b1b1917](https://github.com/libretime/ansible-role-libretime/commit/b1b19177798a74643e03273726ef7b2f5b4ad904))

0 comments on commit d3ddc28

Please sign in to comment.