Skip to content

Commit 9bc5fc2

Browse files
Update Rancher refs to v2.14.5 (#661)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d4deaf commit 9bc5fc2

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ replace (
1414
require (
1515
github.com/ghodss/yaml v1.0.0
1616
github.com/rancher/norman v0.8.8
17-
github.com/rancher/rancher/pkg/apis v0.0.0-20260819124409-4d29026545ce
18-
github.com/rancher/rancher/pkg/client v0.0.0-20260819124409-4d29026545ce
17+
github.com/rancher/rancher/pkg/apis v0.0.0-20260826145222-63d8501ec849
18+
github.com/rancher/rancher/pkg/client v0.0.0-20260826145222-63d8501ec849
1919
github.com/sirupsen/logrus v1.9.4
2020
github.com/stretchr/testify v1.11.1
2121
github.com/tidwall/gjson v1.17.0
@@ -56,11 +56,11 @@ require (
5656
github.com/prometheus/client_model v0.6.2 // indirect
5757
github.com/prometheus/common v0.66.1 // indirect
5858
github.com/prometheus/procfs v0.16.1 // indirect
59-
github.com/rancher/aks-operator v1.14.5-rc.1 // indirect
60-
github.com/rancher/ali-operator v1.14.4-rc.1 // indirect
61-
github.com/rancher/eks-operator v1.14.5-rc.1 // indirect
59+
github.com/rancher/aks-operator v1.14.5 // indirect
60+
github.com/rancher/ali-operator v1.14.4 // indirect
61+
github.com/rancher/eks-operator v1.14.5 // indirect
6262
github.com/rancher/fleet/pkg/apis v0.15.5 // indirect
63-
github.com/rancher/gke-operator v1.14.5-rc.1 // indirect
63+
github.com/rancher/gke-operator v1.14.5 // indirect
6464
github.com/rancher/lasso v0.2.8 // indirect
6565
github.com/rancher/rke v1.8.0 // indirect
6666
github.com/rancher/wrangler/v3 v3.6.0 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,24 @@ github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9Z
7979
github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA=
8080
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=
8181
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
82-
github.com/rancher/aks-operator v1.14.5-rc.1 h1:Tdj5moTswckdpmAMRK36cYTDAGdW0dt3Nd+AbGl78zw=
83-
github.com/rancher/aks-operator v1.14.5-rc.1/go.mod h1:9vPplZMznOOTpuQSF6QA1XmCD7h9JZLmBjWeMPIDa7Y=
84-
github.com/rancher/ali-operator v1.14.4-rc.1 h1:qnLjsyp2p3Kxb8FbcobfZtAwREid2WDG1WK3jvPoaZU=
85-
github.com/rancher/ali-operator v1.14.4-rc.1/go.mod h1:+i9z6C+l9j2ZE9ayrvW6SPoh/huxWT7KuPb0ExXuzEw=
86-
github.com/rancher/eks-operator v1.14.5-rc.1 h1:rUXzYMBgiHmsWBxr564vIZZBwJsb5jM1OGJHP3rR474=
87-
github.com/rancher/eks-operator v1.14.5-rc.1/go.mod h1:lXBGKlX+ZwyFJsrK3LQd69BoQIKl4G0jsWsXHYp0a4o=
82+
github.com/rancher/aks-operator v1.14.5 h1:oC4fUDETYSp7bX360WPQP/j39eLOnhLrR8YnaNahh94=
83+
github.com/rancher/aks-operator v1.14.5/go.mod h1:9vPplZMznOOTpuQSF6QA1XmCD7h9JZLmBjWeMPIDa7Y=
84+
github.com/rancher/ali-operator v1.14.4 h1:NQw7BavNNVcVOvVA4uYUBLDKqK67QHQlsRlstYSLdQA=
85+
github.com/rancher/ali-operator v1.14.4/go.mod h1:+i9z6C+l9j2ZE9ayrvW6SPoh/huxWT7KuPb0ExXuzEw=
86+
github.com/rancher/eks-operator v1.14.5 h1:nVy/T1HZYeQz4PnQb7ThVoFpNIkgDR7sM7ONuCY0mMc=
87+
github.com/rancher/eks-operator v1.14.5/go.mod h1:lXBGKlX+ZwyFJsrK3LQd69BoQIKl4G0jsWsXHYp0a4o=
8888
github.com/rancher/fleet/pkg/apis v0.15.5 h1:fBxt9tcSg9Rp+wzBGQIF0/mjX/I9/y0tRHyawvBsx8I=
8989
github.com/rancher/fleet/pkg/apis v0.15.5/go.mod h1:Ra19ippBU2JIpVTPPUcT5a2dfBaD/Asqtgah21rST+U=
90-
github.com/rancher/gke-operator v1.14.5-rc.1 h1:C10p5VSc7hNkXn2/hrWnqtjjHIvn3k/YkXkVlL5gB2U=
91-
github.com/rancher/gke-operator v1.14.5-rc.1/go.mod h1:YwL+YTqJ5zrY1qNwEkiyfpoI7MdMOy0pJlN3frIiB/Q=
90+
github.com/rancher/gke-operator v1.14.5 h1:uqjnVGei1Fzs4fZaKaC9PfrSLNsc7T1BxeabYhROmeM=
91+
github.com/rancher/gke-operator v1.14.5/go.mod h1:YwL+YTqJ5zrY1qNwEkiyfpoI7MdMOy0pJlN3frIiB/Q=
9292
github.com/rancher/lasso v0.2.8 h1:AhAk1AKz9ZpvPlFj07JKRYGzIxaPNywUs2LpSwcyGDU=
9393
github.com/rancher/lasso v0.2.8/go.mod h1:HyENYowaiGY9jnsyxLnhGfoOBZlU3y+lws8qCYyuBOc=
9494
github.com/rancher/norman v0.8.8 h1:cVNESbv74o4URBtZx9mxJf/19IZR6RrarV8VhVATzQk=
9595
github.com/rancher/norman v0.8.8/go.mod h1:EveXXWPG4JTum/PD4thJn5kUew3xwSAHAClbZTUHA+U=
96-
github.com/rancher/rancher/pkg/apis v0.0.0-20260819124409-4d29026545ce h1:vWHSqs5/Am9UY6ZWZ2MGAuYZKLbUZlxdjlPfVpD4XsI=
97-
github.com/rancher/rancher/pkg/apis v0.0.0-20260819124409-4d29026545ce/go.mod h1:JkCqdtZYpujveuYBG5ADRk7NNt21smQvGAl+3zWAZBs=
98-
github.com/rancher/rancher/pkg/client v0.0.0-20260819124409-4d29026545ce h1:dJ4A82AxtmkDwq0koXj7nbKrjxPBDqqEaJZfojGFv+o=
99-
github.com/rancher/rancher/pkg/client v0.0.0-20260819124409-4d29026545ce/go.mod h1:xFosWHGNp70XwxgG1tFLgPAegCUl52lgKHROkq0S81Q=
96+
github.com/rancher/rancher/pkg/apis v0.0.0-20260826145222-63d8501ec849 h1:7fsADDsCvc/tOQ94X1pIw6jDhHRWSFZkfI0uryluUGM=
97+
github.com/rancher/rancher/pkg/apis v0.0.0-20260826145222-63d8501ec849/go.mod h1:Nt+MGXSpyH1//yAQRCTPg7RPLIKSF+zjfncht836+I4=
98+
github.com/rancher/rancher/pkg/client v0.0.0-20260826145222-63d8501ec849 h1:8HtEEHgmv2n5UbmK+aG6bogslN0RJebwviVbbPn59rc=
99+
github.com/rancher/rancher/pkg/client v0.0.0-20260826145222-63d8501ec849/go.mod h1:xFosWHGNp70XwxgG1tFLgPAegCUl52lgKHROkq0S81Q=
100100
github.com/rancher/rke v1.8.0 h1:87jeoOccnnNCq27YgWgMh4o0GVrrVKbw+zfo+cHMZlo=
101101
github.com/rancher/rke v1.8.0/go.mod h1:x9N1abruzDFMwTpqq2cnaDYpKCptlNoW8VraNWB6Pc4=
102102
github.com/rancher/wrangler/v3 v3.6.0 h1:pY5zWfRAij29x6VquOgvigONxQB8/b5ep2Gjt/r7QY4=

0 commit comments

Comments
 (0)