From c00cf69b552f6c904c4c919236bc9dce9f1c78d6 Mon Sep 17 00:00:00 2001 From: Clive Jevons Date: Mon, 11 Apr 2022 15:46:27 +0200 Subject: [PATCH 1/3] pin release-0.4 image version to tag 0.4.0 --- manifests/kilo-bootkube-flannel.yaml | 2 +- manifests/kilo-bootkube.yaml | 4 ++-- manifests/kilo-k3s-flannel.yaml | 4 ++-- manifests/kilo-k3s-userspace-heterogeneous.yaml | 14 +++++++------- manifests/kilo-k3s-userspace.yaml | 6 +++--- manifests/kilo-k3s.yaml | 6 +++--- manifests/kilo-kubeadm-flannel-userspace.yaml | 2 +- manifests/kilo-kubeadm-flannel.yaml | 2 +- manifests/kilo-kubeadm-userspace.yaml | 4 ++-- manifests/kilo-kubeadm.yaml | 4 ++-- manifests/kilo-typhoon-flannel.yaml | 2 +- manifests/kilo-typhoon.yaml | 4 ++-- manifests/peer-validation.yaml | 2 +- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/manifests/kilo-bootkube-flannel.yaml b/manifests/kilo-bootkube-flannel.yaml index 55ee7bd..c418113 100644 --- a/manifests/kilo-bootkube-flannel.yaml +++ b/manifests/kilo-bootkube-flannel.yaml @@ -67,7 +67,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-bootkube.yaml b/manifests/kilo-bootkube.yaml index 11e2c1e..40caf53 100644 --- a/manifests/kilo-bootkube.yaml +++ b/manifests/kilo-bootkube.yaml @@ -101,7 +101,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -131,7 +131,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c diff --git a/manifests/kilo-k3s-flannel.yaml b/manifests/kilo-k3s-flannel.yaml index cd88529..fe79233 100644 --- a/manifests/kilo-k3s-flannel.yaml +++ b/manifests/kilo-k3s-flannel.yaml @@ -96,7 +96,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -127,7 +127,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh args: diff --git a/manifests/kilo-k3s-userspace-heterogeneous.yaml b/manifests/kilo-k3s-userspace-heterogeneous.yaml index d70f08d..c3cf4c3 100644 --- a/manifests/kilo-k3s-userspace-heterogeneous.yaml +++ b/manifests/kilo-k3s-userspace-heterogeneous.yaml @@ -133,7 +133,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -164,7 +164,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh args: @@ -185,7 +185,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c @@ -264,7 +264,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -311,7 +311,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh args: @@ -332,7 +332,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c @@ -428,7 +428,7 @@ spec: readOnly: true initContainers: - name: generate-kubeconfig - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh args: diff --git a/manifests/kilo-k3s-userspace.yaml b/manifests/kilo-k3s-userspace.yaml index 3509f70..8b388c1 100644 --- a/manifests/kilo-k3s-userspace.yaml +++ b/manifests/kilo-k3s-userspace.yaml @@ -131,7 +131,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -178,7 +178,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh args: @@ -199,7 +199,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c diff --git a/manifests/kilo-k3s.yaml b/manifests/kilo-k3s.yaml index 35a9b7d..cbbc5cf 100644 --- a/manifests/kilo-k3s.yaml +++ b/manifests/kilo-k3s.yaml @@ -130,7 +130,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -160,7 +160,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh args: @@ -181,7 +181,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c diff --git a/manifests/kilo-kubeadm-flannel-userspace.yaml b/manifests/kilo-kubeadm-flannel-userspace.yaml index b928bb0..9f5cbcf 100644 --- a/manifests/kilo-kubeadm-flannel-userspace.yaml +++ b/manifests/kilo-kubeadm-flannel-userspace.yaml @@ -79,7 +79,7 @@ spec: mountPath: /var/run/wireguard readOnly: false - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-kubeadm-flannel.yaml b/manifests/kilo-kubeadm-flannel.yaml index 2fa308a..3337b4b 100644 --- a/manifests/kilo-kubeadm-flannel.yaml +++ b/manifests/kilo-kubeadm-flannel.yaml @@ -67,7 +67,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-kubeadm-userspace.yaml b/manifests/kilo-kubeadm-userspace.yaml index 2477940..09b51b9 100644 --- a/manifests/kilo-kubeadm-userspace.yaml +++ b/manifests/kilo-kubeadm-userspace.yaml @@ -114,7 +114,7 @@ spec: mountPath: /var/run/wireguard readOnly: false - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 imagePullPolicy: IfNotPresent args: - --kubeconfig=/etc/kubernetes/kubeconfig @@ -150,7 +150,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 imagePullPolicy: IfNotPresent command: - /bin/sh diff --git a/manifests/kilo-kubeadm.yaml b/manifests/kilo-kubeadm.yaml index 754fe5e..ff8c216 100644 --- a/manifests/kilo-kubeadm.yaml +++ b/manifests/kilo-kubeadm.yaml @@ -101,7 +101,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -131,7 +131,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c diff --git a/manifests/kilo-typhoon-flannel.yaml b/manifests/kilo-typhoon-flannel.yaml index fdc2a3b..b361255 100644 --- a/manifests/kilo-typhoon-flannel.yaml +++ b/manifests/kilo-typhoon-flannel.yaml @@ -67,7 +67,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-typhoon.yaml b/manifests/kilo-typhoon.yaml index 43607ac..82831ce 100644 --- a/manifests/kilo-typhoon.yaml +++ b/manifests/kilo-typhoon.yaml @@ -101,7 +101,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo + image: squat/kilo:0.4.0 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -131,7 +131,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo + image: squat/kilo:0.4.0 command: - /bin/sh - -c diff --git a/manifests/peer-validation.yaml b/manifests/peer-validation.yaml index f2f3170..c592751 100644 --- a/manifests/peer-validation.yaml +++ b/manifests/peer-validation.yaml @@ -46,7 +46,7 @@ spec: runAsUser: 1000 containers: - name: server - image: squat/kilo + image: squat/kilo:0.4.0 args: - webhook - --cert-file=/run/secrets/tls/tls.crt From 7c5f9ecc40f172acac59961f9e063f3cf2ddd921 Mon Sep 17 00:00:00 2001 From: Clive Jevons Date: Mon, 11 Apr 2022 18:18:26 +0200 Subject: [PATCH 2/3] bump referenced image version to 0.4.1 in preparation for release 0.4.1 --- manifests/kilo-bootkube-flannel.yaml | 2 +- manifests/kilo-bootkube.yaml | 4 ++-- manifests/kilo-k3s-flannel.yaml | 4 ++-- manifests/kilo-k3s-userspace-heterogeneous.yaml | 14 +++++++------- manifests/kilo-k3s-userspace.yaml | 6 +++--- manifests/kilo-k3s.yaml | 6 +++--- manifests/kilo-kubeadm-flannel-userspace.yaml | 4 ++-- manifests/kilo-kubeadm-flannel.yaml | 2 +- manifests/kilo-kubeadm-userspace.yaml | 6 +++--- manifests/kilo-kubeadm.yaml | 4 ++-- manifests/kilo-typhoon-flannel.yaml | 2 +- manifests/kilo-typhoon.yaml | 4 ++-- manifests/peer-validation.yaml | 2 +- 13 files changed, 30 insertions(+), 30 deletions(-) diff --git a/manifests/kilo-bootkube-flannel.yaml b/manifests/kilo-bootkube-flannel.yaml index c418113..cb8c256 100644 --- a/manifests/kilo-bootkube-flannel.yaml +++ b/manifests/kilo-bootkube-flannel.yaml @@ -67,7 +67,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-bootkube.yaml b/manifests/kilo-bootkube.yaml index 40caf53..e451e61 100644 --- a/manifests/kilo-bootkube.yaml +++ b/manifests/kilo-bootkube.yaml @@ -101,7 +101,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -131,7 +131,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c diff --git a/manifests/kilo-k3s-flannel.yaml b/manifests/kilo-k3s-flannel.yaml index fe79233..a9c267a 100644 --- a/manifests/kilo-k3s-flannel.yaml +++ b/manifests/kilo-k3s-flannel.yaml @@ -96,7 +96,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -127,7 +127,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh args: diff --git a/manifests/kilo-k3s-userspace-heterogeneous.yaml b/manifests/kilo-k3s-userspace-heterogeneous.yaml index c3cf4c3..56a2d5d 100644 --- a/manifests/kilo-k3s-userspace-heterogeneous.yaml +++ b/manifests/kilo-k3s-userspace-heterogeneous.yaml @@ -133,7 +133,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -164,7 +164,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh args: @@ -185,7 +185,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c @@ -264,7 +264,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -311,7 +311,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh args: @@ -332,7 +332,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c @@ -428,7 +428,7 @@ spec: readOnly: true initContainers: - name: generate-kubeconfig - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh args: diff --git a/manifests/kilo-k3s-userspace.yaml b/manifests/kilo-k3s-userspace.yaml index 8b388c1..777c85d 100644 --- a/manifests/kilo-k3s-userspace.yaml +++ b/manifests/kilo-k3s-userspace.yaml @@ -131,7 +131,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -178,7 +178,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh args: @@ -199,7 +199,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c diff --git a/manifests/kilo-k3s.yaml b/manifests/kilo-k3s.yaml index cbbc5cf..cd42233 100644 --- a/manifests/kilo-k3s.yaml +++ b/manifests/kilo-k3s.yaml @@ -130,7 +130,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -160,7 +160,7 @@ spec: readOnly: false initContainers: - name: generate-kubeconfig - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh args: @@ -181,7 +181,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c diff --git a/manifests/kilo-kubeadm-flannel-userspace.yaml b/manifests/kilo-kubeadm-flannel-userspace.yaml index 9f5cbcf..2ee2ba1 100644 --- a/manifests/kilo-kubeadm-flannel-userspace.yaml +++ b/manifests/kilo-kubeadm-flannel-userspace.yaml @@ -79,7 +79,7 @@ spec: mountPath: /var/run/wireguard readOnly: false - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -139,4 +139,4 @@ spec: type: FileOrCreate - name: wireguard hostPath: - path: /var/run/wireguard \ No newline at end of file + path: /var/run/wireguard diff --git a/manifests/kilo-kubeadm-flannel.yaml b/manifests/kilo-kubeadm-flannel.yaml index 3337b4b..b6035c1 100644 --- a/manifests/kilo-kubeadm-flannel.yaml +++ b/manifests/kilo-kubeadm-flannel.yaml @@ -67,7 +67,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-kubeadm-userspace.yaml b/manifests/kilo-kubeadm-userspace.yaml index 09b51b9..5d7626b 100644 --- a/manifests/kilo-kubeadm-userspace.yaml +++ b/manifests/kilo-kubeadm-userspace.yaml @@ -114,7 +114,7 @@ spec: mountPath: /var/run/wireguard readOnly: false - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 imagePullPolicy: IfNotPresent args: - --kubeconfig=/etc/kubernetes/kubeconfig @@ -150,7 +150,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -204,4 +204,4 @@ spec: type: FileOrCreate - name: wireguard hostPath: - path: /var/run/wireguard \ No newline at end of file + path: /var/run/wireguard diff --git a/manifests/kilo-kubeadm.yaml b/manifests/kilo-kubeadm.yaml index ff8c216..64f98e1 100644 --- a/manifests/kilo-kubeadm.yaml +++ b/manifests/kilo-kubeadm.yaml @@ -101,7 +101,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -131,7 +131,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c diff --git a/manifests/kilo-typhoon-flannel.yaml b/manifests/kilo-typhoon-flannel.yaml index b361255..79b49c5 100644 --- a/manifests/kilo-typhoon-flannel.yaml +++ b/manifests/kilo-typhoon-flannel.yaml @@ -67,7 +67,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) diff --git a/manifests/kilo-typhoon.yaml b/manifests/kilo-typhoon.yaml index 82831ce..915ef2f 100644 --- a/manifests/kilo-typhoon.yaml +++ b/manifests/kilo-typhoon.yaml @@ -101,7 +101,7 @@ spec: hostNetwork: true containers: - name: kilo - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - --kubeconfig=/etc/kubernetes/kubeconfig - --hostname=$(NODE_NAME) @@ -131,7 +131,7 @@ spec: readOnly: false initContainers: - name: install-cni - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 command: - /bin/sh - -c diff --git a/manifests/peer-validation.yaml b/manifests/peer-validation.yaml index c592751..d5ccbae 100644 --- a/manifests/peer-validation.yaml +++ b/manifests/peer-validation.yaml @@ -46,7 +46,7 @@ spec: runAsUser: 1000 containers: - name: server - image: squat/kilo:0.4.0 + image: squat/kilo:0.4.1 args: - webhook - --cert-file=/run/secrets/tls/tls.crt From 206b078c5f6b831004cb4d24d4168c131f34d57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Wed, 13 Apr 2022 12:02:07 +0200 Subject: [PATCH 3/3] CI: run for all PRs (#294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, CI only runs for PRs to the main branch. This commit modifies the configuration so that it runs for PRs to any branch. Signed-off-by: Lucas Servén Marín --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822ce2b..1906fbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: tags: - "*" pull_request: - branches: [ main ] schedule: - cron: '0 0 * * *' workflow_dispatch: