From 5879bd7f961b9b8ea2bd92ac3a5471cd090c180b Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 24 Oct 2023 07:48:29 +0100 Subject: [PATCH] v3.0.20 (#136) Minor updates * Updating to FreshRSS 1.22.0 Build updates * Updating workflows * Renaming beta tags to dev Development updates * Enforce LF line endings --- .gitattributes | 2 ++ .github/workflows/auto-pr.yml | 2 +- .github/workflows/dev.yml | 14 +++++++------- .github/workflows/publish.yml | 10 +++++----- .github/workflows/update-readme.yml | 4 ++-- VERSION | 2 +- overlay/tmp/FRESHRSS_MINOR | 2 +- overlay/tmp/FRESHRSS_REVISION | 2 +- 8 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4ff3bd7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Always use LF endings. +* text eol=lf \ No newline at end of file diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 213d5b8..ae26510 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout Branch ${{ github.ref_name }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Pull Request uses: bfren/pull-request@v2 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5faed8a..5400c13 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -12,13 +12,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 build: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get repository name run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV @@ -31,20 +31,20 @@ jobs: id: version - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: | BF_IMAGE=${{ env.REPOSITORY_NAME }} @@ -53,7 +53,7 @@ jobs: platforms: linux/amd64,linux/arm/v7,linux/arm64 tags: | bfren/freshrss:dev - bfren/freshrss:${{ steps.version.outputs.contents }}-beta + bfren/freshrss:${{ steps.version.outputs.contents }}-dev - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 678e84c..5dea6b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get repository name run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV @@ -54,20 +54,20 @@ jobs: id: version - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: | BF_IMAGE=${{ env.REPOSITORY_NAME }} diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 14fd935..7fc7506 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -15,10 +15,10 @@ jobs: shell: bash - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/VERSION b/VERSION index 4ffb4e1..87e5fea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.19 \ No newline at end of file +3.0.20 \ No newline at end of file diff --git a/overlay/tmp/FRESHRSS_MINOR b/overlay/tmp/FRESHRSS_MINOR index 0fdd235..e342dea 100644 --- a/overlay/tmp/FRESHRSS_MINOR +++ b/overlay/tmp/FRESHRSS_MINOR @@ -1 +1 @@ -1.20 \ No newline at end of file +1.22 \ No newline at end of file diff --git a/overlay/tmp/FRESHRSS_REVISION b/overlay/tmp/FRESHRSS_REVISION index e4264e9..80a81c0 100644 --- a/overlay/tmp/FRESHRSS_REVISION +++ b/overlay/tmp/FRESHRSS_REVISION @@ -1 +1 @@ -1.21.0 \ No newline at end of file +1.22.0 \ No newline at end of file