Skip to content

Commit 8e79097

Browse files
authored
[codex] Prepare 0.1.3 release
Bump Helm chart metadata and release-facing documentation to v0.1.3.
1 parent 329c3e3 commit 8e79097

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ uses `kubectl port-forward` plus the release CLI binary from your machine.
5252
Set the version and image namespace you want to use:
5353

5454
```bash
55-
export KO_VERSION=v0.1.2
55+
export KO_VERSION=v0.1.3
5656
export KO_IMAGE=ghcr.io/colvin-y/kubernetes-ontology
5757
```
5858

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Use this path when you want to run the server in Kubernetes without compiling
168168
from source.
169169

170170
```bash
171-
export KO_VERSION=v0.1.2
171+
export KO_VERSION=v0.1.3
172172
export KO_IMAGE=ghcr.io/colvin-y/kubernetes-ontology
173173

174174
helm upgrade --install kubernetes-ontology ./charts/kubernetes-ontology \

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ npx skills add https://github.com/Colvin-Y/kubernetes-ontology/tree/main/skills/
110110
`kubectl port-forward` 访问。
111111

112112
```bash
113-
export KO_VERSION=v0.1.2
113+
export KO_VERSION=v0.1.3
114114
export KO_IMAGE=ghcr.io/colvin-y/kubernetes-ontology
115115

116116
helm upgrade --install kubernetes-ontology ./charts/kubernetes-ontology \

charts/kubernetes-ontology/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kubernetes-ontology
33
description: Read-only Kubernetes ontology server with an optional dependency-free viewer.
44
type: application
5-
version: 0.1.2
6-
appVersion: "0.1.2"
5+
version: 0.1.3
6+
appVersion: "0.1.3"
77
keywords:
88
- kubernetes
99
- ontology

docs/release.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Docker Hub account, namespace, access token, or repository secret.
5454
Use semantic version tags:
5555

5656
```bash
57-
git tag v0.1.2
58-
git push origin v0.1.2
57+
git tag v0.1.3
58+
git push origin v0.1.3
5959
```
6060

61-
Replace `v0.1.2` with the release tag you are publishing.
61+
Replace `v0.1.3` with the release tag you are publishing.
6262

6363
Pushing the tag starts both workflows:
6464

@@ -67,8 +67,8 @@ Pushing the tag starts both workflows:
6767
- `.github/workflows/docker.yml` builds and pushes a multi-architecture image:
6868

6969
```text
70-
ghcr.io/colvin-y/kubernetes-ontology:v0.1.2
71-
ghcr.io/colvin-y/kubernetes-ontology:0.1.2
70+
ghcr.io/colvin-y/kubernetes-ontology:v0.1.3
71+
ghcr.io/colvin-y/kubernetes-ontology:0.1.3
7272
ghcr.io/colvin-y/kubernetes-ontology:latest
7373
```
7474

@@ -87,13 +87,13 @@ gh run list --workflow Docker --limit 5
8787
Check the release assets:
8888

8989
```bash
90-
gh release view v0.1.2
90+
gh release view v0.1.3
9191
```
9292

9393
Pull the image:
9494

9595
```bash
96-
docker pull ghcr.io/colvin-y/kubernetes-ontology:v0.1.2
96+
docker pull ghcr.io/colvin-y/kubernetes-ontology:v0.1.3
9797
```
9898

9999
Deploy through Helm:
@@ -103,7 +103,7 @@ helm upgrade --install kubernetes-ontology ./charts/kubernetes-ontology \
103103
--namespace kubernetes-ontology \
104104
--create-namespace \
105105
--set image.repository=ghcr.io/colvin-y/kubernetes-ontology \
106-
--set image.tag=v0.1.2 \
106+
--set image.tag=v0.1.3 \
107107
--set cluster=your-logical-cluster \
108108
--set contextNamespaces='{default,kube-system}'
109109
```

skills/kubernetes-ontology-access/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ project release they selected or the version already present in the repository
110110
docs. Do not invent a future version.
111111

112112
```bash
113-
export KO_VERSION=v0.1.2
113+
export KO_VERSION=v0.1.3
114114
export KO_IMAGE=ghcr.io/colvin-y/kubernetes-ontology
115115

116116
helm upgrade --install kubernetes-ontology ./charts/kubernetes-ontology \

0 commit comments

Comments
 (0)