File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
data/shared/v1beta1-caren Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -88,3 +88,6 @@ releaseSeries:
88
88
- contract : v1beta1
89
89
major : 0
90
90
minor : 29
91
+ - contract : v1beta1
92
+ major : 0
93
+ minor : 30
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ providers:
136
136
versions :
137
137
# Upgrade e2e tests will use this as the "upgrade from" version.
138
138
# This should reference the most recent successful release.
139
- - name : " {go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.28 }"
140
- value : " https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.28 }/runtime-extensions-components.yaml"
139
+ - name : " {go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.29 }"
140
+ value : " https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.29 }/runtime-extensions-components.yaml"
141
141
type : " url"
142
142
contract : v1beta1
143
143
files :
@@ -147,7 +147,7 @@ providers:
147
147
new : " --v=8"
148
148
- old : --metrics-addr=127.0.0.1:8080
149
149
new : --metrics-addr=:8080
150
- - name : v0.30 .99 # "vNext"; use manifests from local source files
150
+ - name : v0.31 .99 # "vNext"; use manifests from local source files
151
151
value : " file://../../../runtime-extensions-components.yaml"
152
152
type : " url"
153
153
contract : v1beta1
Original file line number Diff line number Diff line change @@ -79,3 +79,6 @@ releaseSeries:
79
79
- contract : v1beta1
80
80
major : 0
81
81
minor : 30
82
+ - contract : v1beta1
83
+ major : 0
84
+ minor : 31
You can’t perform that action at this time.
0 commit comments