Skip to content

Commit 7a484b5

Browse files
committed
fix(deps): update all dependencies (patch only)
| datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | anchore/sbom-action | v0.20.1 | v0.20.4 | | crate | cc | 1.2.29 | 1.2.31 | | crate | clap | 4.5.41 | 4.5.42 | | crate | clap_mangen | 0.2.28 | 0.2.29 | | npm | eslint | 8.57.0 | 8.57.1 | | npm | eslint-config-prettier | 8.10.0 | 8.10.2 | | go | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.18 | | npm | openapi-typescript | 6.7.5 | 6.7.6 | | crate | serde_json | 1.0.140 | 1.0.142 | | github-tags | sigstore/cosign-installer | v3.9.1 | v3.9.2 | | crate | tracing-indicatif | 0.3.11 | 0.3.12 | | npm | yarn | 1.22.19 | 1.22.22 |
1 parent 7f48ac1 commit 7a484b5

File tree

7 files changed

+223
-108
lines changed

7 files changed

+223
-108
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
go-version: ${{ env.GO_VERSION }}
107107

108108
- name: Install cosign
109-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
109+
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
110110

111111
- name: Install syft
112-
uses: anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
112+
uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
113113

114114
- name: Setup Rust Cache
115115
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
@@ -149,7 +149,7 @@ jobs:
149149
OCI_REGISTRY_SDP_CHARTS_USERNAME: "robot$sdp-charts+github-action-build"
150150
steps:
151151
- name: Install cosign
152-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
152+
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
153153
- name: Checkout
154154
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
155155
with:

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 59 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
module rust/stackable/go-helm-wrapper
22

3-
go 1.22.4
3+
go 1.24.0
44

5-
toolchain go1.22.5
5+
toolchain go1.24.5
66

77
require (
8-
github.com/mittwald/go-helm-client v0.12.10
9-
helm.sh/helm/v3 v3.15.3
10-
k8s.io/client-go v0.30.3
8+
github.com/mittwald/go-helm-client v0.12.18
9+
helm.sh/helm/v3 v3.18.4
10+
k8s.io/client-go v0.33.2
1111
)
1212

