From e7df4ed7f055bc68c37b32bef9ddd7889d99debb Mon Sep 17 00:00:00 2001 From: Kevin McDermott Date: Mon, 16 Feb 2026 14:48:24 +0000 Subject: [PATCH] Release v1.0.2 updates Bump the default chart version and update the README with the new version. --- README.md | 4 ++-- charts/k3k/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96dfdcd1..004d449e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To install it, simply download the latest available version for your architectur For example, you can download the Linux amd64 version with: ``` -wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.1/k3kcli-linux-amd64 && \ +wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.2/k3kcli-linux-amd64 && \ chmod +x k3kcli && \ sudo mv k3kcli /usr/local/bin ``` @@ -75,7 +75,7 @@ wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.1/k3kcli-l You should now be able to run: ```bash -> % k3kcli --version -k3kcli version v1.0.1 +k3kcli version v1.0.2 ``` diff --git a/charts/k3k/Chart.yaml b/charts/k3k/Chart.yaml index 6bf6cf48..2342a5e8 100644 --- a/charts/k3k/Chart.yaml +++ b/charts/k3k/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: k3k description: A Helm chart for K3K type: application -version: 1.0.2-rc2 -appVersion: v1.0.2-rc2 +version: 1.0.2 +appVersion: v1.0.2