Skip to content

Commit 5ef5c2f

Browse files
committed
Prepare release candidate 0.8.0
1 parent b40b413 commit 5ef5c2f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ on:
33
- workflow_dispatch
44

55
env:
6-
COSIGN_EXPERIMENTAL: 1
76
REGISTRY: ghcr.io
87
IMAGE_NAME: ${{ github.repository }}
9-
VERSION: 0.7.5
8+
VERSION: 0.8.0-RC1
109

1110
jobs:
1211
build:
@@ -28,7 +27,7 @@ jobs:
2827
token: ${{ secrets.GITHUB_TOKEN }}
2928

3029
- name: Log into container registry
31-
uses: redhat-actions/podman-login@v1.5
30+
uses: redhat-actions/podman-login@v1.6
3231
with:
3332
username: ${{ github.actor }}
3433
password: ${{ secrets.GITHUB_TOKEN }}
@@ -88,26 +87,26 @@ jobs:
8887
IMAGE_DIGEST: ${{ needs.build.outputs.image-digest }}
8988
steps:
9089
- name: Install Cosign
91-
uses: sigstore/cosign-installer@v2.8.1
90+
uses: sigstore/cosign-installer@v3.0.1
9291

9392
- name: Log into container registry
94-
uses: redhat-actions/podman-login@v1.5
93+
uses: redhat-actions/podman-login@v1.6
9594
with:
9695
username: ${{ github.actor }}
9796
password: ${{ secrets.GITHUB_TOKEN }}
9897
registry: ${{ env.REGISTRY }}
9998

10099
- name: Sign image
101100
run: |
102-
cosign sign "${IMAGE_NAME}@${IMAGE_DIGEST}"
101+
cosign sign --yes "${IMAGE_NAME}@${IMAGE_DIGEST}"
103102
104103
provenance:
105104
needs: [build,sign]
106105
permissions:
107106
actions: read
108107
id-token: write
109108
packages: write
110-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.4.0
109+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.5.0
111110
with:
112111
image: ${{ needs.build.outputs.image-name }}
113112
digest: ${{ needs.build.outputs.image-digest }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository contains the following Carvel packages.
1313

1414
| Package | Description |
1515
|---------|-------------|
16-
| [application-platform](https://github.com/kadras-io/kadras-application-platform) | A curated collection of packages to build an application platform or internal developer platform (IDP) on Kubernetes. |
16+
| [application-platform](https://github.com/kadras-io/kadras-application-platform) | A curated set of Carvel packages to build an engineering platform supporting application developers with paved paths to production on Kubernetes. |
1717
| [argo-cd](https://github.com/kadras-io/package-for-argo-cd) | A declarative and GitOps continuous delivery tool for Kubernetes. |
1818
| [cartographer](https://github.com/vmware-tanzu/package-for-cartographer) | A framework to build paved paths to production using your favourite cloud-native tools. Maintained by [VMware Tanzu](https://github.com/vmware-tanzu). |
1919
| [cartographer-blueprints](https://github.com/kadras-io/cartographer-blueprints) | A curated set of reusable blueprints for Cartographer, a Kubernetes-native framework to build paved paths to production. |

0 commit comments

Comments
 (0)