Skip to content

Commit 10dd183

Browse files
authored
Merge pull request #1721 from kubewarden/updatecli_main_release_pr
build: v1.36.0-alpha release
2 parents 10064dc + b08f484 commit 10dd183

10 files changed

Lines changed: 26 additions & 26 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: 9 additions & 9 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.35.0
16-
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.35.0
17-
- name: ghcr.io/kubewarden/adm-controller/controller:v1.35.0
18-
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.35.0
19-
- name: ghcr.io/kubewarden/adm-controller/policy-server:v1.35.0
20-
certificate-identity-regexp: https://github.com/kubewarden/adm-controller/.github/workflows/release.yml@refs/tags/v1.35.0
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
2121
---
2222
# The policies are in a separated definition just to allow a better keyless validation
2323
# without the need to duplicate configuration
@@ -58,13 +58,13 @@ spec:
5858
charts:
5959
- name: kubewarden-crds
6060
repoURL: https://charts.kubewarden.io
61-
version: 1.27.0
61+
version: 1.28.0-alpha
6262
- name: kubewarden-controller
6363
repoURL: https://charts.kubewarden.io
64-
version: 5.13.0
64+
version: 5.14.0-alpha
6565
- name: kubewarden-defaults
6666
repoURL: https://charts.kubewarden.io
67-
version: 3.13.0
67+
version: 3.14.0-alpha
6868
- name: policy-reporter
6969
version: 3.7.4
7070
repoURL: https://kyverno.github.io/policy-reporter

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.13.0
26+
version: 5.14.0-alpha
2727
# This is the version of Kubewarden stack
28-
appVersion: v1.35.0
28+
appVersion: v1.36.0-alpha
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.27.0
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.28.0-alpha
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For more information refer to the [official Kubewarden website](https://kubeward
1616
This repository is a monorepo containing the source code for all the different
1717
components of the Kubewarden Admission Controller:
1818

19-
- **kubewarden-controller**: A Kubernetes controller that allows you to dynamically register Kubewarden admission policies and reconcile them with the Kubernetes webhooks of the cluster where it's deployed
19+
- **adm-controller**: A Kubernetes controller that allows you to dynamically register Kubewarden admission policies and reconcile them with the Kubernetes webhooks of the cluster where it's deployed
2020
- **policy-server**: The runtime component that evaluates admission policies written in WebAssembly
2121
- **audit-scanner**: A component that scans existing resources in the cluster against registered policies
2222
- **kwctl**: A CLI tool for testing and managing Kubewarden policies
@@ -35,7 +35,7 @@ The [`docs/`](./docs) folder contains README files for each component:
3535

3636
## Installation
3737

38-
The kubewarden-controller can be deployed using a Helm chart. For instructions,
38+
The adm-controller can be deployed using a Helm chart. For instructions,
3939
see https://charts.kubewarden.io.
4040

4141
Please refer to our [quickstart](https://docs.kubewarden.io/quick-start) for more details.

charts/kubewarden-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ image:
219219
# controller image to be used
220220
repository: "kubewarden/adm-controller/controller"
221221
# image tag
222-
tag: v1.35.0
222+
tag: v1.36.0-alpha
223223
pullPolicy: IfNotPresent
224224
preDeleteJob:
225225
image:
@@ -296,7 +296,7 @@ auditScanner:
296296
# The registry is defined in the common.cattle.systemDefaultRegistry value
297297
# kubectl image to be used in the pre-delete helm hook
298298
repository: "kubewarden/adm-controller/audit-scanner"
299-
tag: v1.35.0
299+
tag: v1.36.0-alpha
300300
pullPolicy: IfNotPresent
301301
cronJob:
302302
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.27.0
25+
version: 1.28.0-alpha
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.35.0
27+
appVersion: v1.36.0-alpha
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: 3 additions & 3 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: 3.13.0
25+
version: 3.14.0-alpha
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.35.0
27+
appVersion: v1.36.0-alpha
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.27.0
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.28.0-alpha
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: 1 addition & 1 deletion
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.35.0
122+
tag: v1.36.0-alpha
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.

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 <[email protected]
33
description = "Tool to manage Kubewarden policies"
44
edition = "2024"
55
name = "kwctl"
6-
version = "1.35.0"
6+
version = "1.36.0-alpha"
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.35.0"
12+
version = "1.36.0-alpha"
1313

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

0 commit comments

Comments
 (0)