1313
require (
14+
dario.cat/mergo v1.0.1 // indirect
1415
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240716105424-66b64c4bb379 // indirect
15-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
16-
github.com/BurntSushi/toml v1.4.0 // indirect
16+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
17+
github.com/BurntSushi/toml v1.5.0 // indirect
1718
github.com/MakeNowJust/heredoc v1.0.0 // indirect
1819
github.com/Masterminds/goutils v1.1.1 // indirect
19-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
20-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
20+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
21+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
2122
github.com/Masterminds/squirrel v1.5.4 // indirect
2223
github.com/Microsoft/hcsshim v0.12.5 // indirect
2324
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2425
github.com/beorn7/perks v1.0.1 // indirect
2526
github.com/blang/semver/v4 v4.0.0 // indirect
2627
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2728
github.com/chai2010/gettext-go v1.0.3 // indirect
28-
github.com/containerd/containerd v1.7.20 // indirect
29-
github.com/containerd/errdefs v0.1.0 // indirect
29+
github.com/containerd/containerd v1.7.27 // indirect
30+
github.com/containerd/errdefs v0.3.0 // indirect
3031
github.com/containerd/log v0.1.0 // indirect
3132
github.com/containerd/platforms v0.2.1 // indirect
32-
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
33+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
3334
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3435
github.com/distribution/reference v0.6.0 // indirect
3536
github.com/docker/cli v27.1.1+incompatible // indirect
@@ -39,10 +40,11 @@ require (
3940
github.com/docker/go-connections v0.5.0 // indirect
4041
github.com/docker/go-metrics v0.0.1 // indirect
4142
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
42-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
43+
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
4344
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
4445
github.com/fatih/color v1.17.0 // indirect
4546
github.com/felixge/httpsnoop v1.0.4 // indirect
47+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4648
github.com/go-errors/errors v1.5.1 // indirect
4749
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
4850
github.com/go-logr/logr v1.4.2 // indirect
@@ -53,14 +55,14 @@ require (
5355
github.com/gobwas/glob v0.2.3 // indirect
5456
github.com/gogo/protobuf v1.3.2 // indirect
5557
github.com/golang/protobuf v1.5.4 // indirect
56-
github.com/google/btree v1.1.2 // indirect
57-
github.com/google/gnostic-models v0.6.8 // indirect
58-
github.com/google/go-cmp v0.6.0 // indirect
58+
github.com/google/btree v1.1.3 // indirect
59+
github.com/google/gnostic-models v0.6.9 // indirect
60+
github.com/google/go-cmp v0.7.0 // indirect
5961
github.com/google/gofuzz v1.2.0 // indirect
6062
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6163
github.com/google/uuid v1.6.0 // indirect
6264
github.com/gorilla/mux v1.8.1 // indirect
63-
github.com/gorilla/websocket v1.5.3 // indirect
65+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
6466
github.com/gosuri/uitable v0.0.4 // indirect
6567
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
6668
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -71,7 +73,7 @@ require (
7173
github.com/jmoiron/sqlx v1.4.0 // indirect
7274
github.com/josharian/intern v1.0.0 // indirect
7375
github.com/json-iterator/go v1.1.12 // indirect
74-
github.com/klauspost/compress v1.17.9 // indirect
76+
github.com/klauspost/compress v1.18.0 // indirect
7577
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
7678
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
7779
github.com/lib/pq v1.10.9 // indirect
@@ -86,69 +88,72 @@ require (
8688
github.com/mitchellh/reflectwalk v1.0.2 // indirect
8789
github.com/moby/locker v1.0.1 // indirect
8890
github.com/moby/spdystream v0.5.0 // indirect
89-
github.com/moby/term v0.5.0 // indirect
91+
github.com/moby/term v0.5.2 // indirect
9092
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9193
github.com/modern-go/reflect2 v1.0.2 // indirect
9294
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
9395
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9496
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9597
github.com/opencontainers/go-digest v1.0.0 // indirect
96-
github.com/opencontainers/image-spec v1.1.0 // indirect
98+
github.com/opencontainers/image-spec v1.1.1 // indirect
9799
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
98100
github.com/pkg/errors v0.9.1 // indirect
99-
github.com/prometheus/client_golang v1.19.1 // indirect
101+
github.com/prometheus/client_golang v1.22.0 // indirect
100102
github.com/prometheus/client_model v0.6.1 // indirect
101-
github.com/prometheus/common v0.55.0 // indirect
103+
github.com/prometheus/common v0.62.0 // indirect
102104
github.com/prometheus/procfs v0.15.1 // indirect
103105
github.com/rivo/uniseg v0.4.7 // indirect
104-
github.com/rubenv/sql-migrate v1.7.0 // indirect
106+
github.com/rubenv/sql-migrate v1.8.0 // indirect
105107
github.com/russross/blackfriday/v2 v2.1.0 // indirect
106108
github.com/shopspring/decimal v1.4.0 // indirect
107109
github.com/sirupsen/logrus v1.9.3 // indirect
108-
github.com/spf13/cast v1.6.0 // indirect
109-
github.com/spf13/cobra v1.8.1 // indirect
110-
github.com/spf13/pflag v1.0.5 // indirect
110+
github.com/spf13/cast v1.7.0 // indirect
111+
github.com/spf13/cobra v1.9.1 // indirect
112+
github.com/spf13/pflag v1.0.6 // indirect
113+
github.com/x448/float16 v0.8.4 // indirect
111114
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
112115
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
113116
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
114117
github.com/xlab/treeprint v1.2.0 // indirect
115-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
116-
go.opentelemetry.io/otel v1.28.0 // indirect
117-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
118-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
118+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
119+
go.opentelemetry.io/otel v1.33.0 // indirect
120+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
121+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
119122
go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
120-
golang.org/x/crypto v0.25.0 // indirect
123+
golang.org/x/crypto v0.39.0 // indirect
121124
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122-
golang.org/x/net v0.27.0 // indirect
123-
golang.org/x/oauth2 v0.21.0 // indirect
124-
golang.org/x/sync v0.7.0 // indirect
125-
golang.org/x/sys v0.22.0 // indirect
126-
golang.org/x/term v0.22.0 // indirect
127-
golang.org/x/text v0.16.0 // indirect
128-
golang.org/x/time v0.5.0 // indirect
125+
golang.org/x/net v0.40.0 // indirect
126+
golang.org/x/oauth2 v0.28.0 // indirect
127+
golang.org/x/sync v0.15.0 // indirect
128+
golang.org/x/sys v0.33.0 // indirect
129+
golang.org/x/term v0.32.0 // indirect
130+
golang.org/x/text v0.26.0 // indirect
131+
golang.org/x/time v0.9.0 // indirect
129132
google.golang.org/appengine v1.6.8 // indirect
130-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
131-
google.golang.org/grpc v1.65.0 // indirect
132-
google.golang.org/protobuf v1.34.2 // indirect
133+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
134+
google.golang.org/grpc v1.68.1 // indirect
135+
google.golang.org/protobuf v1.36.5 // indirect
133136
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
134137
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
135138
gopkg.in/inf.v0 v0.9.1 // indirect
136139
gopkg.in/yaml.v2 v2.4.0 // indirect
137140
gopkg.in/yaml.v3 v3.0.1 // indirect
138-
k8s.io/api v0.30.3 // indirect
139-
k8s.io/apiextensions-apiserver v0.30.3 // indirect
140-
k8s.io/apimachinery v0.30.3 // indirect
141-
k8s.io/apiserver v0.30.3 // indirect
142-
k8s.io/cli-runtime v0.30.3 // indirect
143-
k8s.io/component-base v0.30.3 // indirect
141+
k8s.io/api v0.33.2 // indirect
142+
k8s.io/apiextensions-apiserver v0.33.2 // indirect
143+
k8s.io/apimachinery v0.33.2 // indirect
144+
k8s.io/apiserver v0.33.2 // indirect
145+
k8s.io/cli-runtime v0.33.2 // indirect
146+
k8s.io/component-base v0.33.2 // indirect
144147
k8s.io/klog/v2 v2.130.1 // indirect
145-
k8s.io/kube-openapi v0.0.0-20240730131305-7a9a4e85957e // indirect
146-
k8s.io/kubectl v0.30.3 // indirect
147-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
148+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
149+
k8s.io/kubectl v0.33.2 // indirect
150+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
148151
oras.land/oras-go v1.2.6 // indirect
149-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
150-
sigs.k8s.io/kustomize/api v0.17.3 // indirect
151-
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
152-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
152+
oras.land/oras-go/v2 v2.6.0 // indirect
153+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
154+
sigs.k8s.io/kustomize/api v0.19.0 // indirect
155+
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
156+
sigs.k8s.io/randfill v1.0.0 // indirect
157+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
153158
sigs.k8s.io/yaml v1.4.0 // indirect
154159
)

0 commit comments

Comments
 (0)