Skip to content

Commit bbd5572

Browse files
committed
M #-: Prepare for release v0.1.2
- Bump the version - Add some missing auto-generated changes (fix)
1 parent ddad34d commit bbd5572

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

api/v1beta1/zz_generated.deepcopy.go

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

config/crd/bases/infrastructure.cluster.x-k8s.io_oneclusters.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@ spec:
115115
additionalProperties:
116116
type: string
117117
type: object
118-
replicas:
119-
format: int32
120-
type: integer
121-
templateName:
122-
type: string
123118
listenerPorts:
124119
items:
125120
format: int32
126121
type: integer
127122
type: array
123+
replicas:
124+
format: int32
125+
type: integer
126+
templateName:
127+
type: string
128128
required:
129129
- templateName
130130
type: object

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/opennebula/cluster-api-provider-opennebula
8-
newTag: v0.1.1
8+
newTag: v0.1.2

0 commit comments

Comments
 (0)