From aa086a76afe960c146ee22741f0dcc28766d1068 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 22 May 2024 10:20:27 -0300 Subject: [PATCH 1/8] BREAKING CHANGE: deprecate 3.16 --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index de9bfb2..00d089e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,4 +21,3 @@ matrix: - "3.19.1" - "3.18.6" - "3.17.7" - - "3.16.9" From b99a8111d8b28f29a3c5a371b8d8536d84734853 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 22 May 2024 10:20:38 -0300 Subject: [PATCH 2/8] feat: 3.20 released --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 00d089e..7bf8d52 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,7 @@ steps: event: "push" matrix: ALPINE_VERSION: + - "3.20.0" - "3.19.1" - "3.18.6" - "3.17.7" From f7da5977840652b7b546c98072ca724089c5821a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 19 Jun 2024 10:14:59 -0300 Subject: [PATCH 3/8] feat: upgrade --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7bf8d52..71dcde8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: ALPINE_VERSION: - - "3.20.0" - - "3.19.1" - - "3.18.6" - - "3.17.7" + - "3.20.1" + - "3.19.2" + - "3.18.7" + - "3.17.8" From c0e6b8150b63d19ac7dada60cb54d52773c4e9c1 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 19 Jun 2024 10:15:44 -0300 Subject: [PATCH 4/8] refactor: use matrix so it's easier to merge downstream containers --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 71dcde8..c4defc6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,8 +17,8 @@ steps: branch: "antifascista" event: "push" matrix: - ALPINE_VERSION: - - "3.20.1" - - "3.19.2" - - "3.18.7" - - "3.17.8" + include: + - ALPINE_VERSION: "3.20.1" + - ALPINE_VERSION: "3.19.2" + - ALPINE_VERSION: "3.18.7" + - ALPINE_VERSION: "3.17.8" From 41354bbc951c962e292e7c0dfeeb50b00adfe1fb Mon Sep 17 00:00:00 2001 From: f Date: Fri, 21 Jun 2024 12:21:51 -0300 Subject: [PATCH 5/8] fix: deprecate MAINTAINER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c93e2e..5d62bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ ARG ALPINE_VERSION=3.18.3 ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} -MAINTAINER "f " +LABEL org.opencontainers.image.authors="f@sutty.nl" From 000ac53f39885f4c5dafe8d20b963733ac6bb407 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 23 Jul 2024 10:18:44 -0300 Subject: [PATCH 6/8] feat: upgrades https://alpinelinux.org/posts/Alpine-3.17.9-3.18.8-3.19.3-released.html https://alpinelinux.org/posts/Alpine-3.20.2-released.html --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4defc6..e1e960c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.1" - - ALPINE_VERSION: "3.19.2" - - ALPINE_VERSION: "3.18.7" - - ALPINE_VERSION: "3.17.8" + - ALPINE_VERSION: "3.20.2" + - ALPINE_VERSION: "3.19.3" + - ALPINE_VERSION: "3.18.8" + - ALPINE_VERSION: "3.17.9" From fc1a12e59240597072328f0fe7a48dabe2f4ba1d Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Sep 2024 17:25:35 -0300 Subject: [PATCH 7/8] fix: upgrade alpines --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e1e960c..2ffb3a6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.2" - - ALPINE_VERSION: "3.19.3" - - ALPINE_VERSION: "3.18.8" - - ALPINE_VERSION: "3.17.9" + - ALPINE_VERSION: "3.20.3" + - ALPINE_VERSION: "3.19.4" + - ALPINE_VERSION: "3.18.9" + - ALPINE_VERSION: "3.17.10" From 0e8b6ac71a39f28e3a466b6b36b1d37bddea430a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Oct 2024 10:35:32 -0300 Subject: [PATCH 8/8] fix: move docker password to plugin config https://github.com/woodpecker-ci/woodpecker/issues/4140#issuecomment-2369019247 --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2ffb3a6..c5366fc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,8 +11,8 @@ steps: build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" - secrets: - - "DOCKER_PASSWORD" + password: + from_secret: "DOCKER_PASSWORD" when: branch: "antifascista" event: "push"