Skip to content

Commit

Permalink
Merge pull request #235 from cert-manager/self-upgrade
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade into main
  • Loading branch information
jetstack-bot authored Jan 13, 2024
2 parents 97c47a1 + 1b4f882 commit 08fa5eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,55 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/generate-verify
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/klone
- folder_name: oci-image
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/oci-image
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: e3e4a87140be974c8cca913dc7ce920fe71141a9
repo_hash: 9f0a38db1bbd0ac468c2b12d6f61251b2f4452d9
repo_path: modules/tools
2 changes: 1 addition & 1 deletion make/_shared/help/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PURPLE=$(tput setaf 125)
EMPTYLINE_REGEX="^\s*$"
DOCBLOCK_REGEX="^##\s*(.*)$"
CATEGORY_REGEX="^##\s*@category\s*(.*)$"
TARGET_REGEX="^([a-zA-Z0-9%_\/%-\$\(\)]+):.*$"
TARGET_REGEX="^([a-zA-Z0-9\_\/\%\$\-\(\)]+):.*$"

EMPTY_ITEM="<start-category><end-category><start-target><end-target><start-comment><end-comment>"

Expand Down

0 comments on commit 08fa5eb

Please sign in to comment.