From cfd0a5a0f14c672afc04bb4d36f310a49747eaa3 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Mon, 12 Feb 2024 11:19:40 +0100 Subject: [PATCH] Update output timestamp SHIP Add missing `BuildTimestamp` in example. --- ships/0037-build-output-timestamp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ships/0037-build-output-timestamp.md b/ships/0037-build-output-timestamp.md index e61bc54..b428841 100644 --- a/ships/0037-build-output-timestamp.md +++ b/ships/0037-build-output-timestamp.md @@ -17,7 +17,7 @@ approvers: - "@qu1queee" creation-date: 2023-04-24 last-updated: 2023-12-11 -status: implementable +status: implemented --- # Build Output Image Timestamp @@ -73,7 +73,7 @@ We will extend the Build resource by an additional (Unix epoch) timestamp entry ```yaml spec: output: - timestamp: Zero | SourceTimestamp | | (null) + timestamp: Zero | SourceTimestamp | BuildTimestamp | | (null) ``` The `timestamp` entry is an optional string value field with the default being `null`. It can have multiple values that lead to different behavior: