diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 6d51f05..10d1279 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -11,3 +11,4 @@ aliases: - irbekrm - sgtcodfish - inteon + - thatsmrtalbot diff --git a/klone.yaml b/klone.yaml index 4c300d5..a97355f 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,45 +10,45 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/cert-manager - folder_name: executable repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/executable - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/go - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: b22d7b9ed81a3770d994432e0f0e0f5a51c420e1 + repo_hash: 35c5c672f9704edc555fcc9cd5c92b8fd8464cac repo_path: modules/tools diff --git a/make/_shared/repository-base/base/OWNERS_ALIASES b/make/_shared/repository-base/base/OWNERS_ALIASES index 6d51f05..10d1279 100644 --- a/make/_shared/repository-base/base/OWNERS_ALIASES +++ b/make/_shared/repository-base/base/OWNERS_ALIASES @@ -11,3 +11,4 @@ aliases: - irbekrm - sgtcodfish - inteon + - thatsmrtalbot diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 295b161..d162f22 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -150,7 +150,7 @@ ADDITIONAL_TOOLS ?= tools += $(ADDITIONAL_TOOLS) # https://go.dev/dl/ -VENDORED_GO_VERSION := 1.22.2 +VENDORED_GO_VERSION := 1.22.3 # Print the go version which can be used in GH actions .PHONY: print-go-version