From cf61a01bf8f77a52c742ce44a7c455aad3c6b55e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 24 Oct 2024 19:00:46 -0400 Subject: [PATCH] chore: bump task version Signed-off-by: Ralph Bean --- tasks/create-pyxis-image/README.md | 2 ++ tasks/create-pyxis-image/create-pyxis-image.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/create-pyxis-image/README.md b/tasks/create-pyxis-image/README.md index 5315b2141..9285a52e7 100644 --- a/tasks/create-pyxis-image/README.md +++ b/tasks/create-pyxis-image/README.md @@ -17,6 +17,8 @@ The relative path of the pyxis.json file in the data workspace is output as a ta | isLatest | If set to true, the images will have a latest tag added with their Pyxis entries | Yes | false | | rhPush | If set to true, an additional entry will be created in ContainerImage.repositories with the registry and repository fields converted to use Red Hat's official registry. E.g. a mapped repository of "quay.io/redhat-pending/product---my-image" will be converted to use registry "registry.access.redhat.com" and repository "product/my-image". Also, this repository entry will be marked as published. | Yes | false | | snapshotPath | Path to the JSON string of the mapped Snapshot spec in the data workspace | No | - | +## Changes in 3.4.0 +* Added support for uploading uncompressed layer information to pyxis ## Changes in 3.3.4 * Properly expand platform variables for oras args diff --git a/tasks/create-pyxis-image/create-pyxis-image.yaml b/tasks/create-pyxis-image/create-pyxis-image.yaml index eb853a7dd..a1703ea96 100644 --- a/tasks/create-pyxis-image/create-pyxis-image.yaml +++ b/tasks/create-pyxis-image/create-pyxis-image.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: create-pyxis-image labels: - app.kubernetes.io/version: "3.3.4" + app.kubernetes.io/version: "3.4.0" annotations: tekton.dev/pipelines.minVersion: "0.12.1" tekton.dev/tags: release