Skip to content

Commit 45699c9

Browse files
authored
Update for new branch (#1158)
* Add release/v0.9 to renovate * Update VERSION.md * Bump frameworks dependencies * Update charts workflow
1 parent 313b0fe commit 45699c9

File tree

5 files changed

+22
-20
lines changed

5 files changed

+22
-20
lines changed

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"baseBranchPatterns": [
66
"main",
7+
"release/v0.9",
78
"release/v0.8",
89
"release/v0.7",
910
"release/v0.6",

.github/workflows/release-charts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ on:
33
workflow_dispatch:
44
inputs:
55
charts_ref:
6-
description: "Submit PR against the following rancher/charts branch (eg: dev-v2.10)"
6+
description: "Submit PR against the following rancher/charts branch (eg: dev-v2.14)"
77
required: true
8-
default: "dev-v2.13"
8+
default: "dev-v2.14"
99
prev_webhook:
10-
description: "Previous Webhook version (eg: v0.9.0-rc.13)"
10+
description: "Previous Webhook version (eg: v0.10.0-rc.13)"
1111
required: true
1212
default: ""
1313
new_webhook:
14-
description: "New Webhook version (eg: v0.9.0-rc.14)"
14+
description: "New Webhook version (eg: v0.10.0-rc.14)"
1515
required: true
1616
default: ""
1717

VERSION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Rancher's Webhook follows a pre-release (v0.x) strategy of semver. There no comp
22

33
| Webhook Branch | Webhook Minor version | Rancher Minor Version |
44
|--------------------------|------------------------------------|------------------------------------------------|
5-
| main | v0.9 | v2.13 |
5+
| main | v0.10 | v2.14 |
6+
| release/v0.9 | v0.9 | v2.13 |
67
| release/v0.8 | v0.8 | v2.12 |
78
| release/v0.7 | v0.7 | v2.11 |
89
| release/v0.6 | v0.6 | v2.10 |

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/rancher/dynamiclistener v0.7.3-rc.1
4040
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1
4141
github.com/rancher/lasso v0.2.5
42-
github.com/rancher/rancher/pkg/apis v0.0.0-20251107134102-07888a4e905c
42+
github.com/rancher/rancher/pkg/apis v0.0.0-20251111172336-2191b4d104a5
4343
github.com/rancher/rke v1.8.6
4444
github.com/rancher/wrangler/v3 v3.3.1
4545
github.com/robfig/cron v1.2.0
@@ -91,13 +91,13 @@ require (
9191
github.com/prometheus/client_model v0.6.1 // indirect
9292
github.com/prometheus/common v0.62.0 // indirect
9393
github.com/prometheus/procfs v0.15.1 // indirect
94-
github.com/rancher/aks-operator v1.13.0-rc.1 // indirect
94+
github.com/rancher/aks-operator v1.13.0-rc.4 // indirect
9595
github.com/rancher/ali-operator v1.13.0-rc.2 // indirect
96-
github.com/rancher/eks-operator v1.13.0-rc.1 // indirect
96+
github.com/rancher/eks-operator v1.13.0-rc.4 // indirect
9797
github.com/rancher/fleet/pkg/apis v0.14.0-rc.1 // indirect
98-
github.com/rancher/gke-operator v1.13.0-rc.1 // indirect
98+
github.com/rancher/gke-operator v1.13.0-rc.3 // indirect
9999
//TODO: Replace with a tag during un-rc'ing
100-
github.com/rancher/norman v0.7.1 // indirect
100+
github.com/rancher/norman v0.8.0 // indirect
101101
github.com/spf13/pflag v1.0.6 // indirect
102102
github.com/x448/float16 v0.8.4 // indirect
103103
go.opentelemetry.io/otel v1.37.0 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,26 +118,26 @@ github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ
118118
github.com/prometheus/common v0.62.0/go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I=
119119
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
120120
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
121-
github.com/rancher/aks-operator v1.13.0-rc.1 h1:Vy83SjeSm9q7kI18+nkSOR0hyeydDj398KGTo3XEuS4=
122-
github.com/rancher/aks-operator v1.13.0-rc.1/go.mod h1:xu0BJ01Ynzs4wLMDf2V5eaazEf1/kndX0AeqqsTFVfQ=
121+
github.com/rancher/aks-operator v1.13.0-rc.4 h1:tc7p2gZmRg4c6VBwWTQJYwmh1hlN68kftjoBIdGCnqw=
122+
github.com/rancher/aks-operator v1.13.0-rc.4/go.mod h1:1ZjZB6zGHK+NGchN9KLplq+xPxRRi+q6Uzet5bjFwxo=
123123
github.com/rancher/ali-operator v1.13.0-rc.2 h1:a0biHGez+Np9XybJVh3yKN4RGPdaCzfM6D6cAXJac6o=
124124
github.com/rancher/ali-operator v1.13.0-rc.2/go.mod h1:s5HznpxsN9LsgtX6u5UoW9dZNKnDLuXcwzQRAEoDcog=
125125
github.com/rancher/dynamiclistener v0.7.3-rc.1 h1:F4Et+TaL8RcXTdTvJKuj6OL5Gg1I1IWJNyBVgKc5E0o=
126126
github.com/rancher/dynamiclistener v0.7.3-rc.1/go.mod h1:++39p1G3pz0N7yRzvZsjc+5x4l0cMUi2jo49Fy+IbCE=
127-
github.com/rancher/eks-operator v1.13.0-rc.1 h1:IbimIq+TuC88RQ3KF1Ez882XFP2nDnihbeqVPXLvuLk=
128-
github.com/rancher/eks-operator v1.13.0-rc.1/go.mod h1:tj6ioCe9v5J1HM0ZXR3/K5InoEjOfjCvSHMuXMj2x4M=
127+
github.com/rancher/eks-operator v1.13.0-rc.4 h1:XowN8+m3QZTIBOBLzar4frtz0xtREb9kcX6KXhF4eas=
128+
github.com/rancher/eks-operator v1.13.0-rc.4/go.mod h1:SbaKX2ttFWCxGOYkrKYeWH/6E4oToq2rRTcrMa2Mmdk=
129129
github.com/rancher/fleet/pkg/apis v0.14.0-rc.1 h1:ZsDc25j4/iuKJ8DhxaOSnHdqOskRRe7QxJAdD9HBn28=
130130
github.com/rancher/fleet/pkg/apis v0.14.0-rc.1/go.mod h1:oc+QHbx4P9guY34dr6UbzCOgt17Q9eSZhlyOs7xSinY=
131-
github.com/rancher/gke-operator v1.13.0-rc.1 h1:VViWerZyc9iMmWTxK5FapRmMnBp8cq3CgqjbM+bvyaQ=
132-
github.com/rancher/gke-operator v1.13.0-rc.1/go.mod h1:xW0iUqGMqUTPLzC4i+UKeydh9N9zYdM0BqC+7wiDfec=
131+
github.com/rancher/gke-operator v1.13.0-rc.3 h1:a6U+7+XIbJPH2CE7/vFUx6RpThNbFl7fqIqkEBb6zmA=
132+
github.com/rancher/gke-operator v1.13.0-rc.3/go.mod h1:TroxpmqMh63Hf4H5bC+2GYcgOCQp9kIUDfyKdNAMo6Q=
133133
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1 h1:vRtxuvIF0UarXIAwGYNwSFoRYJadVnOrD8kx2qrZyN8=
134134
github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1/go.mod h1:xavYr3cNyyAeA72nMVB60+q/EJ8Anu+loQWFJyXOeP8=
135135
github.com/rancher/lasso v0.2.5 h1:K++lWDDdfeN98Ixc1kCfUq0/q6tLjoHN++Np6QntXw0=
136136
github.com/rancher/lasso v0.2.5/go.mod h1:71rWfv+KkdSmSxZ9Ly5QYhxAu0nEUcaq9N2ByjcHqAM=
137-
github.com/rancher/norman v0.7.1 h1:OfmYfN4YeJ4qosXTAbOTPgCrb5GE8W6wFWnDxWcuKCo=
138-
github.com/rancher/norman v0.7.1/go.mod h1:vZ5qL+eKodJ7zOMQYdl6jwMrSFrqTKpA+KYSFEKew2M=
139-
github.com/rancher/rancher/pkg/apis v0.0.0-20251107134102-07888a4e905c h1:Pmsd/2OIfBVw7qEDMdP5rpJC1/HOir5l7/L40/aUpdg=
140-
github.com/rancher/rancher/pkg/apis v0.0.0-20251107134102-07888a4e905c/go.mod h1:5NVZjf8M7M+cYECrbY7DwIYGnGqonrej4gXQPijw4lU=
137+
github.com/rancher/norman v0.8.0 h1://ZSe+B53cMgPNAbR7QBhzvIfWBxR4KaPWTKqG+g+O4=
138+
github.com/rancher/norman v0.8.0/go.mod h1:vZ5qL+eKodJ7zOMQYdl6jwMrSFrqTKpA+KYSFEKew2M=
139+
github.com/rancher/rancher/pkg/apis v0.0.0-20251111172336-2191b4d104a5 h1:xRjpHPYv+oZEh9uhuohkjxoWB7smJWdXz7dn+yqm0xY=
140+
github.com/rancher/rancher/pkg/apis v0.0.0-20251111172336-2191b4d104a5/go.mod h1:xyYMxIycb9QpdxZjUxf95Cc4E27rfma8Z77U5ysRx3A=
141141
github.com/rancher/rke v1.8.6 h1:JHVWweWOUYFGirt5an7jmOZDRrrE6aU3ZpV1a1jSeSs=
142142
github.com/rancher/rke v1.8.6/go.mod h1:EaAkq796bgmmx/s15Xz0TvCkBOfepMOqO8tFockOmis=
143143
github.com/rancher/wrangler/v3 v3.3.1 h1:YFqRfhxjuLNudUrvWrn+64wUPZ8pnn2KWbTsha75JLg=

0 commit comments

Comments
 (0)