From 83e76ce0d2d2a5e9540f2290e08f7056b4d5b36d Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 15 Apr 2021 14:16:58 +0000 Subject: [PATCH 01/15] 'update files with ansible' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b1190dd..6c55674 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra:v3.14.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.14.0' } } stage('Notify gchat') { From c5c82885b2b62911e05b30f6b76c31020b8f54d6 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 29 Apr 2021 04:20:59 +0000 Subject: [PATCH 02/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c161d6..de13f0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.14.0/nzbhydra2-3.14.0-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.14.1/nzbhydra2-3.14.1-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 6c55674..66c080b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.14.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.14.1' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.14.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.14.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index a6d09aa..61059e7 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.34 +version: 0.1.35 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.14.0 +appVersion: v3.14.1 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 6f0d02e85b4173afbf0f556071171884a27495a4 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 23 May 2021 13:56:01 +0000 Subject: [PATCH 03/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index de13f0e..d0dad4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.14.1/nzbhydra2-3.14.1-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.14.2/nzbhydra2-3.14.2-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 66c080b..32e2e21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.14.1' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.14.2' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.14.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.14.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 61059e7..2758218 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.35 +version: 0.1.36 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.14.1 +appVersion: v3.14.2 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From f8580b937dc99449dc31ddf822f47f8925e1016b Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 11 Jul 2021 01:54:37 +0000 Subject: [PATCH 04/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- chart/nzbhydra/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0dad4e..98445a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.14.2/nzbhydra2-3.14.2-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.15.0/nzbhydra2-3.15.0-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 32e2e21..34d9dce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.14.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.15.0' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.14.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.15.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 2758218..b6bb032 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.36 +version: 0.1.37 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.14.2 +appVersion: v3.15.0 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png diff --git a/chart/nzbhydra/values.yaml b/chart/nzbhydra/values.yaml index 8b97287..a386e5e 100644 --- a/chart/nzbhydra/values.yaml +++ b/chart/nzbhydra/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/alpine/nzbhydra2 + repository: harbor.ervine.dev/public/x86_64/alpine/nzbhydra pullPolicy: Always imagePullSecrets: [] From ad6d73b93441896d961b0fae76cb842b72f2a287 Mon Sep 17 00:00:00 2001 From: jonny Date: Fri, 6 Aug 2021 04:46:44 +0000 Subject: [PATCH 05/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98445a5..f2615be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.15.0/nzbhydra2-3.15.0-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.15.1/nzbhydra2-3.15.1-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 34d9dce..feb623b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.15.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.15.1' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.15.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.15.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index b6bb032..116bdf4 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.37 +version: 0.1.38 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.15.0 +appVersion: v3.15.1 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 93b8269f899ed1a46c4a1cec5a41956ec1addf37 Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 28 Aug 2021 07:44:10 +0000 Subject: [PATCH 06/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f2615be..a82290d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.15.1/nzbhydra2-3.15.1-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.15.2/nzbhydra2-3.15.2-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index feb623b..dff4c8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.15.1' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.15.2' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.15.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.15.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 116bdf4..12b4572 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.38 +version: 0.1.39 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.15.1 +appVersion: v3.15.2 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From b2b4d525c83838fb1907d1e22f0a7738c95b3903 Mon Sep 17 00:00:00 2001 From: jonny Date: Tue, 5 Oct 2021 06:45:14 +0000 Subject: [PATCH 07/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a82290d..72976f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.15.2/nzbhydra2-3.15.2-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.0/nzbhydra2-3.17.0-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index dff4c8d..7f1eb49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.15.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.0' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.15.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.17.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 12b4572..4b446c5 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.39 +version: 0.1.40 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.15.2 +appVersion: v3.17.0 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From e43dc608c0a098635fca20edf9f220629a4b7d5b Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 6 Oct 2021 03:15:56 +0000 Subject: [PATCH 08/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72976f1..6202630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.0/nzbhydra2-3.17.0-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.1/nzbhydra2-3.17.1-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 7f1eb49..6b03491 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.1' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.17.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.17.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 4b446c5..4d1910c 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.40 +version: 0.1.410 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.17.0 +appVersion: v3.17.1 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 1e2e5d830e2ffab60e5be5bc9a77452e37a770e2 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 6 Oct 2021 03:21:07 +0000 Subject: [PATCH 09/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6202630..507a74b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.1/nzbhydra2-3.17.1-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.2/nzbhydra2-3.17.2-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 6b03491..82889d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.1' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.2' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.17.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.17.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 4d1910c..631d7a9 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.410 +version: 0.1.42 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.17.1 +appVersion: v3.17.2 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 07b5cd76a0f57686977b98ece355c22a314b1318 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 6 Oct 2021 03:29:07 +0000 Subject: [PATCH 10/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 507a74b..0544070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.2/nzbhydra2-3.17.2-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.3/nzbhydra2-3.17.3-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 82889d0..82019af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.3' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.17.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.17.3 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 631d7a9..1362d3d 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.42 +version: 0.1.43 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.17.2 +appVersion: v3.17.3 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 608af09136a0b51734381a7ac6380baef61787cd Mon Sep 17 00:00:00 2001 From: jonny Date: Mon, 29 Nov 2021 02:28:35 +0000 Subject: [PATCH 11/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0544070..d1317c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.17.3/nzbhydra2-3.17.3-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.0/nzbhydra2-3.18.0-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 82019af..846ae88 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.17.3' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.0' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.17.3 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.18.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 1362d3d..cc13682 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.43 +version: 0.1.44 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.17.3 +appVersion: v3.18.0 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 378dfb3e78f609ae8ace617113297b44e72ced8d Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 2 Dec 2021 14:03:17 +0000 Subject: [PATCH 12/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1317c8..e1e415f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.0/nzbhydra2-3.18.0-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.1/nzbhydra2-3.18.1-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 846ae88..a6c5c47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.1' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.18.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.18.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index cc13682..7ea7b0a 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.44 +version: 0.1.45 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.18.0 +appVersion: v3.18.1 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From e5f805204bd4e5b496096f13d7280e5bfb03c68e Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 8 Dec 2021 11:58:22 +0000 Subject: [PATCH 13/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1e415f..2e67314 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.1/nzbhydra2-3.18.1-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.2/nzbhydra2-3.18.2-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index a6c5c47..da79ee0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.1' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.2' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.18.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.18.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 7ea7b0a..0084599 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.45 +version: 0.1.46 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.18.1 +appVersion: v3.18.2 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From 0ac6c0d4cf832cc6bfd49a713d0927b374ecc2a7 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 8 Dec 2021 12:29:22 +0000 Subject: [PATCH 14/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e67314..60eba4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.2/nzbhydra2-3.18.2-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.3/nzbhydra2-3.18.3-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index da79ee0..a4aa5dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.3' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.18.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.18.3 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 0084599..70101e1 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.46 +version: 0.1.47 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.18.2 +appVersion: v3.18.3 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png From eac99106b9e59e2c0da68430f471ec84fa79c3ab Mon Sep 17 00:00:00 2001 From: jonny Date: Tue, 14 Dec 2021 13:19:13 +0000 Subject: [PATCH 15/15] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60eba4c..39a43fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.3/nzbhydra2-3.18.3-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v3.18.4/nzbhydra2-3.18.4-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index a4aa5dd..eb8987f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.3' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v3.18.4' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 3.18.3 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 3.18.4 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 70101e1..a99db24 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.47 +version: 0.1.48 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.18.3 +appVersion: v3.18.4 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png