Skip to content

Commit fc5f570

Browse files
Merge pull request cert-manager#8873 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents f368f56 + 20e2036 commit fc5f570

7 files changed

Lines changed: 39 additions & 289 deletions

File tree

.github/chainguard/make-self-upgrade.sts.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/make-self-upgrade.yaml

Lines changed: 0 additions & 114 deletions
This file was deleted.

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,46 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
13+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
18+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
1919
repo_path: modules/generate-verify
2020
- folder_name: go
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
23+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
2424
repo_path: modules/go
2525
- folder_name: help
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
28+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
2929
repo_path: modules/help
3030
- folder_name: klone
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
33+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
3434
repo_path: modules/klone
3535
- folder_name: licenses
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
38+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
3939
repo_path: modules/licenses
4040
- folder_name: repository-base
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
43+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
4444
repo_path: modules/repository-base
4545
- folder_name: tools
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
48+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
4949
repo_path: modules/tools
5050
make/_shared_new:
5151
- folder_name: helm
5252
repo_url: https://github.com/cert-manager/makefile-modules.git
5353
repo_ref: main
54-
repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d
54+
repo_hash: c342f2a9e10ae77e0b97273e1ab9fc449a09ec38
5555
repo_path: modules/helm

make/_shared/repository-base/01_mod.mk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ repository_base_dir := $(_repository_base_module_dir)base/
2424
## @category [shared] Generate/ Verify
2525
generate-base:
2626
cp -r $(repository_base_dir)/. ./
27-
cd $(repository_base_dir) && \
28-
find . -type f | while read file; do \
29-
sed "s|{{REPLACE:GH-REPOSITORY}}|$(repo_name:github.com/%=%)|g" "$$file" > "$(CURDIR)/$$file"; \
30-
done
3127
if [ ! -e ./.github/renovate.json5 ]; then \
3228
mkdir -p ./.github; \
3329
cp $(_repository_base_module_dir)/renovate-bootstrap-config.json5 ./.github/renovate.json5; \
3430
fi
31+
# TODO: Remove when all downstream repos are updated
32+
rm -f ./.github/chainguard/make-self-upgrade.sts.yaml ./.github/workflows/make-self-upgrade.yaml
3533

3634
shared_generate_targets += generate-base

make/_shared/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)