diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 1e9ff5ecd1..7995399e35 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -283,7 +283,7 @@ projects: go_version: "1.21" - name: hook versions: - - tag: v0.9.1 + - tag: v0.9.2 go_version: "1.22" - name: hub versions: diff --git a/projects/tinkerbell/hook/CHECKSUMS b/projects/tinkerbell/hook/CHECKSUMS index 01cd274548..0b26a25062 100644 --- a/projects/tinkerbell/hook/CHECKSUMS +++ b/projects/tinkerbell/hook/CHECKSUMS @@ -1,4 +1,2 @@ -0cdc0ce4a063bcb1caa2a1df80c80c3173799facbf3e7adfcdaf750990db74f2 _output/bin/hook/linux-amd64/hook-bootkit -f9c6f44845a152b001396eead376f4c85e009cdb8e7ac74e7e4b50a745261f32 _output/bin/hook/linux-amd64/hook-docker -48d612288362dda9f7f9d0fb7e80498303678945fbf227babb82ad2498acc779 _output/bin/hook/linux-arm64/hook-bootkit -174d9dd2913476efbb8ab58fdd5eaa8672fe0789f2bf24a32fa3e89fb6a3e1a6 _output/bin/hook/linux-arm64/hook-docker +bd9bb4baf29f3b2046330203b0690ed0aa38cf28a18add04cbb7522f217c8955 _output/bin/hook/linux-arm64/hook-bootkit +ced55fdb33e2f07bec6d9a9063723226212b7a78ab771aaeeb13e61f1736fba6 _output/bin/hook/linux-arm64/hook-docker diff --git a/projects/tinkerbell/hook/GIT_TAG b/projects/tinkerbell/hook/GIT_TAG index 1bd5ffe10e..e6e6db4c47 100644 --- a/projects/tinkerbell/hook/GIT_TAG +++ b/projects/tinkerbell/hook/GIT_TAG @@ -1 +1 @@ -v0.9.1 +v0.9.2 diff --git a/projects/tinkerbell/hook/HOOK_BOOTKIT_ATTRIBUTION.txt b/projects/tinkerbell/hook/HOOK_BOOTKIT_ATTRIBUTION.txt index dabf525084..8c63e75b0c 100644 --- a/projects/tinkerbell/hook/HOOK_BOOTKIT_ATTRIBUTION.txt +++ b/projects/tinkerbell/hook/HOOK_BOOTKIT_ATTRIBUTION.txt @@ -29,7 +29,7 @@ https://github.com/opencontainers/go-digest ** github.com/opencontainers/image-spec/specs-go; version v1.0.2 -- https://github.com/opencontainers/image-spec -** github.com/tinkerbell/hook/hook-bootkit; version v0.9.1 -- +** github.com/tinkerbell/hook/hook-bootkit; version v0.9.2 -- https://github.com/tinkerbell/hook/hook-bootkit ** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.51.0 -- diff --git a/projects/tinkerbell/hook/HOOK_DOCKER_ATTRIBUTION.txt b/projects/tinkerbell/hook/HOOK_DOCKER_ATTRIBUTION.txt index ef3eab2113..4741be0062 100644 --- a/projects/tinkerbell/hook/HOOK_DOCKER_ATTRIBUTION.txt +++ b/projects/tinkerbell/hook/HOOK_DOCKER_ATTRIBUTION.txt @@ -1,5 +1,5 @@ -** github.com/tinkerbell/hook/hook-docker; version v0.9.1 -- +** github.com/tinkerbell/hook/hook-docker; version v0.9.2 -- https://github.com/tinkerbell/hook/hook-docker diff --git a/projects/tinkerbell/hook/README.md b/projects/tinkerbell/hook/README.md index 7656ade2f7..fbc984797f 100644 --- a/projects/tinkerbell/hook/README.md +++ b/projects/tinkerbell/hook/README.md @@ -1,5 +1,5 @@ ## **Hook** -![Version](https://img.shields.io/badge/version-v0.9.1-blue) +![Version](https://img.shields.io/badge/version-v0.9.2-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoicVVYYXpIMzRpazNGUTBWdnY1dittK09zNDJvRmtlUlpTZUtZRFoyMkZ0YzlZT3NBMTRSSUFacFg3ZzdVNjg3SlhOZ2dZNmExOVkwaDE5U2RNQldWSTBzPSIsIml2UGFyYW1ldGVyU3BlYyI6ImdYN1lEaGZuSVpQMjhLM2EiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) [Hook](https://github.com/tinkerbell/hook) is the Tinkerbell Installation Environment for bare-metal. It runs in-memory, installs operating system, and handles deprovisioning.