Skip to content

Commit 5b3502b

Browse files
authored
Merge branch 'main' into codex/refresh-stale-robot-cache
2 parents 7452f13 + 2444039 commit 5b3502b

7 files changed

Lines changed: 2 additions & 47 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ repos:
8585
rev: v2.11.4
8686
hooks:
8787
- id: golangci-lint-full
88-
language_version: 1.26.1 # renovate: datasource=golang-version depName=go
88+
language_version: 1.26.2 # renovate: datasource=golang-version depName=go
8989

9090
- repo: local
9191
hooks:

chart/.snapshots/default.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

chart/.snapshots/full.daemonset.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

chart/templates/clusterrole.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ rules:
5252
- serviceaccounts
5353
verbs:
5454
- create
55-
- apiGroups:
56-
- ""
57-
resources:
58-
- persistentvolumes
59-
verbs:
60-
- get
61-
- list
62-
- update
63-
- watch
6455
- apiGroups:
6556
- coordination.k8s.io
6657
resources:

deploy/ccm-networks.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

deploy/ccm.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/hetznercloud/hcloud-cloud-controller-manager
22

33
go 1.25.0
44

5-
toolchain go1.26.1
5+
toolchain go1.26.2
66

77
require (
88
github.com/hetznercloud/hcloud-go/v2 v2.37.0

0 commit comments

Comments
 (0)