Skip to content

Commit e4e957c

Browse files
committed
Update documentation
1 parent ed29f5b commit e4e957c

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
COSIGN_EXPERIMENTAL: 1
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.repository }}
9-
VERSION: 0.2.4
9+
VERSION: 0.3.0
1010

1111
jobs:
1212
build:
@@ -19,7 +19,7 @@ jobs:
1919
image-release: ${{ steps.image-info.outputs.release }}
2020
steps:
2121
- name: Checkout source code
22-
uses: actions/checkout@v3.0.2
22+
uses: actions/checkout@v3.1.0
2323

2424
- name: Set up Carvel
2525
uses: vmware-tanzu/carvel-setup-action@v1.1.1
@@ -55,7 +55,7 @@ jobs:
5555
package_file=repo/package-repository.yml
5656
image_release=$(yq '.spec.fetch.imgpkgBundle.image' ${package_file})
5757
echo "IMAGE_RELEASE=${image_release}" >> $GITHUB_ENV
58-
echo "::set-output name=release::${image_release}"
58+
echo "release=${image_release}" >> $GITHUB_OUTPUT
5959
6060
- name: Add additional tags to OCI image
6161
run: |
@@ -83,9 +83,9 @@ jobs:
8383
IMAGE_RELEASE: ${{ needs.build.outputs.image-release }}
8484
steps:
8585
- name: Install Cosign
86-
uses: sigstore/cosign-installer@v2.7.0
86+
uses: sigstore/cosign-installer@v2.8.1
8787
with:
88-
cosign-release: 'v1.12.1'
88+
cosign-release: 'v1.13.0'
8989

9090
- name: Log into container registry
9191
uses: redhat-actions/podman-login@v1.4
@@ -110,9 +110,9 @@ jobs:
110110
PROVENANCE_FILE: provenance.att
111111
steps:
112112
- name: Install Cosign
113-
uses: sigstore/cosign-installer@v2.7.0
113+
uses: sigstore/cosign-installer@v2.8.1
114114
with:
115-
cosign-release: 'v1.12.1'
115+
cosign-release: 'v1.13.0'
116116

117117
- name: Log into container registry
118118
uses: redhat-actions/podman-login@v1.4
@@ -140,7 +140,7 @@ jobs:
140140
jq '.predicate' "${PROVENANCE_FILE}" > provenance-predicate.att
141141
cosign attest --predicate provenance-predicate.att --type slsaprovenance "${IMAGE_RELEASE}"
142142
143-
- uses: actions/upload-artifact@v3.1.0
143+
- uses: actions/upload-artifact@v3.1.1
144144
with:
145145
name: provenance.att
146146
path: ${{ env.PROVENANCE_FILE }}

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Kadras Packages
22

3-
A collection of Kubernetes-native packages based on [Carvel](https://carvel.dev) and part of the Kadras project.
3+
A collection of Kubernetes-native packages built with [Carvel](https://carvel.dev) and part of the Kadras project.
44

55
## Package Repository
66

7-
This repository contains the Carvel packages part of the [Kadras](https://kadras.io) project.
7+
This repository contains the following Carvel packages part of the [Kadras](https://kadras.io) project.
88

99
| Package | Description |
1010
|---------|-------------|
@@ -45,7 +45,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4545
```shell
4646
kubectl create namespace carvel-packages
4747
kctrl package repository add -r kadras-repo \
48-
--url ghcr.io/arktonix/kadras-packages:0.2.4 \
48+
--url ghcr.io/arktonix/kadras-packages:0.3.0 \
4949
-n carvel-packages
5050
```
5151

@@ -87,11 +87,10 @@ You can find more documentation about Carvel package management at [carvel.dev](
8787

8888
## References
8989

90-
This package repository is based on and inspired by the work done by the Carvel team and the
91-
Tanzu Community Edition project.
90+
This package repository is inspired by the work done by the Carvel team and the
91+
[Tanzu Community Edition](https://github.com/vmware-tanzu/community-edition) project (now retired).
9292

93-
* [Kubernetes native package management with Carvel](https://carvel.dev/kapp-controller/docs/latest/packaging)
94-
* [Tanzu Community Edition, an open-source Kubernetes platform](https://tanzucommunityedition.io)
93+
Learn more about [Kubernetes-native package management with Carvel](https://carvel.dev/kapp-controller/docs/latest/packaging).
9594

9695
## Supply Chain Security
9796

0 commit comments

Comments
 (0)