From 00dcdabcef83e6a80336089877ae2a890513727d Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Mon, 11 May 2026 13:51:17 +0200 Subject: [PATCH] Bump charts to `1.1.0` (#851) --- .github/workflows/test-conformance-shared.yaml | 2 +- .github/workflows/test-conformance-virtual.yaml | 2 +- README.md | 4 ++-- charts/k3k/Chart.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-conformance-shared.yaml b/.github/workflows/test-conformance-shared.yaml index d89a120..fb243a5 100644 --- a/.github/workflows/test-conformance-shared.yaml +++ b/.github/workflows/test-conformance-shared.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: k3k_version: - description: 'K3k version to test (e.g. v1.0.2). Leave empty to build from source.' + description: 'K3k version to test (e.g. v1.1.0). Leave empty to build from source.' required: false type: string k8s_version: diff --git a/.github/workflows/test-conformance-virtual.yaml b/.github/workflows/test-conformance-virtual.yaml index d6679f5..9a86723 100644 --- a/.github/workflows/test-conformance-virtual.yaml +++ b/.github/workflows/test-conformance-virtual.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: k3k_version: - description: 'K3k version to test (e.g. v1.0.2). Leave empty to build from source.' + description: 'K3k version to test (e.g. v1.1.0). Leave empty to build from source.' required: false type: string k8s_version: diff --git a/README.md b/README.md index 004d449..9405783 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.2/k3kcli-linux-amd64 && \ +wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.1.0/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.2/k3kcli-l You should now be able to run: ```bash -> % k3kcli --version -k3kcli version v1.0.2 +k3kcli version v1.1.0 ``` diff --git a/charts/k3k/Chart.yaml b/charts/k3k/Chart.yaml index f03613a..10f6957 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.1.0-rc7 -appVersion: v1.1.0-rc7 +version: 1.1.0 +appVersion: v1.1.0