From 4fb8e9f323589bacafc5648334e54dbe846597a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 20:31:41 +0000 Subject: [PATCH] chore(release): 2.3.15 [skip ci] ## [2.3.15](https://github.com/chgl/kube-powertools/compare/v2.3.14...v2.3.15) (2024-08-01) ### Miscellaneous Chores * **deps:** update docker.io/bitnami/kubectl:1.30.3 docker digest to c20ccfd ([#455](https://github.com/chgl/kube-powertools/issues/455)) ([1ebb823](https://github.com/chgl/kube-powertools/commit/1ebb8231a73c06610a0cc680a58fd750c8cd1d1e)) * **deps:** update docker.io/nginxinc/nginx-unprivileged:1.27.0 docker digest to ec78375 ([#452](https://github.com/chgl/kube-powertools/issues/452)) ([1e60fa1](https://github.com/chgl/kube-powertools/commit/1e60fa11f957496159d6a4ae9ac028ab37e0b2a3)) * **deps:** update github-actions ([#446](https://github.com/chgl/kube-powertools/issues/446)) ([3a35fe9](https://github.com/chgl/kube-powertools/commit/3a35fe974dbb06ef9aa02c203a1b8971440cea4b)) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fcbc5cbb..be0fd5f8 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ An always up to date collection of useful tools for your Kubernetes linting and Mount a folder containing your Helm or raw Kubernetes manifests: ```sh -docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.14 +docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.15 ``` The container image is pushed to these two registries: -- docker.io/chgl/kube-powertools:v2.3.14 -- ghcr.io/chgl/kube-powertools:v2.3.14 +- docker.io/chgl/kube-powertools:v2.3.15 +- ghcr.io/chgl/kube-powertools:v2.3.15 ## Helm Chart Repositories @@ -33,7 +33,7 @@ For example, you can mount this repository into the `kube-powertools` container in the `/samples/charts` dir: ```sh -$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.14 +$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.15 bash-5.1# CHARTS_DIR=samples/charts chart-powerlint.sh ``` @@ -106,7 +106,7 @@ First, determine the digest of the container image to verify. This digest is als the packages page on GitHub: . ```sh -IMAGE=ghcr.io/chgl/kube-powertools:v2.3.14 +IMAGE=ghcr.io/chgl/kube-powertools:v2.3.15 IMAGE_DIGEST=$(crane digest $IMAGE) IMAGE_TAG="${IMAGE#*:}" ```