File tree Expand file tree Collapse file tree
components/kube-prometheus-stack Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.3.1] ( https://github.com/user-cube/cluster-bootstrap/compare/v1.3.0...v1.3.1 ) (2026-02-17)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** deps:** update module golang.org/x/term to v0.40.0 ([ #28 ] ( https://github.com/user-cube/cluster-bootstrap/issues/28 ) ) ([ 358e1a8] ( https://github.com/user-cube/cluster-bootstrap/commit/358e1a89f683aa65c88ac85952c2671847c87c0e ) )
7+
18# [ 1.3.0] ( https://github.com/user-cube/cluster-bootstrap/compare/v1.2.1...v1.3.0 ) (2026-02-17)
29
310
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/getsops/sops/v3 v3.11.0
99 github.com/spf13/cobra v1.10.2
1010 github.com/stretchr/testify v1.11.1
11- golang.org/x/term v0.39 .0
11+ golang.org/x/term v0.40 .0
1212 gopkg.in/yaml.v3 v3.0.1
1313 helm.sh/helm/v3 v3.20.0
1414 k8s.io/api v0.35.1
@@ -203,7 +203,7 @@ require (
203203 golang.org/x/net v0.48.0 // indirect
204204 golang.org/x/oauth2 v0.31.0 // indirect
205205 golang.org/x/sync v0.19.0 // indirect
206- golang.org/x/sys v0.40 .0 // indirect
206+ golang.org/x/sys v0.41 .0 // indirect
207207 golang.org/x/text v0.33.0 // indirect
208208 golang.org/x/time v0.13.0 // indirect
209209 google.golang.org/api v0.250.0 // indirect
Original file line number Diff line number Diff line change @@ -598,8 +598,12 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
598598golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
599599golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
600600golang.org/x/sys v0.40.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
601+ golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
602+ golang.org/x/sys v0.41.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
601603golang.org/x/term v0.39.0 h1:RclSuaJf32jOqZz74CkPA9qFuVTX7vhLlpfj/IGWlqY =
602604golang.org/x/term v0.39.0 /go.mod h1:yxzUCTP/U+FzoxfdKmLaA0RV1WgE0VY7hXBwKtY/4ww =
605+ golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg =
606+ golang.org/x/term v0.40.0 /go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM =
603607golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE =
604608golang.org/x/text v0.33.0 /go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8 =
605609golang.org/x/time v0.13.0 h1:eUlYslOIt32DgYD6utsuUeHs4d7AsEYLuIAdg7FlYgI =
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version: 1.0.0
55type : application
66dependencies :
77 - name : kube-prometheus-stack
8- version : 82.0.1
8+ version : 82.0.2
99 repository : https://prometheus-community.github.io/helm-charts
You can’t perform that action at this time.
0 commit comments