Skip to content

Commit d3caab0

Browse files
fix: Revert "release(main): v0.39.0 (#1395)" (#1396)
Revert "release(main): v0.39.0 (#1395)"
1 parent 30a19db commit d3caab0

File tree

6 files changed

+5
-24
lines changed

6 files changed

+5
-24
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.39.0"
2+
".": "0.38.0"
33
}

CHANGELOG.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# Changelog
22

3-
## 0.39.0 (2025-11-20)
4-
5-
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6-
7-
## What's Changed
8-
### Other Changes
9-
* build(deps): Update CAPX to v1.8.0 by @abhay-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1393
10-
* build(deps): Update Prism-Go-Client to v0.6.0 by @abhay-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1393
11-
* build(deps): Update Nutanix CCM version by @abhay-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1393
12-
13-
14-
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.38.0...v0.39.0
15-
163
## 0.38.0 (2025-11-19)
174

185
<!-- Release notes generated using configuration in .github/release.yaml at main -->

docs/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ archived_version = false
7171
# The version number for the version of the docs represented in this doc set.
7272
# Used in the "version-banner" partial to display a version number for the
7373
# current doc set.
74-
version = "0.39.0"
74+
version = "0.38.0"
7575

7676
# A link to latest version of the docs. Used in the "version-banner" partial to
7777
# point people to the main doc site.

metadata.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,3 @@ releaseSeries:
115115
- contract: v1beta1
116116
major: 0
117117
minor: 38
118-
- contract: v1beta1
119-
major: 0
120-
minor: 39

test/e2e/config/caren.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ providers:
140140
versions:
141141
# Upgrade e2e tests will use this as the "upgrade from" version.
142142
# This should reference the most recent successful release.
143-
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.38}"
144-
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.38}/runtime-extensions-components.yaml"
143+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.37}"
144+
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.37}/runtime-extensions-components.yaml"
145145
type: "url"
146146
contract: v1beta1
147147
files:
@@ -151,7 +151,7 @@ providers:
151151
new: "--v=8"
152152
- old: --metrics-addr=127.0.0.1:8080
153153
new: --metrics-addr=:8080
154-
- name: v0.40.99 # "vNext"; use manifests from local source files
154+
- name: v0.39.99 # "vNext"; use manifests from local source files
155155
value: "file://../../../runtime-extensions-components.yaml"
156156
type: "url"
157157
contract: v1beta1

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,3 @@ releaseSeries:
106106
- contract: v1beta1
107107
major: 0
108108
minor: 39
109-
- contract: v1beta1
110-
major: 0
111-
minor: 40

0 commit comments

Comments
 (0)