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

Commit 1baf6c2

Browse files
authored
Merge pull request #114 from linuxserver/drizuid-patch-1
changelog year was set to 2020, this fixes it.
2 parents 942154e + c0a1c00 commit 1baf6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
260260

261261
## Versions
262262

263-
* **13.12.20:** - Rebase 64 bit containers to Focal.
263+
* **13.12.21:** - Rebase 64 bit containers to Focal.
264264
* **11.12.21:** - Add java opts to mitigate CVE-2021-44228.
265265
* **11.06.21:** - Allow for changing Java initial mem via new optional environment variable.
266266
* **12.01.21:** - Deprecate the `LTS` tag as Unifi no longer releases LTS stable builds. Existing users can switch to the `latest` tag. Direct upgrade from 5.6.42 (LTS) to 6.0.42 (latest) tested successfully.

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ app_setup_block: |
6464
6565
# changelog
6666
changelogs:
67-
- { date: "13.12.20:", desc: "Rebase 64 bit containers to Focal."}
67+
- { date: "13.12.21:", desc: "Rebase 64 bit containers to Focal."}
6868
- { date: "11.12.21:", desc: "Add java opts to mitigate CVE-2021-44228."}
6969
- { date: "11.06.21:", desc: "Allow for changing Java initial mem via new optional environment variable."}
7070
- { date: "12.01.21:", desc: "Deprecate the `LTS` tag as Unifi no longer releases LTS stable builds. Existing users can switch to the `latest` tag. Direct upgrade from 5.6.42 (LTS) to 6.0.42 (latest) tested successfully."}

0 commit comments

Comments
 (0)