From 4bea2f444f10a3624710e2bb98dcb0a181c735fb Mon Sep 17 00:00:00 2001 From: Roger Versluis Date: Sun, 3 Sep 2023 13:09:04 -0600 Subject: [PATCH] Removed arm/32 support. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/workflows/docker-image.yml | 2 +- CHANGELOG.md | 4 ++++ client/src/app/navbar/navbar.component.html | 2 +- docker-publish.ps1 | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49147cd..38b0057 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,4 +13,6 @@ assignees: '' **Are you using Docker or as a service?** +**Which debrid provider are you using?** + **Please attach a log file here with the log setting set to debug** diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 48e262f..dde5ce5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -11,7 +11,7 @@ permissions: env: APP_NAME: rdtclient DOCKER_FILE: ./Dockerfile - DOCKER_PLATFORMS: "linux/arm/v7,linux/arm64/v8,linux/amd64" + DOCKER_PLATFORMS: "linux/arm64/v8,linux/amd64" ENABLE_DOCKERHUB: 1 ENABLE_GHCR: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index b95ad77..a99e350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.35] - 2023-08-02 +### Removed +- Docker arm32/v7 images because the base image does not support it anymore: https://www.linuxserver.io/blog/a-farewell-to-arm-hf + ## [2.0.34] - 2023-08-01 ### Changed - Update docker image to alpine 3.14. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 9a2620e..573c77e 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - Version 2.0.34 + Version 2.0.35 diff --git a/docker-publish.ps1 b/docker-publish.ps1 index 63ef6a3..a98e347 100755 --- a/docker-publish.ps1 +++ b/docker-publish.ps1 @@ -34,7 +34,7 @@ param( [string]$Version = "", [string]$DockerAccount = "rogerfar", - [string]$Platforms = "linux/arm/v7,linux/arm64/v8,linux/amd64", + [string]$Platforms = "linux/arm64/v8,linux/amd64", [string]$Dockerfile = "Dockerfile", [switch]$SkipPush, [switch]$SkipCache, diff --git a/package.json b/package.json index b5d73aa..4b36e98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.34", + "version": "2.0.35", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 51caf36..9dc172c 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net6.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.34 + 2.0.35 enable enable latest