Releases: maxhoesel-ansible/ansible-collection-pterodactyl
Releases · maxhoesel-ansible/ansible-collection-pterodactyl
v2.0.0
Changes
Major Changes
- Update supported distributions, drop Ubuntu 18.04, @maxhoesel (#154)
Features and Minor Changes
- panel: update backups config, add AWS_USE_PATH_STYLE_ENDPOINT @maxhoesel (#169)
- panel: add pterodactyl_panel_environment_only var @maxhoesel (#168)
Bug Fixes and Patches
- 🐛 Fixed a bug when using a specific character in $DB_PASSWORD @Zerka30 (#166)
- Fix Ansible permission error, refactor panel role @maxhoesel (#158)
- panel: add SAN to cert, ensure cert is tested @maxhoesel (#155)
- panel: don't become for local tasks @maxhoesel (#153)
v1.0.0
Now that this collection has been out for over 2 years, I feel like things have stabilized enough to warrant a major release.
With this 1.0 release, we now have a policy for supported pterodactyl versions in our roles and are guaranteeing stability going forward.
Aside from that, there are a few minor improvements.
Changes
Features/Enhancements
- Add self-signed cert to panel and update testing procedures @maxhoesel (#137)
Bug Fixes
- Fix idempotency for wings with docker ipv6 enabled @maxhoesel (#88)
v0.5.1
Changes
- Trim the collection tarball and remove some unneeded files
v0.5.0
0.4.1
v0.4.1 Release 0.4.1
0.4.0
v0.4.0 Release 0.4.0
0.3.0
v0.3.0 Release 0.3.0
0.2.0
This release introduces a new feature for the pterodacttl_panel role - automatic upgrades are now possible!
Note that this new behavior is implicitly enabled if pterodactyl_panel_version is set to latest. This changes existing behavior and is the reason for the release version bump to 0.2.x
0.1.2
v0.1.2 fix(pterodactyl_wings): properly update config (#12)
0.1.1
Minor release to fix several bugs and issues