Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7c93387
codegen: Remove sigs.k8s.io/cluster-api/api/ipam/v1beta1
stephenfin Dec 5, 2025
0cc25bf
Merge pull request #2884 from shiftstack/fix-codegen-with-vendoring
k8s-ci-robot Dec 5, 2025
6e7269a
:seedling:(deps): Bump the all-go-mod-patch-and-minor group across 1 …
dependabot[bot] Dec 8, 2025
67f1637
Merge pull request #2893 from kubernetes-sigs/dependabot/go_modules/h…
k8s-ci-robot Dec 10, 2025
19937a7
Set base for golanci-lint update PR
lentzi90 Aug 18, 2025
d5ca8cf
Merge pull request #2904 from k8s-infra-cherrypick-robot/cherry-pick-…
k8s-ci-robot Dec 12, 2025
0bca32f
:seedling:(deps): Bump the all-github-actions group across 1 director…
dependabot[bot] Dec 12, 2025
1cd90cd
Revert v1beta2 contract
lentzi90 Dec 5, 2025
8a16bb7
Merge pull request #2903 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Dec 12, 2025
d29c94c
Merge pull request #2905 from Nordix/lentzi90/backport-2883-to-releas…
k8s-ci-robot Dec 12, 2025
148c8ee
:seedling:(deps): Bump actions/cache in the all-github-actions group
dependabot[bot] Dec 15, 2025
1bb86c2
:seedling:(deps): Bump the all-go-mod-patch-and-minor group across 1 …
dependabot[bot] Dec 15, 2025
e5f7118
Update generated code
dependabot[bot] Dec 15, 2025
f7fed42
Merge pull request #2912 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Dec 16, 2025
c635021
Merge pull request #2913 from kubernetes-sigs/dependabot/go_modules/r…
k8s-ci-robot Dec 16, 2025
97185bd
E2E: Use bucket for flatcar production image
lentzi90 Dec 23, 2025
fe6fcc2
Merge pull request #2926 from k8s-infra-cherrypick-robot/cherry-pick-…
k8s-ci-robot Dec 30, 2025
e30d31d
:seedling:(deps): Bump github.com/gophercloud/gophercloud/v2
dependabot[bot] Jan 7, 2026
6d277ef
Merge pull request #2932 from kubernetes-sigs/dependabot/go_modules/r…
k8s-ci-robot Jan 7, 2026
c7d3f3c
:seedling:(deps): Bump the all-go-mod-patch-and-minor group across 2 …
dependabot[bot] Jan 12, 2026
1a8de19
Merge pull request #2938 from kubernetes-sigs/dependabot/go_modules/r…
k8s-ci-robot Jan 13, 2026
d949945
Bump golang version to 1.24.12
smoshiur1237 Jan 16, 2026
183484d
Merge pull request #2956 from k8s-infra-cherrypick-robot/cherry-pick-…
k8s-ci-robot Jan 19, 2026
02c1671
:seedling:(deps): Bump the all-github-actions group with 2 updates
dependabot[bot] Jan 19, 2026
6dc16a0
Add nikParasyr to reviewers
nikParasyr Jan 20, 2026
f94ca96
Merge pull request #2972 from k8s-infra-cherrypick-robot/cherry-pick-…
k8s-ci-robot Jan 21, 2026
9ebc743
Merge pull request #2961 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jan 22, 2026
eb42d90
:seedling:(deps): Bump peter-evans/create-pull-request
dependabot[bot] Jan 26, 2026
6f3431e
:seedling:(deps): Bump the all-go-mod-patch-and-minor group across 1 …
dependabot[bot] Jan 26, 2026
a06f6c3
Update generated code
dependabot[bot] Jan 26, 2026
d9df46f
Merge pull request #2977 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jan 27, 2026
650ea0f
Merge pull request #2978 from kubernetes-sigs/dependabot/go_modules/r…
k8s-ci-robot Jan 27, 2026
c47d6ab
Merge https://github.com/kubernetes-sigs/cluster-api-provider-opensta…
Jan 29, 2026
eb4fd65
Updating and vendoring go modules after an upstream merge
Jan 29, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/pr-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
id: vars
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # tag=v5.0.2
name: Restore go cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Calculate go version
run: echo "go_version=$(make go-version)" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
with:
go-version: ${{ env.go_version }}
- name: generate release artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: vars
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- name: Run verify security target
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/update-golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Update golangci-lint version

