mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-21 13:22:46 +02:00
Compare commits
1 Commits
v2.2024082
...
v2.2024082
Author | SHA1 | Date | |
---|---|---|---|
|
ffc70a5298 |
8
.github/workflows/build-stable-container.yml
vendored
8
.github/workflows/build-stable-container.yml
vendored
@@ -1,7 +1,6 @@
|
|||||||
name: Build and release container
|
name: Build and release container
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
@@ -47,11 +46,9 @@ 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
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||||
labels: |
|
labels: |
|
||||||
quay.expires-after=12w
|
quay.expires-after=12w
|
||||||
|
|
||||||
@@ -73,11 +70,10 @@ 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
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||||
labels: |
|
labels: |
|
||||||
quay.expires-after=12w
|
quay.expires-after=12w
|
||||||
|
|
||||||
|
30
CHANGELOG.md
30
CHANGELOG.md
@@ -1,32 +1,6 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2024-08-25
|
||||||
## 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)
|
|
||||||
|
|
||||||
Add patch component to be [semver] compliant and make github actions happy.
|
|
||||||
|
|
||||||
[semver]: https://semver.org/
|
|
||||||
|
|
||||||
### Full list of pull requests merged since the last release (newest first)
|
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
### New features & important changes
|
### New features & important changes
|
||||||
|
|
||||||
@@ -183,7 +157,7 @@ Allow manual trigger of release-container build ([#4877], thanks @syeopite)
|
|||||||
[#4876]: https://github.com/iv-org/invidious/pull/4876
|
[#4876]: https://github.com/iv-org/invidious/pull/4876
|
||||||
|
|
||||||
|
|
||||||
## v2.20240427 (2024-04-27)
|
## 2024-04-26
|
||||||
|
|
||||||
Major bug fixes:
|
Major bug fixes:
|
||||||
* Videos: Use android test suite client (#4650, thanks @SamantazFox)
|
* Videos: Use android test suite client (#4650, thanks @SamantazFox)
|
||||||
|
Reference in New Issue
Block a user