Skip to content

Commit

Permalink
chore: releasing v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Jul 12, 2024
1 parent 05ce11c commit 7125515
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10.0
VERSION ?= v0.10.1

# 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following compatibility matrix is useful to match them according to the Cont

| CP provider | Cluster API | Kamaji | TCP API version |
|-------------|------------------------|---------|-----------------|
| v0.10.0 | v1.5.x, v1.6.x, v1.7.x | ~v1.0.x | `v1alpha1` |
| v0.10.x | v1.5.x, v1.6.x, v1.7.x | ~v1.0.x | `v1alpha1` |
| v0.9.0 | v1.5.x, v1.6.x | ~v0.6.x | `v1alpha1` |
| v0.8.0 | v1.5.x, v1.6.x | ~v0.5.x | `v1alpha1` |
| v0.7.x | v1.5.x, v1.6.x | ~v0.4.0 | `v1alpha1` |
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 @@ -13487,7 +13487,7 @@ spec:
- --leader-elect
command:
- /manager
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.0
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.1
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.10.0
newTag: v0.10.1

0 comments on commit 7125515

Please sign in to comment.