Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump release-service-utils image in rh-sign-image-cosigin #670

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tasks/rh-sign-image-cosign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Tekton task to sign container images in snapshot by cosign.
| secretName | Name of secret containing needed credentials | No | - |
| signRegistryAccessPath | The relative path in the workspace to a text file that contains a list of repositories that needs registry.access.redhat.com image references to be signed (i.e. requires_terms=true), one repository string per line, e.g. "rhtas/cosign-rhel9". | No | - |

## Changes in 1.1.0
* Bump release-service-utils to upgrade cosign version to 2.4.0 which includes the fix of an issue the osci team is having when trying to release.

## Changes in 1.0.0
* Added mandatory parameter `signRegistryAccessPath`.
* The relative path in the workspace to a text file that contains a list of repositories
Expand Down
4 changes: 2 additions & 2 deletions tasks/rh-sign-image-cosign/rh-sign-image-cosign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: rh-sign-image-cosign
labels:
app.kubernetes.io/version: "1.0.0"
app.kubernetes.io/version: "1.1.0"
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/tags: release
Expand All @@ -29,7 +29,7 @@ spec:
description: Workspace to read and save files
steps:
- name: sign-image
image: quay.io/konflux-ci/release-service-utils:38c3bfd7479c86b832cba5b61f9bbde40c469393
image: quay.io/konflux-ci/release-service-utils:70be98cc78c9ef52526c4f2be437321aa943b516
env:
- name: AWS_DEFAULT_REGION
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: data
steps:
- name: setup-values
image: quay.io/konflux-ci/release-service-utils:38c3bfd7479c86b832cba5b61f9bbde40c469393
image: quay.io/konflux-ci/release-service-utils:70be98cc78c9ef52526c4f2be437321aa943b516
script: |
#!/usr/bin/env bash
set -eux
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
taskSpec:
steps:
- name: check-result
image: quay.io/konflux-ci/release-service-utils:38c3bfd7479c86b832cba5b61f9bbde40c469393
image: quay.io/konflux-ci/release-service-utils:70be98cc78c9ef52526c4f2be437321aa943b516
script: |
#!/usr/bin/env bash
set -eux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: data
steps:
- name: setup-values
image: quay.io/konflux-ci/release-service-utils:38c3bfd7479c86b832cba5b61f9bbde40c469393
image: quay.io/konflux-ci/release-service-utils:70be98cc78c9ef52526c4f2be437321aa943b516
script: |
#!/usr/bin/env bash
set -eux
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
taskSpec:
steps:
- name: check-result
image: quay.io/konflux-ci/release-service-utils:38c3bfd7479c86b832cba5b61f9bbde40c469393
image: quay.io/konflux-ci/release-service-utils:70be98cc78c9ef52526c4f2be437321aa943b516
script: |
#!/usr/bin/env bash
set -eux
Expand Down