mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-17 03:24:01 +02:00
Compare commits
3 Commits
v2.2024082
...
v2.2024082
Author | SHA1 | Date | |
---|---|---|---|
|
4782a67038 | ||
|
5baaedfa39 | ||
|
4f066e880c |
7
.github/workflows/build-stable-container.yml
vendored
7
.github/workflows/build-stable-container.yml
vendored
@@ -47,9 +47,11 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: quay.io/invidious/invidious
|
images: quay.io/invidious/invidious
|
||||||
|
flavor: |
|
||||||
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
type=raw,value=latest
|
||||||
labels: |
|
labels: |
|
||||||
quay.expires-after=12w
|
quay.expires-after=12w
|
||||||
|
|
||||||
@@ -71,10 +73,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: quay.io/invidious/invidious
|
images: quay.io/invidious/invidious
|
||||||
flavor: |
|
flavor: |
|
||||||
|
latest=false
|
||||||
suffix=-arm64
|
suffix=-arm64
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
type=raw,value=latest
|
||||||
labels: |
|
labels: |
|
||||||
quay.expires-after=12w
|
quay.expires-after=12w
|
||||||
|
|
||||||
|
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,18 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v2.20240825.2 (2024-08-26)
|
||||||
|
|
||||||
|
This releases fixes the container tags pushed on quay.io.
|
||||||
|
Previously, the ARM64 build was released under the `latest` tag, instead of `latest-arm64`.
|
||||||
|
|
||||||
|
### Full list of pull requests merged since the last release (newest first)
|
||||||
|
|
||||||
|
CI: Fix docker container tags ([#4883], by @SamantazFox)
|
||||||
|
|
||||||
|
[#4877]: https://github.com/iv-org/invidious/pull/4877
|
||||||
|
|
||||||
|
|
||||||
## v2.20240825.1 (2024-08-25)
|
## v2.20240825.1 (2024-08-25)
|
||||||
|
|
||||||
Add patch component to be [semver] compliant and make github actions happy.
|
Add 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.
|
|||||||
|
|
||||||
### Full list of pull requests merged since the last release (newest first)
|
### Full list of pull requests merged since the last release (newest first)
|
||||||
|
|
||||||
Allow manual trigger of release-container build (#4877, thanks @syeopite)
|
Allow manual trigger of release-container build ([#4877], thanks @syeopite)
|
||||||
|
|
||||||
|
[#4877]: https://github.com/iv-org/invidious/pull/4877
|
||||||
|
|
||||||
|
|
||||||
## v2.20240825.0 (2024-08-25)
|
## v2.20240825.0 (2024-08-25)
|
||||||
|
Reference in New Issue
Block a user