From e6364808b1ef20057be56dbd8659e31c2231c0f3 Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Fri, 16 Feb 2024 13:10:31 +0100 Subject: [PATCH] chore: bump version Signed-off-by: r3drun3 --- README.md | 6 +++--- SECURITY.md | 4 ++-- charts/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d4768a..eafb196 100644 --- a/README.md +++ b/README.md @@ -842,7 +842,7 @@ Warning FailedScheduling 63s default-scheduler 0/4 nodes are available: 1 n This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) to publish the operator *oci image* to *github registry* when new release tags are pushed to the main branch. In order to install the operator as a pod in the cluster you can leverage one of the *make* targets: ```console -make deploy IMG=ghcr.io/stackzoo/khaos:0.0.24 +make deploy IMG=ghcr.io/stackzoo/khaos:0.0.25 ``` This command will install all the required *CRDs* and *RBAC manifests* and then start the operator as a pod: @@ -869,12 +869,12 @@ As of right now, the charts are put inside the `charts` folder and not published The `realease` pipeline sign the operator's *OCI image* with [cosign](https://docs.sigstore.dev/signing/quickstart/). In order to verify the signature, use the following command: ```console -cosign verify --key cosign/cosign.pub ghcr.io/stackzoo/khaos:0.0.24 +cosign verify --key cosign/cosign.pub ghcr.io/stackzoo/khaos:0.0.25 ``` Verification output: ```console -Verification for ghcr.io/stackzoo/khaos:0.0.24 -- +Verification for ghcr.io/stackzoo/khaos:0.0.25 -- The following checks were performed on each of these signatures: - The cosign claims were validated - Existence of the claims in the transparency log was verified offline diff --git a/SECURITY.md b/SECURITY.md index 039c542..cd0d2ab 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ The following versions are currently being supported with security updates. | Version | Supported | | ------- | ------------------ | -| 0.0.24 | :white_check_mark: | -| < 0.0.24 | :x: | +| 0.0.25 | :white_check_mark: | +| < 0.0.25 | :x: | ## Reporting a Vulnerability diff --git a/charts/values.yaml b/charts/values.yaml index 02f62ed..5707d4a 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: ghcr.io/stackzoo/khaos - tag: 0.0.24 + tag: 0.0.25 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index bff2431..9e324d5 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/stackzoo/khaos - newTag: 0.0.24 + newTag: 0.0.25