From b7af4de4ac75d2e1ada1e6d307c32917a808becd Mon Sep 17 00:00:00 2001 From: bobokun Date: Mon, 22 May 2023 21:50:29 -0400 Subject: [PATCH] changelog and version bump --- CHANGELOG | 2 ++ Dockerfile | 2 +- VERSION | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 58bc754..a40e2d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ - requests updated to 2.30.0 - ruamel.yaml updated to 0.17.26 - Adds new dependency bencodepy to generate hash for cross-seed +- Adds new dependency GitPython for checking git branches # Bug Fixes - Changes HardLink Logic (Thanks to @ColinHebert for the suggestion) Fixes #291 @@ -13,5 +14,6 @@ - Fixes #292 - Fixes #201 - Fixes #279 +- Updates Dockerfile to debloat and move to Python 3.11 **Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v3.6.2...v3.6.3 diff --git a/Dockerfile b/Dockerfile index e35cb1a..1c6afc9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN echo "**** install system packages ****" \ && apt-get update \ && apt-get upgrade -y --no-install-recommends \ && apt-get install -y tzdata --no-install-recommends \ - && apt-get install -y gcc g++ libxml2-dev libxslt-dev bash curl wget jq grep sed coreutils findutils unzip p7zip ca-certificates \ + && apt-get install -y gcc g++ libxml2-dev libxslt-dev libz-dev bash curl wget jq grep sed coreutils findutils unzip p7zip ca-certificates \ && wget -O /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-"$(dpkg --print-architecture | awk -F- '{ print $NF }')" \ && chmod +x /tini \ && pip3 install --no-cache-dir --upgrade --requirement /requirements.txt \ diff --git a/VERSION b/VERSION index eacb9d8..bb6360f 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.3-develop1 +3.6.3-develop2