From bbdbc416c396fd181b9d43ca0b4f19840de992d0 Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Sun, 23 Feb 2025 10:38:19 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'Makefile'?= =?UTF-8?q?=20with=20remote=20'shared/configurations/Makefile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caf0758..93ad6bc 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64 # Tool Versions # ------------------ -UP_VERSION = v0.36.4 +UP_VERSION = v0.37.1 UP_CHANNEL = stable CROSSPLANE_CLI_VERSION = v1.18.0 CROSSPLANE_VERSION = v1.18.0-up.1 From 22b8b4ab807d44731d06b7d482e37429b1930e2a Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Sun, 23 Feb 2025 10:38:19 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/wo?= =?UTF-8?q?rkflows'=20with=20remote=20'shared/configurations/workflows'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d0ee77..50b3585 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: Setup Docker Buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3 with: version: ${{ env.DOCKER_BUILDX_VERSION }} install: true @@ -54,7 +54,7 @@ jobs: BUILD_ARGS: "--load" - name: Publish Artifacts to GitHub - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 with: name: output path: _output/** From a77a039e102922cb80eee3f6597f8aee88889a9f Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Sun, 23 Feb 2025 10:38:19 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/re?= =?UTF-8?q?novate.json5'=20with=20remote=20'shared/configurations/renovate?= =?UTF-8?q?.json5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index feb2c0e..5d750ec 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,6 +13,18 @@ labels: [ 'automated', ], + ignorePaths: [ // default renovate ignorePaths without '**/examples/**' + '**/node_modules/**', + '**/bower_components/**', + '**/vendor/**', + '**/__tests__/**', + '**/test/**', + '**/tests/**', + '**/__fixtures__/**' + ], + crossplane: { + fileMatch: ['(^|/)examples/.*\\.ya?ml$'] + }, packageRules: [ { matchFileNames: [ @@ -32,6 +44,11 @@ ], groupName: 'Makefile dependencies', }, + { + matchManagers: ['crossplane'], + matchFileNames: ['examples/**'], + groupName: 'examples' + }, ], customManagers: [ { From df228eacc80129ea4036dcba799e3596734beba4 Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Sun, 23 Feb 2025 10:38:19 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/CO?= =?UTF-8?q?DEOWNERS'=20with=20remote=20'.github/CODEOWNERS'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e300e5..580cae5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @upbound/team-customer-success +* @upbound/team-solutions