From 2a8bc1152d97636272ea3f87b7e9b0af5d33cdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 20 Sep 2023 14:24:47 +0200 Subject: [PATCH 1/3] chore: bump golang to 1.21 (#759) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/ci.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26b0ba89e..b2bd02b7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Set up Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: "1.20" + go-version: ~1.21.1 - name: Test Policy run: go run ./cmd/cli/kubectl-kyverno test ../policies @@ -108,7 +108,7 @@ jobs: - name: Set up Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: "1.20" + go-version: ~1.21.1 - name: Lint policies run: | set -e diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d9e160ad..c046ec563 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: - name: Setup Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: ~1.20.2 + go-version: ~1.21.1 - name: Install Tools run: | GOBIN=$(pwd)/.tools/ go install sigs.k8s.io/kind@v0.19.0 From 6a9cd40564e6be156e5db69b92849e01f33730f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 20 Sep 2023 14:39:51 +0200 Subject: [PATCH 2/3] chore: add myself in artifacthub owners (#758) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- artifacthub-repo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml index 518ad51a2..33dac9cd4 100644 --- a/artifacthub-repo.yml +++ b/artifacthub-repo.yml @@ -3,3 +3,5 @@ repositoryID: 231d81b2-c91a-4a4b-907e-67c0a863e8fa owners: - name: Chip Zoller email: chipzoller@gmail.com + - name: Charles-Edouard Brétéché + email: charled.breteche@gmail.com From d82ab7e7782333edaefb4b05f72dbc2ade5de6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 20 Sep 2023 14:44:44 +0200 Subject: [PATCH 3/3] chore: enable cherry pick bot (#757) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/cherry-pick-bot.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/cherry-pick-bot.yml diff --git a/.github/cherry-pick-bot.yml b/.github/cherry-pick-bot.yml new file mode 100644 index 000000000..1f62315d7 --- /dev/null +++ b/.github/cherry-pick-bot.yml @@ -0,0 +1,2 @@ +enabled: true +preservePullRequestTitle: true