From 43eab2f5a74743fed7f3ad6d8a9512fa7ebd9b05 Mon Sep 17 00:00:00 2001 From: Hirokuni Kitahara Date: Thu, 13 Oct 2022 18:56:05 +0900 Subject: [PATCH] prep for releasing v0.4.2 (#96) Signed-off-by: Hirokuni-Kitahara1 Signed-off-by: Hirokuni-Kitahara1 --- docs/LATEST_RELEASE.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/LATEST_RELEASE.md b/docs/LATEST_RELEASE.md index 7fbeee1..e9a0fb1 100644 --- a/docs/LATEST_RELEASE.md +++ b/docs/LATEST_RELEASE.md @@ -1,3 +1,13 @@ +# What's new in v0.4.2 + +This release is a minor update to update the cosign version to v1.13.0. + + +--- + +# Backlog + +--- # What's new in v0.4.1 @@ -19,13 +29,11 @@ If you want to skip some validations/checks using interactive CLI input while co It is also used when the signing steps are automated and when you cannot input anything while the signing. ---- -# Backlog --- -What's new in v0.4.0 +# What's new in v0.4.0 In this release, a new signing method is added to `kubectl sigstore sign` command. It is not a default signing option yet, but we are planning the method will be default on the release v0.5.0 and later. The detail is described below.