Skip to content

Commit

Permalink
Add updatecli targets for CAPIVersion const bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Nov 4, 2024
1 parent cdd30b9 commit c017d6a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions updatecli/updatecli.d/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c017d6a

Please sign in to comment.