Releases: LemmyNet/lemmy-ansible
Releases · LemmyNet/lemmy-ansible
v1.5.1
v1.5.0
What's Changed
- Remove aptitude installation by @sanatsathaye in #223
- Start & enable nginx before requesting SSL certificate (RHEL) by @codyro in #230
- Add community.docker to requirements.yml by @sanatsathaye in #232
- AlmaLinux/RHEL 9 fixes by @codyro in #231
- Fixing woodpecker. by @dessalines in #235
- Add cron to dependencies by @marekm4 in #238
- Add missing ansible tags by @sanatsathaye in #236
- chore: Configure Renovate by @renovate in #242
- Move to docker_compose_v2 action by @Nothing4You in #244
- feat: v1.5.0 by @ticoombs in #237
New Contributors
Full Changelog: 1.4.0...1.5.0
v1.4.0
What's Changed
- Fix uninstallation not working on Debian by @sanatsathaye in #217
- Fixing postgres 15 memory leak by @dessalines in #222
- feat: pict-rs v0.5.4 & Lemmy 0.19.3 by @ticoombs in #213
Full Changelog: 1.3.1...1.4.0
v1.3.1
v1.3.0
This is a major change updating Lemmy from 0.18.5 to 0.19.0 which incurs ~30-60 minutes of database upgrades. Please read the Upgrading Section
What's Changed
- feat: pictrs-safety by @db0 in #175
- fix: noqa on linelength for automated checks by @ticoombs in #186
- fix: force no become on localhost (fixes: #178) by @ticoombs in #185
- Config fix for postgres docker defaults by @Fmstrat in #183
- Adjust permissions for the distributed postgresql.conf by @codyro in #187
- Update ansible requirements, remove
become
for localhost delegated tasks by @codyro in #188 - Remove invalid
temp_file_size
line incustomPostgresql.conf
by @codyro in #192 - Adding a /version route by @dessalines in #193
- Redirecting version to nodeinfo. by @dessalines in #194
- Use actix rather than nginx redirect by @dessalines in #196
- chore: 1.2.1 update docs by @ticoombs in #198
- Redirect "/sitemap.xml" to backend by @ismailkarsli in #199
- Include CPU architectures in requirements by @Nutomic in #201
- Fix installation playbooks running on incompatible OSs by @sanatsathaye in #202
- Adding a 1GB shm size for postgres, to prevent shared space error. by @dessalines in #204
- Version 1.3.0 by @ticoombs in #206
New Contributors
- @db0 made their first contribution in #175
- @Fmstrat made their first contribution in #183
- @ismailkarsli made their first contribution in #199
Full Changelog: 1.2.1...1.3.0
v1.2.1
Breaking (Fixes?) Changes
We now correctly uses the customPostgres.conf file. Be wary of when you redeploy!
- See:
examples/customPostgresql.conf
(and the full changelog link below) for the changes you will need to do regarding that.
Note-able Fixes
- Deploying now no-longer uses sudo/become on localhost when performing checks
- We require Ansible v2.11.0 as a minimum ansible version
What's Changed
- config fix for postgres docker defaults (#183)
- fix: force no become on localhost (#185)
- fix: noqa on linelength for automated checks (#186)
- Adjust permissions for the customPostgresql.conf (#187)
- Update ansible requirements, remove become for localhost delegated tasks (#188)
- Remove invalid temp_file_size line in customPostgresql.conf (#192)
Full Changelog: 1.2.0...1.2.1
Tag Release Note:
I had to rebase to get this tag out and it took longer than I thought!
v1.2.0
Breaking Changes
With this change you are now required to have all your variables inside a vars.yml
file. See the Readme regarding upgrading.
What's Changed
- Externalize pict-rs configuration, start centralizing configuration variables by @codyro in #160
- Fix ansible-lint warnings by @Nothing4You in #166
- Fix change that broke notify/reload, update nginx handler by @codyro in #167
- Fix path to docker-daemon.json by @sanatsathaye in #168
- Update README.md, test some pre_task checks, explicitly import vars.yml by @codyro in #172
- Add vars.yml to woodpecker pipeline by @codyro in #176
- fix: Removal of forced become by @ticoombs in #178
- Make firewalld operations idempotent by @sanatsathaye in #173
- feat: Version 1.2.0 documentation by @ticoombs in #179
New Contributors
Full Changelog: 1.1.0...1.2.0
v1.1.0
What's Changed
- use stable pictrs verison by @Tealk in #131
- Reduce repetition in NGINX configuration by @maxpoulin64 in #132
- Send
/.well-known/security.txt
to lemmy-ui by @maxpoulin64 in #133 - Add
client_max_body_size
to external NGINX config by @cpressland in #135 - configure debian docker apt repos by @eslerm in #140
- Fix pictrs environent variable for setting API_KEY by @usr3 in #153
- Get dpkg-formatted arch and use it for docker apt repo by @codyro in #148
- Fix duplicate headers being sent by nginx by @codyro in #151
- Remove reliance on
pip
module by @codyro in #157 - Lemmy AlmaLinux/RHEL Ansible Support by @codyro in #145
- Do a raw test for python3 installation as well by @sanatsathaye in #156
- Fix AL9/RHEL9 playbook inventory paths to be consistent with documentation by @codyro in #162
- Adding CODEOWNERS by @dessalines in #158
- Adding ticoombs to codeowners. by @dessalines in #163
- Fix incorrect/inconsistent usage of
proxy_set_header
by @codyro in #161 - Fix nginx connect 111 error. by @dessalines in #165
New Contributors
- @Tealk made their first contribution in #131
- @maxpoulin64 made their first contribution in #132
- @cpressland made their first contribution in #135
- @usr3 made their first contribution in #153
Full Changelog: 0.18.3...1.1.0