From c017d6a6fc426ee7929b004520faa909b90ac257 Mon Sep 17 00:00:00 2001 From: Danil-Grigorev Date: Mon, 4 Nov 2024 14:15:31 +0100 Subject: [PATCH] Add updatecli targets for CAPIVersion const bumps Signed-off-by: Danil-Grigorev --- updatecli/updatecli.d/manifest.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/updatecli/updatecli.d/manifest.yaml b/updatecli/updatecli.d/manifest.yaml index 0ecf9974..64da17db 100644 --- a/updatecli/updatecli.d/manifest.yaml +++ b/updatecli/updatecli.d/manifest.yaml @@ -98,6 +98,24 @@ targets: replacepattern: 'https://github.com/rancher-sandbox/cluster-api/releases/{{ source "capirelease" }}/' scmid: turtles sourceid: capirelease # Will be ignored as `replacepattern` is specified + bumpcapi-tests: + name: bump core capi in tests package + kind: file + spec: + file: ./internal/sync/provider_sync_test.go + matchpattern: 'CAPIVersion = .*' + replacepattern: CAPIVersion = "{{ source "capirelease" }}" + scmid: turtles + sourceid: capirelease # Will be ignored as `replacepattern` is specified + bumpcapi-e2e: + name: bump core capi in e2e package + kind: file + spec: + file: ./test/e2e/const.go + matchpattern: 'CAPIVersion = .*' + replacepattern: CAPIVersion = "{{ source "capirelease" }}" + scmid: turtles + sourceid: capirelease # Will be ignored as `replacepattern` is specified bumpcaprke2: name: bump caprke2 provider kind: file