From dceaa03feb49014b654d82b29a408fb068bfc59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Tue, 2 Jul 2024 13:19:55 -0300 Subject: [PATCH] chore: bumps version to v0.2.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes the artifacthub-pkg.yml file bumping the version to v0.2.5. Releasing the latest dependencies updates. Signed-off-by: José Guilherme Vanz --- artifacthub-pkg.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index bbdd35f..5bf8487 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,32 +4,32 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.2.4 +version: 0.2.5 name: container-resources displayName: Container Resources -createdAt: 2024-06-13T20:57:00.797963394Z +createdAt: 2024-07-02T16:19:09.567449406Z description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers license: Apache-2.0 homeURL: https://github.com/kubewarden/container-resources-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/container-resources:v0.2.4 + image: ghcr.io/kubewarden/policies/container-resources:v0.2.5 keywords: - container - resources links: - name: policy - url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.2.4/policy.wasm + url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.2.5/policy.wasm - name: source url: https://github.com/kubewarden/container-resources-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.2.4 + kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.2.5 ``` Then, generate the policy manifest and tune it to your liking. For example: ```console - kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/container-resources:v0.2.4 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/container-resources:v0.2.5 ``` maintainers: - name: Kubewarden developers