Skip to content

Commit 648d8b1

Browse files
committed
Bump version to 0.3.2
1 parent 2ae595c commit 648d8b1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 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.3.1
9+
VERSION: 0.3.2
1010

1111
jobs:
1212
build:
@@ -84,8 +84,6 @@ jobs:
8484
steps:
8585
- name: Install Cosign
8686
uses: sigstore/cosign-installer@v2.8.1
87-
with:
88-
cosign-release: 'v1.13.0'
8987

9088
- name: Log into container registry
9189
uses: redhat-actions/podman-login@v1.4
@@ -111,8 +109,6 @@ jobs:
111109
steps:
112110
- name: Install Cosign
113111
uses: sigstore/cosign-installer@v2.8.1
114-
with:
115-
cosign-release: 'v1.13.0'
116112

117113
- name: Log into container registry
118114
uses: redhat-actions/podman-login@v1.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.1 \
48+
--url ghcr.io/arktonix/kadras-packages:0.3.2 \
4949
-n carvel-packages
5050
```
5151

0 commit comments

Comments
 (0)