Update changelog

This commit is contained in:
TheSpad 2023-03-21 20:36:49 +00:00
parent 6898fc5624
commit d0fb2037a3
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **21.03.23:** - Add php81-sysvsem as new dep for v26.
* **21.03.23:** - Add php81-sysvsem as new dep for v26. Update default X-Robots-Tag to noindex, nofollow.
* **02.03.23:** - Set permissions on crontabs during init.
* **20.01.23:** - Rebase to alpine 3.17 with php8.1.
* **10.10.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).

View File

@ -77,7 +77,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "21.03.23:", desc: "Add php81-sysvsem as new dep for v26." }
- { date: "21.03.23:", desc: "Add php81-sysvsem as new dep for v26. Update default X-Robots-Tag to `noindex, nofollow``." }
- { date: "02.03.23:", desc: "Set permissions on crontabs during init." }
- { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
- { date: "10.10.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }