summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 769ddd69..2cc5b05c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
1# CHANGELOG 1# CHANGELOG
2 2
3
4## v2.20240825.2 (2024-08-26)
5
6This releases fixes the container tags pushed on quay.io.
7Previously, the ARM64 build was released under the `latest` tag, instead of `latest-arm64`.
8
9### Full list of pull requests merged since the last release (newest first)
10
11CI: Fix docker container tags ([#4883], by @SamantazFox)
12
13[#4877]: https://github.com/iv-org/invidious/pull/4877
14
15
3## v2.20240825.1 (2024-08-25) 16## v2.20240825.1 (2024-08-25)
4 17
5Add patch component to be [semver] compliant and make github actions happy. 18Add patch component to be [semver] compliant and make github actions happy.
@@ -8,8 +21,9 @@ Add patch component to be [semver] compliant and make github actions happy.
8 21
9### Full list of pull requests merged since the last release (newest first) 22### Full list of pull requests merged since the last release (newest first)
10 23
11Allow manual trigger of release-container build (#4877, thanks @syeopite) 24Allow manual trigger of release-container build ([#4877], thanks @syeopite)
12 25
26[#4877]: https://github.com/iv-org/invidious/pull/4877
13 27
14 28
15## v2.20240825.0 (2024-08-25) 29## v2.20240825.0 (2024-08-25)