Skip to content

Commit

Permalink
chore: releasing v0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Oct 24, 2024
1 parent 0fe00d6 commit d2fe671
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v0.11.0
VERSION ?= v0.12.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ The code is provided as-is with no warranties.

As of July 2024, CLASTIX Labs organisation does no longer provide stable release artefacts in favour of [edge releases](https://kamaji.clastix.io/reference/versioning/#edge-releases).

Although CLASTIX Labs strives to provide production-ready artefacts even for edge releases,
starting from v0.12.0 the Kamaji Cluster API Control Plane provider will not use a direct version pinning in favour of a specific commit reference.
Although CLASTIX Labs strives to provide production-grade artefacts even for edge releases,
starting from v0.12.0 the Kamaji Cluster API Control Plane provider will not use a stable version pinning in favour of edge releases.

To ensure a perfect compatibility and a production grade implementation between Kamaji and the Cluster API Control Plane provider,
we suggest getting in touch with CLASTIX Labs to achieve commercial support.
Expand Down
2 changes: 1 addition & 1 deletion config/control-plane-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13480,7 +13480,7 @@ spec:
- --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false}
command:
- /manager
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.11.0
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.12.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/clastix/cluster-api-control-plane-provider-kamaji
newTag: v0.11.0
newTag: v0.12.0

0 comments on commit d2fe671

Please sign in to comment.