Skip to content

Commit 478d828

Browse files
authored
Merge pull request #749 from jetstack/upgrade
Run 'make upgrade-klone' and 'make generate'
2 parents 082d0df + 69e091f commit 478d828

File tree

14 files changed

+144
-261
lines changed

14 files changed

+144
-261
lines changed

.github/chainguard/renovate.sts.yaml

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

.github/dependabot.yaml

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

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
4-
'github>cert-manager/renovate-config:default.json5',
4+
'github>cert-manager/makefile-modules:renovate-config.json5',
55
],
66
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
exit 1
3333
3434
- name: Octo STS Token Exchange
35-
uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
35+
uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
3636
id: octo-sts
3737
with:
3838
scope: 'jetstack/jetstack-secure'
3939
identity: make-self-upgrade
4040

41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
4343
# the tags so `git describe` returns a valid version.
4444
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
make print-go-version >> "$GITHUB_OUTPUT"
5252
53-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
53+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5454
with:
5555
go-version: ${{ steps.go-version.outputs.result }}
5656

.github/workflows/renovate.yaml

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

Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@
3939
# For details on some of these "prelude" settings, see:
4040
# https://clarkgrubb.com/makefile-style-guide
4141
MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
42-
SHELL := /usr/bin/env PS1="" bash
43-
.SHELLFLAGS := -uo pipefail -c
42+
SHELL := /usr/bin/env bash
43+
# The `--norc` option prevents "PS1: unbound" errors.
44+
# If Bash thinks it is being run with its standard input connected to a network
45+
# connection (such as via SSH or via Docker), it reads and executes commands
46+
# from ~/.bashrc, regardless of whether it thinks it is in interactive mode.
47+
# Bash does not set PS1 in non-interactive environments. But on Ubuntu 24.04 the
48+
# default /etc/bash.bashrc file assumes that PS1 is set.
49+
#
50+
# See https://www.gnu.org/software/bash/manual/bash.html#Invoked-by-remote-shell-daemon
51+
.SHELLFLAGS := --norc -uo pipefail -c
4452
.DEFAULT_GOAL := help
4553
.DELETE_ON_ERROR:
4654
.SUFFIXES:

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,55 @@ targets:
1010
- folder_name: generate-verify
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
13+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
1414
repo_path: modules/generate-verify
1515
- folder_name: go
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
18+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
1919
repo_path: modules/go
2020
- folder_name: helm
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
23+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
2424
repo_path: modules/helm
2525
- folder_name: help
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
28+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
2929
repo_path: modules/help
3030
- folder_name: kind
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
33+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
3434
repo_path: modules/kind
3535
- folder_name: klone
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
38+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
3939
repo_path: modules/klone
4040
- folder_name: licenses
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
43+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
4444
repo_path: modules/licenses
4545
- folder_name: oci-build
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
48+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
4949
repo_path: modules/oci-build
5050
- folder_name: oci-publish
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
53+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
5454
repo_path: modules/oci-publish
5555
- folder_name: repository-base
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
58+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
5959
repo_path: modules/repository-base
6060
- folder_name: tools
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
63+
repo_hash: 2c5045aea89e02724fed0b9148e6b21abca94e9a
6464
repo_path: modules/tools

make/_shared/go/base/.github/workflows/govulncheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == '{{REPLACE:GH-REPOSITORY}}'
2121

2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525
# the tags so `git describe` returns a valid version.
2626
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
make print-go-version >> "$GITHUB_OUTPUT"
3232
33-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
33+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3434
with:
3535
go-version: ${{ steps.go-version.outputs.result }}
3636

make/_shared/repository-base/base/.github/chainguard/renovate.sts.yaml

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
exit 1
3333
3434
- name: Octo STS Token Exchange
35-
uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
35+
uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
3636
id: octo-sts
3737
with:
3838
scope: '{{REPLACE:GH-REPOSITORY}}'
3939
identity: make-self-upgrade
4040

41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
4343
# the tags so `git describe` returns a valid version.
4444
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
make print-go-version >> "$GITHUB_OUTPUT"
5252
53-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
53+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5454
with:
5555
go-version: ${{ steps.go-version.outputs.result }}
5656

0 commit comments

Comments
 (0)