Skip to content

Commit bd6a7c4

Browse files
authored
🌱 Update to Syself hetzner-installimage-v1.0.6 (#1440)
1 parent 29d690e commit bd6a7c4

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,3 +804,7 @@ create-hetzner-installimage-tgz:
804804
echo "tgz must contain only one directory. And it must be 'hetzner-installimage'."; \
805805
exit 1; \
806806
fi
807+
@echo
808+
@echo "============= ↓↓↓↓↓ Now update the version number here ↓↓↓↓↓ ============="
809+
@git ls-files | xargs grep -P 'hetzner-installimage.*v\d+\.\d+' || true
810+
@echo "↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑"

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def caph():
130130
yaml = str(encode_yaml_stream(yaml_dict))
131131
yaml = fixup_yaml_empty_arrays(yaml)
132132

133-
local("cp data/hetzner-installimage-v1.0.5.tgz .tiltbuild/installimage.tgz")
133+
local("cp data/hetzner-installimage-v1.0.6.tgz .tiltbuild/installimage.tgz")
134134

135135
# Set up a local_resource build of the provider's manager binary.
136136

data/hetzner-installimage-v1.0.5.tgz

-93.4 KB
Binary file not shown.

data/hetzner-installimage-v1.0.6.tgz

92.8 KB
Binary file not shown.

images/caph/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \
2525

2626
FROM --platform=${BUILDPLATFORM} gcr.io/distroless/static:nonroot
2727
WORKDIR /
28-
COPY data/hetzner-installimage-v1.0.5.tgz /installimage.tgz
28+
COPY data/hetzner-installimage-v1.0.6.tgz /installimage.tgz
2929
COPY --from=build /src/cluster-api-provider-hetzner/manager .
3030
# Use uid of nonroot user (65532) because kubernetes expects numeric user when applying pod security policies
3131
USER 65532

0 commit comments

Comments
 (0)