Skip to content

Commit beea684

Browse files
build: v1.36.0-beta.1 release (#1755)
Signed-off-by: adm-controller bot <adm-controller-bot@users.noreply.github.com> Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent a0adf0d commit beea684

10 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/hauler_manifest.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ metadata:
1212
hauler.dev/certificate-oidc-issuer: https://token.actions.githubusercontent.com
1313
spec:
1414
images:
15-
- name: ghcr.io/kubewarden/adm-controller/audit-scanner:v1.36.0-alpha
16-
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.36.0-alpha
17-
- name: ghcr.io/kubewarden/adm-controller/controller:v1.36.0-alpha
18-
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.36.0-alpha
19-
- name: ghcr.io/kubewarden/adm-controller/policy-server:v1.36.0-alpha
20-
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.36.0-alpha
15+
- name: ghcr.io/kubewarden/adm-controller/audit-scanner:v1.36.0-beta.1
16+
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.36.0-beta.1
17+
- name: ghcr.io/kubewarden/adm-controller/controller:v1.36.0-beta.1
18+
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.36.0-beta.1
19+
- name: ghcr.io/kubewarden/adm-controller/policy-server:v1.36.0-beta.1
20+
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.36.0-beta.1
2121
---
2222
# The policies are in a separated definition just to allow a better keyless validation
2323
# without the need to duplicate configuration
@@ -58,10 +58,10 @@ spec:
5858
charts:
5959
- name: kubewarden-crds
6060
repoURL: https://charts.kubewarden.io
61-
version: 1.28.0-alpha
61+
version: 1.28.0-beta.1
6262
- name: kubewarden-controller
6363
repoURL: https://charts.kubewarden.io
64-
version: 5.14.0-alpha
64+
version: 5.14.0-beta.1
6565
- name: kubewarden-defaults
6666
repoURL: https://charts.kubewarden.io
6767
version: 3.14.0-alpha

charts/kubewarden-controller/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ maintainers:
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 5.14.0-alpha
26+
version: 5.14.0-beta.1
2727
# This is the version of Kubewarden stack
28-
appVersion: v1.36.0-alpha
28+
appVersion: v1.36.0-beta.1
2929
annotations:
3030
# required ones:
3131
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,7 +35,7 @@ annotations:
3535
catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI
3636
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3737
# optional ones:
38-
catalog.cattle.io/auto-install: kubewarden-crds=1.28.0-alpha
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.28.0-beta.1
3939
catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart.
4040
# The following two will create a UI warning if the request is not available in cluster
4141
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.

charts/kubewarden-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Stable](https://img.shields.io/badge/status-stable-brightgreen?style=for-the-badge)](https://github.com/kubewarden/community/blob/main/REPOSITORIES.md#stable)
33
[![Artifact HUB](https://img.shields.io/badge/ArtifactHub-Helm_Charts-blue?style=flat&logo=artifacthub&link=https%3A%2F%2Fartifacthub.io%2Fpackages%2Fsearch%3Frepo%3Dkubewarden%26kind%3D0%26verified_publisher%3Dtrue%26official%3Dtrue%26cncf%3Dtrue%26sort%3Drelevance%26page%3D1)](https://artifacthub.io/packages/search?repo=kubewarden&kind=0&verified_publisher=true&official=true&cncf=true&sort=relevance&page=1)
44
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/6502/badge)](https://www.bestpractices.dev/projects/6502)
5-
[![FOSSA license scan](https://app.fossa.com/api/projects/custom%2B25850%2Fgithub.com%2Fkubewarden%2Fkubewarden-controller.svg?type=shield)](https://app.fossa.com/projects/custom%252B25850%252Fgithub.com%252Fkubewarden%252Fkubewarden-controller?ref=badge_shield)
5+
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B25850%2Fgithub.com%2Fkubewarden%2Fadm-controller.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B25850%2Fgithub.com%2Fkubewarden%2Fadm-controller?ref=badge_shield&issueType=license)
66
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/kubewarden/adm-controller/badge)](https://scorecard.dev/viewer/?uri=github.com/kubewarden/adm-controller)
77
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/kubewarden/badge)](https://clomonitor.io/projects/cncf/kubewarden)
88

charts/kubewarden-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ image:
256256
# controller image to be used
257257
repository: "kubewarden/adm-controller/controller"
258258
# image tag
259-
tag: v1.36.0-alpha
259+
tag: v1.36.0-beta.1
260260
pullPolicy: IfNotPresent
261261
preDeleteJob:
262262
image:
@@ -333,7 +333,7 @@ auditScanner:
333333
# The registry is defined in the common.cattle.systemDefaultRegistry value
334334
# kubectl image to be used in the pre-delete helm hook
335335
repository: "kubewarden/adm-controller/audit-scanner"
336-
tag: v1.36.0-alpha
336+
tag: v1.36.0-beta.1
337337
pullPolicy: IfNotPresent
338338
cronJob:
339339
schedule: "*/60 * * * *" # every 60 minutes

charts/kubewarden-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ keywords:
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.28.0-alpha
25+
version: 1.28.0-beta.1
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.36.0-alpha
27+
appVersion: v1.36.0-beta.1
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart

charts/kubewarden-defaults/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords:
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2525
version: 3.14.0-alpha
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.36.0-alpha
27+
appVersion: v1.36.0-beta.1
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,7 +35,7 @@ annotations:
3535
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3636
# optional ones:
3737
catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts.
38-
catalog.cattle.io/auto-install: kubewarden-crds=1.28.0-alpha
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.28.0-beta.1
3939
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4040
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
4141
catalog.cattle.io/type: cluster-tool

charts/kubewarden-defaults/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ policyServer:
119119
image:
120120
# The registry is defined in the global.cattle.systemDefaultRegistry value
121121
repository: "kubewarden/adm-controller/policy-server"
122-
tag: v1.36.0-alpha
122+
tag: v1.36.0-beta.1
123123
serviceAccountName: policy-server
124124
# Configmap containing a Sigstore verification configuration under a key
125125
# named `verification-config`. Must be on the same ns as the PolicyServer.
@@ -209,7 +209,7 @@ policyServer:
209209
# webhookPort: 9443
210210
# readinessProbePort: 9081
211211
# metricsPort: 9080
212-
212+
213213
# affinity configures affinity rules for the default PolicyServer.
214214
# This takes precedence over global.affinity when set.
215215
# When hostNetwork is enabled, users should set appropriate podAntiAffinity

crates/kwctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Kubewarden Developers <cncf-kubewarden-maintainers@lists.cncf.io
33
description = "Tool to manage Kubewarden policies"
44
edition = "2024"
55
name = "kwctl"
6-
version = "1.36.0-alpha"
6+
version = "1.36.0-beta.1"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

crates/policy-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
edition = "2024"
1111
name = "policy-server"
12-
version = "1.36.0-alpha"
12+
version = "1.36.0-beta.1"
1313

1414
[dependencies]
1515
anyhow = { workspace = true }

0 commit comments

Comments
 (0)