Skip to content

Commit 4f0d258

Browse files
release(main): v0.2.0 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12d9894 commit 4f0d258

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.2"}
1+
{".":"0.2.0"}

CHANGELOG.md

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

3+
## 0.2.0 (2024-09-19)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Store ntnx API req ID as annotations on IPAddressClaim by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/27
10+
### Fixes 🔧
11+
* fix: Use recommended provider label from clusterctl by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/25
12+
13+
14+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.1.2...v0.2.0
15+
316
## 0.1.2 (2024-09-04)
417

518
<!-- 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
@@ -70,7 +70,7 @@ archived_version = false
7070
# The version number for the version of the docs represented in this doc set.
7171
# Used in the "version-banner" partial to display a version number for the
7272
# current doc set.
73-
version = "0.13.4"
73+
version = "0.2.0"
7474

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

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ releaseSeries:
77
- contract: v1beta1
88
major: 0
99
minor: 1
10+
- contract: v1beta1
11+
major: 0
12+
minor: 2

release-please-config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"release-type": "go",
55
"pull-request-title-pattern": "release${scope}: ${component} v${version}",
66
"changelog-type": "github",
7-
"include-component-in-tag": false
7+
"include-component-in-tag": false,
8+
"extra-files": [
9+
{
10+
"type": "toml",
11+
"path": "docs/hugo.toml",
12+
"jsonpath": "$.params.version"
13+
}
14+
]
815
}
916
}
1017
}

0 commit comments

Comments
 (0)