From a32958d5a7039c4356d5d0b0d666018b99b7947d Mon Sep 17 00:00:00 2001 From: Jordon Leach Date: Fri, 10 Feb 2023 15:42:22 -0500 Subject: [PATCH 1/2] Tag 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- artifacthub-pkg.yml | 14 +++++++------- questions-ui.yml | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9efa930..95defbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "host-namespaces-psp" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 5488309..37827be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "host-namespaces-psp" -version = "0.1.3" +version = "0.1.4" authors = ["Rafael Fernández López "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index c337ec3..d273278 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,5 +1,5 @@ --- -version: 0.1.3 +version: 0.1.4 name: host-namespaces-psp displayName: Host Namespaces PSP createdAt: '2023-01-19T14:46:21+02:00' @@ -8,14 +8,14 @@ license: Apache-2.0 homeURL: https://github.com/kubewarden/host-namespaces-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.3 + image: ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.4 keywords: - psp - container - network links: - name: policy - url: https://github.com/kubewarden/host-namespaces-psp-policy/releases/download/v0.1.3/policy.wasm + url: https://github.com/kubewarden/host-namespaces-psp-policy/releases/download/v0.1.4/policy.wasm - name: source url: https://github.com/kubewarden/host-namespaces-psp-policy provider: @@ -75,18 +75,18 @@ annotations: group: Settings label: Allow host ports hide_input: true - type: map[ + type: sequence[ variable: allow_host_ports - subquestions: + sequence_questions: - default: 0 tooltip: '' group: Settings label: min type: int - variable: allow_host_ports.min + variable: min - default: 0 tooltip: '' group: Settings label: max type: int - variable: allow_host_ports.max + variable: max \ No newline at end of file diff --git a/questions-ui.yml b/questions-ui.yml index b00c599..130d30b 100644 --- a/questions-ui.yml +++ b/questions-ui.yml @@ -40,18 +40,18 @@ questions: group: Settings label: Allow host ports hide_input: true - type: map[ + type: sequence[ variable: allow_host_ports - subquestions: + sequence_questions: - default: 0 tooltip: '' group: Settings label: min type: int - variable: allow_host_ports.min + variable: min - default: 0 tooltip: '' group: Settings label: max type: int - variable: allow_host_ports.max + variable: max From c48cdb003629bac01aef71dde7aa8fda4e913dff Mon Sep 17 00:00:00 2001 From: Jordon Leach Date: Mon, 13 Feb 2023 10:56:46 -0500 Subject: [PATCH 2/2] Update createdAt timestamp --- artifacthub-pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index d273278..2b638a8 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -2,7 +2,7 @@ version: 0.1.4 name: host-namespaces-psp displayName: Host Namespaces PSP -createdAt: '2023-01-19T14:46:21+02:00' +createdAt: '2023-02-13T15:56:34+00:00' description: A Pod Security Policy that controls the usage of host namespaces license: Apache-2.0 homeURL: https://github.com/kubewarden/host-namespaces-psp-policy