Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "RELEASE_BRANCH=$RELEASE_BRANCH" >> $GITHUB_ENV
echo "This is a beta or alpha release, will use release branch $RELEASE_BRANCH"
else
export RELEASE_BRANCH=release-$(echo $RELEASE_VERSION | sed -E 's/^v([0-9]+)\.([0-9]+)\..*$/\1.\2/')
export RELEASE_BRANCH=release-$(echo $RELEASE_VERSION | sed -E 's/^v([0-9]+)\.([0-9]+)\.([0-9]+).*$/\1.\2.\3/')
echo "RELEASE_BRANCH=$RELEASE_BRANCH" >> $GITHUB_ENV
echo "This is not a beta or alpha release, will use release branch $RELEASE_BRANCH"
fi
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG/v1.10.7-ncn.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 👌 Kubernetes version support

- Management Cluster: v1.28.x -> v1.33.x
- Workload Cluster: v1.26.x -> v1.33.x

[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)

## Changes since v1.10.7
## :chart_with_upwards_trend: Overview
- 1 new commits merged

## :sparkles: New Features

## :seedling: Others
- [🐛 fix: broken build](https://github.com/nutanix-cloud-native/cluster-api/commit/95fc985b4d7f36b71a634b397a5787c2bfecee09)

## Dependencies

### Added
_Nothing has changed._

### Changed

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
Loading