Skip to content

Commit 690d1f5

Browse files
committed
fixup! release: Update metadata for release
1 parent 6b800c8 commit 690d1f5

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ linters:
3333
- prealloc
3434
- staticcheck
3535
- stylecheck
36-
- tenv
3736
- testifylint
3837
- thelper
3938
- tparallel
4039
- unconvert
4140
- unparam
4241
- unused
42+
- usetesting
4343
- whitespace
4444

4545
linters-settings:

docs/content/contributing/releasing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ If you are releasing a new minor release, then update the `metadata.yaml`s so th
4242
for e.g. local development and e2e tests:
4343

4444
1. Add the new release to the root level `metadata.yaml` release series.
45-
1. Add the new release to the e2e configuration `test/e2e/data/shared/v1beta1-caren/metadata.yaml` release series.
4645
1. Add the next release to the e2e configuration `test/e2e/data/shared/v1beta1-caren/metadata.yaml` (e.g. if release
4746
`v0.6.0` then add release series for `v0.7`).
4847
1. Update the `caren` provider configuration in `test/e2e/config/caren.yaml`:

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ releaseSeries:
7979
- contract: v1beta1
8080
major: 0
8181
minor: 26
82+
- contract: v1beta1
83+
major: 0
84+
minor: 27

test/e2e/config/caren.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ providers:
136136
versions:
137137
# Upgrade e2e tests will use this as the "upgrade from" version.
138138
# This should reference the most recent successful release.
139-
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.25}"
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.25}/runtime-extensions-components.yaml"
139+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.26}"
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.26}/runtime-extensions-components.yaml"
141141
type: "url"
142142
contract: v1beta1
143143
files:

test/e2e/data/shared/v1beta1-caren/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ releaseSeries:
7070
- contract: v1beta1
7171
major: 0
7272
minor: 27
73+
- contract: v1beta1
74+
major: 0
75+
minor: 28

0 commit comments

Comments
 (0)