Skip to content
Open
Changes from 2 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
2 changes: 1 addition & 1 deletion .github/workflows/update-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8.0.0
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 }}"
Expand Down