Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 0ebebfa

Browse files
aptalcathelamer
authored andcommitted
update changelog
1 parent df14268 commit 0ebebfa

File tree

2 files changed

+123
-3
lines changed

2 files changed

+123
-3
lines changed

README.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,64 @@ Below are the instructions for updating containers:
234234

235235
## Versions
236236

237-
* **09.12.17:** - changes description
237+
* **03.02.19:** - Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached.
238+
* **28.01.19:** - Add pipeline logic and multi arch.
239+
* **21.01.19:** - Remove client_body_max from proxy.conf (existing users need to manually update).
240+
* **09.01.19:** - Remove tls v1 and v1.1 from default ssl.conf, update ciphers (existing users need to manually update).
241+
* **30.12.18:** - Fix bundle key generation.
242+
* **19.12.18:** - Add ipv6 and http/2 support to default site config.
243+
* **08.12.18:** - Had to remove cert renewal during container start due to certbot's new undocumented `feature` of up to 8 minute random delay.
244+
* **03.12.18:** - Fix silly bug resetting the duckdns token.
245+
* **02.12.18:** - Add dns validation support for ovh.
246+
* **20.11.18:** - Externalize reverse proxy confs to separate github repo `linuxserver/reverse-proxy-confs`, update baseimage packages during build
247+
* **19.11.18:** - Add php opcache package.
248+
* **12.11.18:** - Add support for duckdns wildcard certs via dns validation
249+
* **31.10.18:** - Add various preset proxy confs and fix others (thanks @nemchik and @hijxf)
250+
* **02.10.18:** - Fix fail2ban instructions and logrotate conf
251+
* **11.09.18:** - Add various preset proxy confs and fix others (thanks @nemchik and @LeoVerto)
252+
* **04.09.18:** - Linting fixes.
253+
* **30.08.18:** - Add support for ldap auth, add proxy confs for bazarr, couchpotato, headphones, lidarr and plex subfolder (thanks @nemchik and @jedahan)
254+
* **21.08.18:** - Rebase to alpine 3.8, add info on search engine de-listing
255+
* **08.08.18:** - Add subdomain proxy conf for plex, update emby proxy confs
256+
* **25.07.18:** - Add subdomain proxy conf for syncthing
257+
* **23.07.18:** - Remove backwards compatibility and set default validation method to http. Update portainer proxy config to fix websockets. Add unifi proxy conf.
258+
* **31.05.18:** - Update ssl.conf and proxy.conf for tighter security (thanks @nemchik)
259+
* **30.05.18:** - Add reverse proxy configs for jackett, monitorr, nzbget, nzbhydra, organizr, portainer and transmission (thanks @nemchik)
260+
* **18.05.18:** - Add more info on certs and unraid reverse proxy config
261+
* **11.05.18:** - Add php pgsql support
262+
* **24.04.18:** - Auto generate a private key + fullchain bundle pem that is needed by certain apps
263+
* **20.04.18:** - Add standardized optional reverse proxy conf files
264+
* **19.04.18:** - Bind memcached to localhost only, add php7-sqlite3
265+
* **08.04.18:** - Fix renewal hooks
266+
* **29.03.18:** - Create pfx cert after renewal for dns validation (previous version only created it for http and tls, an oversight)
267+
* **29.03.18:** - Fix staging for v2 api
268+
* **13.03.18:** - Support for wildcard cert with dns validation added. Switched to v2 api for ACME.
269+
* **21.02.18:** - Reduce shellcheck directives by renaming secondary variables
270+
* **20.02.18:** - Sanitize variables, increase log verbosity
271+
* **01.02.18:** - Big changes. `VALIDATION` parameter added for choosing letsencrypt validation methods, including dns through official plugins. `HTTPVAL` is deprecated. `STAGING` parameter added for testing. Backwards compatibility for the short term. Since tls-sni is disabled by letsencrypt, most users will have to change their settings and adopt the new parameters within the next 90 days. Reorganized the nginx default config, split ssl settings into new ssl.conf
272+
* **13.01.18:** - Re-enable ipv6 due to update to fail2ban 0.10.1. Existing users can enable ipv6 by deleting `/config/fail2ban/action.d/iptables-common.local` and restarting the container after updating the image
273+
* **11.01.18:** - Halt the container if validation fails instead of a stop (so restart=always doesn't get users throttled with letsencrypt)
274+
* **10.01.18:** - Add option for http validation on port 80
275+
* **05.01.18:** - Rebase to alpine 3.7
276+
* **04.11.17:** - Add php7 soap module
277+
* **31.10.17:** - Add php7 exif and xmlreader modules
278+
* **25.09.17:** - Manage fail2ban via s6
279+
* **24.09.17:** - Add memcached service
280+
* **01.09.17:** - `--privileged` is no longer required as long as `--cap-add=NET_ADMIN` is added, instructions modified accordingly, disabled fail2ban ipv6 actions due to requiring access to host kernel modules
281+
* **31.08.17:** - Add php7-phar
282+
* **14.07.17:** - Enable modules dynamically in nginx.conf
283+
* **06.07.17:** - Add support for multiple domains (thanks @oznu)
284+
* **22.06.17:** - Add various nginx modules and enable all modules in the default nginx.conf
285+
* **16.06.17:** - Update deprecated certbot option for https validation, make e-mail entry optional, update readme
286+
* **05.06.17:** - Add php7-bz2
287+
* **27.05.17:** - Rebase to alpine 3.6.
288+
* **03.05.17:** - Fix log permissions.
289+
* **18.04.17:** - Add php7-sockets, update fail2ban filter and action defaults
290+
* **27.02.17:** - Add php7-dom, php7-iconv and php7-pdo_sqlite
291+
* **21.02.17:** - Add php7-xml
292+
* **10.02.17:** - Switch to alpine 3.5 base and php7, add php zlib module and all nginx modules
293+
* **13.01.17:** - Add php5-ctype and php5-openssl
294+
* **04.01.17:** - Add php5-mysqli and php5-pdo_mysql
295+
* **22.11.16:** - Add gd and mcrypt packages
296+
* **21.11.16:** - Add curl package
297+
* **07.11.16:** - Initial Release

readme-vars.yml

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,67 @@ app_setup_block: |
123123
124124
app_setup_nginx_reverse_proxy_snippet: false
125125
app_setup_nginx_reverse_proxy_block: ""
126-
# changelog
127126

127+
# changelog
128128
changelogs:
129-
- { date: "09.12.17:", desc: "changes description" }
129+
- { date: "03.02.19:", desc: "Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached." }
130+
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
131+
- { date: "21.01.19:", desc: "Remove client_body_max from proxy.conf (existing users need to manually update)." }
132+
- { date: "09.01.19:", desc: "Remove tls v1 and v1.1 from default ssl.conf, update ciphers (existing users need to manually update)." }
133+
- { date: "30.12.18:", desc: "Fix bundle key generation." }
134+
- { date: "19.12.18:", desc: "Add ipv6 and http/2 support to default site config." }
135+
- { date: "08.12.18:", desc: "Had to remove cert renewal during container start due to certbot's new undocumented `feature` of up to 8 minute random delay." }
136+
- { date: "03.12.18:", desc: "Fix silly bug resetting the duckdns token." }
137+
- { date: "02.12.18:", desc: "Add dns validation support for ovh." }
138+
- { date: "20.11.18:", desc: "Externalize reverse proxy confs to separate github repo `linuxserver/reverse-proxy-confs`, update baseimage packages during build" }
139+
- { date: "19.11.18:", desc: "Add php opcache package." }
140+
- { date: "12.11.18:", desc: "Add support for duckdns wildcard certs via dns validation" }
141+
- { date: "31.10.18:", desc: "Add various preset proxy confs and fix others (thanks @nemchik and @hijxf)" }
142+
- { date: "02.10.18:", desc: "Fix fail2ban instructions and logrotate conf" }
143+
- { date: "11.09.18:", desc: "Add various preset proxy confs and fix others (thanks @nemchik and @LeoVerto)" }
144+
- { date: "04.09.18:", desc: "Linting fixes." }
145+
- { date: "30.08.18:", desc: "Add support for ldap auth, add proxy confs for bazarr, couchpotato, headphones, lidarr and plex subfolder (thanks @nemchik and @jedahan)" }
146+
- { date: "21.08.18:", desc: "Rebase to alpine 3.8, add info on search engine de-listing" }
147+
- { date: "08.08.18:", desc: "Add subdomain proxy conf for plex, update emby proxy confs" }
148+
- { date: "25.07.18:", desc: "Add subdomain proxy conf for syncthing" }
149+
- { date: "23.07.18:", desc: "Remove backwards compatibility and set default validation method to http. Update portainer proxy config to fix websockets. Add unifi proxy conf." }
150+
- { date: "31.05.18:", desc: "Update ssl.conf and proxy.conf for tighter security (thanks @nemchik)" }
151+
- { date: "30.05.18:", desc: "Add reverse proxy configs for jackett, monitorr, nzbget, nzbhydra, organizr, portainer and transmission (thanks @nemchik)" }
152+
- { date: "18.05.18:", desc: "Add more info on certs and unraid reverse proxy config" }
153+
- { date: "11.05.18:", desc: "Add php pgsql support" }
154+
- { date: "24.04.18:", desc: "Auto generate a private key + fullchain bundle pem that is needed by certain apps" }
155+
- { date: "20.04.18:", desc: "Add standardized optional reverse proxy conf files" }
156+
- { date: "19.04.18:", desc: "Bind memcached to localhost only, add php7-sqlite3" }
157+
- { date: "08.04.18:", desc: "Fix renewal hooks" }
158+
- { date: "29.03.18:", desc: "Create pfx cert after renewal for dns validation (previous version only created it for http and tls, an oversight)" }
159+
- { date: "29.03.18:", desc: "Fix staging for v2 api" }
160+
- { date: "13.03.18:", desc: "Support for wildcard cert with dns validation added. Switched to v2 api for ACME." }
161+
- { date: "21.02.18:", desc: "Reduce shellcheck directives by renaming secondary variables" }
162+
- { date: "20.02.18:", desc: "Sanitize variables, increase log verbosity" }
163+
- { date: "01.02.18:", desc: "Big changes. `VALIDATION` parameter added for choosing letsencrypt validation methods, including dns through official plugins. `HTTPVAL` is deprecated. `STAGING` parameter added for testing. Backwards compatibility for the short term. Since tls-sni is disabled by letsencrypt, most users will have to change their settings and adopt the new parameters within the next 90 days. Reorganized the nginx default config, split ssl settings into new ssl.conf" }
164+
- { date: "13.01.18:", desc: "Re-enable ipv6 due to update to fail2ban 0.10.1. Existing users can enable ipv6 by deleting `/config/fail2ban/action.d/iptables-common.local` and restarting the container after updating the image" }
165+
- { date: "11.01.18:", desc: "Halt the container if validation fails instead of a stop (so restart=always doesn't get users throttled with letsencrypt)" }
166+
- { date: "10.01.18:", desc: "Add option for http validation on port 80" }
167+
- { date: "05.01.18:", desc: "Rebase to alpine 3.7" }
168+
- { date: "04.11.17:", desc: "Add php7 soap module" }
169+
- { date: "31.10.17:", desc: "Add php7 exif and xmlreader modules" }
170+
- { date: "25.09.17:", desc: "Manage fail2ban via s6" }
171+
- { date: "24.09.17:", desc: "Add memcached service" }
172+
- { date: "01.09.17:", desc: "`--privileged` is no longer required as long as `--cap-add=NET_ADMIN` is added, instructions modified accordingly, disabled fail2ban ipv6 actions due to requiring access to host kernel modules" }
173+
- { date: "31.08.17:", desc: "Add php7-phar" }
174+
- { date: "14.07.17:", desc: "Enable modules dynamically in nginx.conf" }
175+
- { date: "06.07.17:", desc: "Add support for multiple domains (thanks @oznu)" }
176+
- { date: "22.06.17:", desc: "Add various nginx modules and enable all modules in the default nginx.conf" }
177+
- { date: "16.06.17:", desc: "Update deprecated certbot option for https validation, make e-mail entry optional, update readme" }
178+
- { date: "05.06.17:", desc: "Add php7-bz2" }
179+
- { date: "27.05.17:", desc: "Rebase to alpine 3.6." }
180+
- { date: "03.05.17:", desc: "Fix log permissions." }
181+
- { date: "18.04.17:", desc: "Add php7-sockets, update fail2ban filter and action defaults" }
182+
- { date: "27.02.17:", desc: "Add php7-dom, php7-iconv and php7-pdo_sqlite" }
183+
- { date: "21.02.17:", desc: "Add php7-xml" }
184+
- { date: "10.02.17:", desc: "Switch to alpine 3.5 base and php7, add php zlib module and all nginx modules" }
185+
- { date: "13.01.17:", desc: "Add php5-ctype and php5-openssl" }
186+
- { date: "04.01.17:", desc: "Add php5-mysqli and php5-pdo_mysql" }
187+
- { date: "22.11.16:", desc: "Add gd and mcrypt packages" }
188+
- { date: "21.11.16:", desc: "Add curl package" }
189+
- { date: "07.11.16:", desc: "Initial Release" }

0 commit comments

Comments
 (0)