on:
pull_request:
paths:
- '.github/workflows/update-golangci-lint.yaml'
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch: # Allows manual triggering
Expand Down Expand Up @@ -40,14 +37,15 @@ jobs:
sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
- name: Create Pull Request
if: ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # tag=v7.0.9
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # tag=v8.1.0
with:
commit-message: "This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
title: ":seedling: chore: bump golangci-lint to v${{ steps.get_version.outputs.latest_version }}"
body: |
This PR was generated by GH workflow `update-golangci-lint` and
updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}.
branch: update-golangci-lint-${{ steps.get_version.outputs.latest_version }}
base: main
labels: "area/dependency"
add-paths: |
- hack/tools/Makefile
hack/tools/Makefile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Build the manager binary
ARG GO_VERSION
FROM golang:${GO_VERSION:-1.24.11} AS builder
FROM golang:${GO_VERSION:-1.24.12} AS builder
WORKDIR /workspace

# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unexport GOPATH
TRACE ?= 0

# Go
GO_VERSION ?= 1.24.11
GO_VERSION ?= 1.24.12

# Directories.
ARTIFACTS ?= $(REPO_ROOT)/_artifacts
Expand Down
1 change: 1 addition & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ aliases:
cluster-api-openstack-reviewers:
- bnallapeta
- smoshiur1237
- nikParasyr
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ require (
github.com/google/go-cmp v0.7.0
github.com/google/gofuzz v1.2.0
github.com/google/uuid v1.6.0
github.com/gophercloud/gophercloud/v2 v2.9.0
github.com/gophercloud/gophercloud/v2 v2.10.0
github.com/gophercloud/utils/v2 v2.0.0-20241220104409-2e0af06694a1
github.com/hashicorp/go-version v1.8.0
github.com/k-orc/openstack-resource-controller/v2 v2.3.0
github.com/onsi/ginkgo/v2 v2.27.2
github.com/onsi/gomega v1.38.2
github.com/onsi/ginkgo/v2 v2.27.5
github.com/onsi/gomega v1.39.0
github.com/prometheus/client_golang v1.23.2
github.com/spf13/pflag v1.0.10
go.uber.org/mock v0.6.0
golang.org/x/crypto v0.45.0
golang.org/x/text v0.31.0
gopkg.in/ini.v1 v1.67.0
k8s.io/api v0.33.6
k8s.io/apiextensions-apiserver v0.33.6
k8s.io/apimachinery v0.33.6
k8s.io/client-go v0.33.6
k8s.io/code-generator v0.33.6
k8s.io/component-base v0.33.6
golang.org/x/crypto v0.47.0
golang.org/x/text v0.33.0
gopkg.in/ini.v1 v1.67.1
k8s.io/api v0.33.7
k8s.io/apiextensions-apiserver v0.33.7
k8s.io/apimachinery v0.33.7
k8s.io/client-go v0.33.7
k8s.io/code-generator v0.33.7
k8s.io/component-base v0.33.7
k8s.io/klog/v2 v2.130.1
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/cluster-api v1.11.3
sigs.k8s.io/cluster-api/test v1.11.3
sigs.k8s.io/cluster-api v1.11.5
sigs.k8s.io/cluster-api/test v1.11.5
sigs.k8s.io/controller-runtime v0.21.0
sigs.k8s.io/structured-merge-diff/v4 v4.7.0
sigs.k8s.io/yaml v1.6.0
Expand Down Expand Up @@ -128,14 +128,14 @@ require (
go.yaml.in/yaml/v2 v2.4.2 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/time v0.9.0 // indirect
golang.org/x/tools v0.38.0 // indirect
golang.org/x/tools v0.40.0 // indirect
golang.org/x/tools/go/expect v0.1.0-deprecated // indirect
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
Expand All @@ -145,7 +145,7 @@ require (
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiserver v0.33.6 // indirect
k8s.io/apiserver v0.33.7 // indirect
k8s.io/cluster-bootstrap v0.33.3 // indirect
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
Expand Down
Loading