From 55f04b727b82d7e1233b0ba04a095de7aa6e7ee3 Mon Sep 17 00:00:00 2001 From: faiq Date: Mon, 1 Dec 2025 13:30:36 -0800 Subject: [PATCH 1/2] fix: log in to ghcr to do release --- .github/workflows/release.yaml | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e205fa4b042e..fd34ec735a91 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -115,6 +115,12 @@ jobs: uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0 with: go-version: ${{ env.go_version }} + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Run release run: | echo "Version is: $VERSION" diff --git a/Makefile b/Makefile index a9ef2285f292..c95b93be05cc 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ CAPI_KIND_CLUSTER_NAME ?= capi-test TAG ?= dev ARCH ?= $(shell go env GOARCH) -ALL_ARCH ?= amd64 arm arm64 ppc64le s390x +ALL_ARCH ?= amd64 arm arm64 # Allow overriding the imagePullPolicy PULL_POLICY ?= Always From e90d7eac703311c057da58d18000b1c1e1d0ce42 Mon Sep 17 00:00:00 2001 From: faiq Date: Mon, 1 Dec 2025 14:27:42 -0800 Subject: [PATCH 2/2] :rocket: Release v1.10.7-ncn.5 --- CHANGELOG/v1.10.7-ncn.5.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG/v1.10.7-ncn.5.md diff --git a/CHANGELOG/v1.10.7-ncn.5.md b/CHANGELOG/v1.10.7-ncn.5.md new file mode 100644 index 000000000000..a81902f04938 --- /dev/null +++ b/CHANGELOG/v1.10.7-ncn.5.md @@ -0,0 +1,29 @@ +## 👌 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-ncn.3 +## :chart_with_upwards_trend: Overview +- 2 new commits merged + +## :sparkles: New Features + +## :seedling: Others +- b2d8cc49d fix: allows us to push packages from GHA +- 55f04b727 fix: log in to ghcr to do release + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊 +