Skip to content

Commit 5ebf6ae

Browse files
committed
feat: publish more validation modules
Signed-off-by: peefy <[email protected]>
1 parent 4296f88 commit 5ebf6ae

File tree

20 files changed

+20
-20
lines changed
  • disallow-anonymous
  • psp-app-armor
  • restrict-automount-sa-token
  • restrict-binding-clusteradmin
  • restrict-binding-system-group-restrict-anonymous
  • restrict-binding-system-group-restrict-masters
  • restrict-binding-system-group-restrict-subject-name
  • restrict-binding-system-group-restrict-unauthenticated
  • restrict-clusterrole-nodesproxy
  • restrict-control-plane-scheduling-control-plane
  • restrict-control-plane-scheduling-master
  • restrict-control-plane-scheduling-nodes
  • restrict-deprecated-k8s-gcr-io-registry
  • restrict-deprecated-registries
  • restrict-edit-for-endpoints
  • restrict-escalation-verbs-roles
  • restrict-ingress-check-single-host
  • restrict-ingress-classes
  • restrict-ingress-defaultbackend
  • restrict-ingress-deny-multiple-hosts

20 files changed

+20
-20
lines changed

disallow-anonymous/kcl.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "disallow-anonymous"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "`disallow-anonymous` is a kcl validation package"
55

psp-app-armor/kcl.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "psp-app-armor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "`psp-app-armor` is a kcl validation package"
55

restrict-automount-sa-token/kcl.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-automount-sa-token"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-automount-sa-token` is a KCL validation module"
55

restrict-binding-clusteradmin/kcl.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-binding-clusteradmin"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-binding-clusteradmin` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-binding-system-group-restrict-anonymous"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-binding-system-group-restrict-anonymous` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-binding-system-group-restrict-masters"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-binding-system-group-restrict-masters` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-binding-system-group-restrict-subject-name"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-binding-system-group-restrict-subject-name` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-binding-system-group-restrict-unauthenticated"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-binding-system-group-restrict-unauthenticated` is a KCL validation module"
55

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-clusterrole-nodesproxy"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-clusterrole-nodesproxy` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-control-plane-scheduling-control-plane"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-control-plane-scheduling-control-plane` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-control-plane-scheduling-master"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-control-plane-scheduling-master` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-control-plane-scheduling-nodes"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-control-plane-scheduling-nodes` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-deprecated-k8s-gcr-io-registry"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-deprecated-k8s-gcr-io-registry` is a KCL validation module"
55

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-deprecated-registries"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-deprecated-registries` is a KCL validation module"
55

restrict-edit-for-endpoints/kcl.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-edit-for-endpoints"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-edit-for-endpoints` is a KCL validation module"
55

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-escalation-verbs-roles"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-escalation-verbs-roles` is a KCL validation module"
55

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-ingress-check-single-host"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-ingress-check-single-host` is a KCL validation module"
55

restrict-ingress-classes/kcl.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-ingress-classes"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-ingress-classes` is a KCL validation module"
55

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-ingress-defaultbackend"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-ingress-defaultbackend` is a KCL validation module"
55

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
name = "restrict-ingress-deny-multiple-hosts"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "`restrict-ingress-deny-multiple-hosts` is a KCL validation module"
55

0 commit comments

Comments
 (0)