Skip to content

Commit 6fe1cf9

Browse files
committed
release(main): v0.17.0
1 parent da32b0f commit 6fe1cf9

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## 0.17.0 (2024-09-26)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Support XValidations (CEL) for CC variables by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/916
10+
* feat: Update addon versions by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/917
11+
### Other Changes
12+
* build: Fix up metadata missed in v0.16.0 release process by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/920
13+
14+
15+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.16.0...v0.17.0
16+
317
## 0.16.0 (2024-09-25)
418

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

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.16.0"
74+
version = "0.17.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.

make/go.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ endif
138138
.PHONY: lint.%
139139
lint.%: ## Runs golangci-lint for a specific module
140140
lint.%: ; $(info $(M) linting $* module)
141-
$(if $(filter-out root,$*),cd $* && )golines -w $$(GOWORK=off go list -tags e2e ./... | grep -v external | sed "s|^$$(GOWORK=off go list -m)|.|")
141+
$(if $(filter-out root,$*),cd $* && )golines -w $$(GOWORK=off go list -tags e2e ./... | grep -v '(external|^zz_)' | sed "s|^$$(GOWORK=off go list -m)|.|")
142142
$(if $(filter-out root,$*),cd $* && )golangci-lint run --fix --config=$(GOLANGCI_CONFIG_FILE)
143-
$(if $(filter-out root,$*),cd $* && )golines -w $$(GOWORK=off go list -tags e2e ./... | grep -v external | sed "s|^$$(GOWORK=off go list -m)|.|")
143+
$(if $(filter-out root,$*),cd $* && )golines -w $$(GOWORK=off go list -tags e2e ./... | grep -v '(external|^zz_)' | sed "s|^$$(GOWORK=off go list -m)|.|")
144144

145145
.PHONY: mod-tidy
146146
mod-tidy: ## Run go mod tidy for all modules

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ releaseSeries:
4949
- contract: v1beta1
5050
major: 0
5151
minor: 16
52+
- contract: v1beta1
53+
major: 0
54+
minor: 17

test/e2e/config/caren.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ providers:
145145
new: "--v=8"
146146
- old: --metrics-addr=127.0.0.1:8080
147147
new: --metrics-addr=:8080
148-
- name: v0.17.99 # "vNext"; use manifests from local source files
148+
- name: v0.18.99 # "vNext"; use manifests from local source files
149149
value: "file://../../../runtime-extension-components.yaml"
150150
type: "url"
151151
contract: v1beta1

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ releaseSeries:
4040
- contract: v1beta1
4141
major: 0
4242
minor: 17
43+
- contract: v1beta1
44+
major: 0
45+
minor: 18

0 commit comments

Comments
 (0)