Skip to content

Commit 8cb08da

Browse files
committed
Merge branch 'master' into improve-nc-mysql-host-port
# Conflicts: # root/etc/cont-init.d/50-config
2 parents a8e02b6 + a27574b commit 8cb08da

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Comment on invalid interaction
2+
on:
3+
issues:
4+
types:
5+
- labeled
6+
jobs:
7+
add-comment-on-invalid:
8+
if: github.event.label.name == 'invalid'
9+
permissions:
10+
issues: write
11+
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
12+
secrets: inherit

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
271271

272272
## Versions
273273

274+
* **21.12.22:** - Update db info in .env file when env vars are updated.
274275
* **10.10.22:** - Remove password escape logic which caused problems for a small subset of users.
275276
* **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
276277
* **14.03.22:** - Add symlinks for theme support.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ app_setup_block: |
103103
104104
# changelog
105105
changelogs:
106+
- { date: "21.12.22:", desc: "Update db info in .env file when env vars are updated." }
106107
- { date: "10.10.22:", desc: "Remove password escape logic which caused problems for a small subset of users." }
107108
- { date: "20.08.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))." }
108109
- { date: "14.03.22:", desc: "Add symlinks for theme support." }

0 commit comments

Comments
 (0)