Skip to content

Commit d4ef9b7

Browse files
committed
fix(deps): update all dependencies
1 parent caef0b4 commit d4ef9b7

2,102 files changed

Lines changed: 90320 additions & 37044 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-go.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
rm_cmd: "rmz"
2323

2424
- name: Checkout code
25-
uses: actions/checkout@v6
25+
26+
uses: actions/checkout@v7
2627

2728
- name: Set up Go
2829
uses: actions/setup-go@v6

.github/workflows/build-img-ghrunner-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
rm_cmd: "rmz"
2222

2323
- name: Checkout code
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Build image for PR
2727
if: ${{ github.event_name == 'pull_request' }}

.github/workflows/build-oci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
remove_haskell: true
4141
rm_cmd: "rmz"
4242
- name: Checkout code
43-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
- name: Install Podman (only for arm64)
4545
if: contains(matrix.os, 'arm')
4646
run: |
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-24.04
122122
steps:
123123
- name: Checkout code
124-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
124+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
125125
- name: Set version from tag
126126
if: startsWith(github.ref, 'refs/tags/')
127127
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV

.github/workflows/build-on-hosted-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: hosted_runner_provision
2424
steps:
2525
- name: Code checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
- name: Set up Go
2828
uses: actions/setup-go@v6
2929
with:

.github/workflows/tkn-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Create k8s Kind Cluster
2020
uses: helm/kind-action@v1
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Log in to quay.io Registry
3939
uses: redhat-actions/podman-login@v1

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ TKN_IMG ?= quay.io/redhat-developer/mapt:v${VERSION}-tkn
99
# renovate: datasource=github-releases depName=cirruslabs/cirrus-cli
1010
CIRRUS_CLI ?= v1.0.0
1111
# renovate: datasource=github-releases depName=actions/runner
12-
GITHUB_RUNNER ?= 2.334.0
12+
GITHUB_RUNNER ?= 2.335.1
1313
# renovate: datasource=gitlab-releases depName=gitlab-org/gitlab-runner
14-
GITLAB_RUNNER ?= 19.0.1
14+
GITLAB_RUNNER ?= 19.1.0
1515
# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-collector-releases
1616
OTELCOL_VERSION ?= 0.151.0
1717

go.mod

Lines changed: 57 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/mapt-oss/pulumi-ibmcloud/sdk v0.0.12
1414
github.com/pulumi/pulumi-command/sdk v1.2.1
1515
github.com/pulumi/pulumi-random/sdk/v4 v4.21.0
16-
github.com/pulumi/pulumi/sdk/v3 v3.246.0
16+
github.com/pulumi/pulumi/sdk/v3 v3.248.0
1717
github.com/sirupsen/logrus v1.9.4
1818
github.com/spf13/cobra v1.10.2
1919
)
@@ -24,16 +24,16 @@ require (
2424
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v7 v7.3.0
2525
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.10.0
2626
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
27-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.7.0
28-
github.com/IBM/go-sdk-core/v5 v5.21.4
27+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.8.0
28+
github.com/IBM/go-sdk-core/v5 v5.22.0
2929
github.com/aws/amazon-ec2-instance-selector/v3 v3.1.3
3030
github.com/aws/aws-sdk-go-v2 v1.42.0
3131
github.com/aws/aws-sdk-go-v2/config v1.32.25
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.305.2
33-
github.com/aws/aws-sdk-go-v2/service/s3 v1.103.2
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.308.0
33+
github.com/aws/aws-sdk-go-v2/service/s3 v1.104.0
3434
github.com/aws/aws-sdk-go-v2/service/sts v1.43.3
35-
github.com/pulumi/pulumi-aws-native/sdk v1.68.0
36-
github.com/pulumi/pulumi-aws/sdk/v7 v7.32.0
35+
github.com/pulumi/pulumi-aws-native/sdk v1.70.0
36+
github.com/pulumi/pulumi-aws/sdk/v7 v7.34.0
3737
github.com/pulumi/pulumi-awsx/sdk/v3 v3.6.0
3838
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.19.0
3939
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.19.0
@@ -50,22 +50,49 @@ require (
5050
)
5151

5252
require (
53-
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
54-
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5553
github.com/charmbracelet/bubbles v1.0.0 // indirect
5654
github.com/charmbracelet/bubbletea v1.3.10 // indirect
5755
github.com/charmbracelet/lipgloss v1.1.0 // indirect
56+
github.com/muesli/reflow v0.3.0 // indirect
57+
)
58+
59+
// require (
60+
// charm.land/bubbles/v2 v2.1.0 // indirect
61+
// charm.land/bubbletea/v2 v2.0.5 // indirect
62+
// charm.land/lipgloss/v2 v2.0.3 // indirect
63+
// github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 // indirect
64+
// github.com/charmbracelet/x/termios v0.1.1 // indirect
65+
// github.com/charmbracelet/x/windows v0.2.2 // indirect
66+
// )
67+
68+
require (
69+
// charm.land/bubbles/v2 v2.1.0 // indirect
70+
// charm.land/bubbletea/v2 v2.0.5 // indirect
71+
// charm.land/lipgloss/v2 v2.0.3 // indirect
72+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
73+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
74+
// github.com/charmbracelet/bubbles v1.0.0 // indirect
75+
// github.com/charmbracelet/bubbletea v1.3.10 // indirect
76+
// github.com/charmbracelet/lipgloss v1.1.0 // indirect
77+
// github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 // indirect
78+
// github.com/charmbracelet/x/termios v0.1.1 // indirect
79+
// github.com/charmbracelet/x/windows v0.2.2 // indirect
5880
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
59-
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
81+
github.com/go-git/gcfg/v2 v2.0.2 // indirect
82+
github.com/go-git/go-billy/v6 v6.0.0-alpha.1 // indirect
83+
github.com/go-git/go-git/v6 v6.0.0-alpha.4 // indirect
6084
github.com/go-playground/locales v0.14.1 // indirect
6185
github.com/go-playground/universal-translator v0.18.1 // indirect
6286
github.com/leodido/go-urn v1.4.0 // indirect
63-
github.com/muesli/reflow v0.3.0 // indirect
6487
github.com/pgavlin/fx v0.1.6 // indirect
6588
github.com/pgavlin/fx/v2 v2.0.12 // indirect
6689
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.19.0 // indirect
6790
github.com/pulumi/pulumi-docker/sdk/v4 v4.5.8 // indirect
6891
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
92+
go.opentelemetry.io/contrib/bridges/otelslog v0.18.0 // indirect
93+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.19.0 // indirect
94+
go.opentelemetry.io/otel/log v0.19.0 // indirect
95+
go.opentelemetry.io/otel/sdk/log v0.19.0 // indirect
6996
go.yaml.in/yaml/v2 v2.4.3 // indirect
7097
)
7198

@@ -82,8 +109,8 @@ require (
82109
github.com/oliveagle/jsonpath v0.1.4 // indirect
83110
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
84111
github.com/sahilm/fuzzy v0.1.3 // indirect
85-
golang.org/x/mod v0.36.0
86-
golang.org/x/tools v0.45.0 // indirect
112+
golang.org/x/mod v0.37.0
113+
golang.org/x/tools v0.46.0 // indirect
87114
)
88115

89116
require (
@@ -113,12 +140,11 @@ require (
113140
github.com/charmbracelet/colorprofile v0.4.3 // indirect
114141
github.com/charmbracelet/x/ansi v0.11.7 // indirect
115142
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
116-
github.com/charmbracelet/x/exp/golden v0.0.0-20260607010151-cd19a2bba55f // indirect
143+
github.com/charmbracelet/x/exp/golden v0.0.0-20260622092256-25656177ba8e // indirect
117144
github.com/charmbracelet/x/term v0.2.2 // indirect
118145
github.com/clipperhouse/displaywidth v0.11.0 // indirect
119146
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
120147
github.com/cloudflare/circl v1.6.4 // indirect
121-
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
122148
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
123149
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
124150
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
@@ -149,7 +175,6 @@ require (
149175
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
150176
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
151177
github.com/golang/glog v1.2.5 // indirect
152-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
153178
github.com/google/uuid v1.6.0 // indirect
154179
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
155180
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -171,23 +196,22 @@ require (
171196
github.com/muesli/termenv v0.16.0 // indirect
172197
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
173198
github.com/oklog/ulid/v2 v2.1.1 // indirect
174-
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
199+
github.com/pelletier/go-toml/v2 v2.4.2 // indirect
175200
github.com/pjbgf/sha1cd v0.6.0 // indirect
176201
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
177202
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
178203
github.com/pulumi/esc v0.25.0 // indirect
179204
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.19 // indirect
180205
github.com/sagikazarmark/locafero v0.12.0 // indirect
181-
github.com/skeema/knownhosts v1.3.2 // indirect
182206
github.com/spf13/afero v1.15.0 // indirect
183207
github.com/spf13/cast v1.10.0 // indirect
184208
github.com/subosito/gotenv v1.6.0 // indirect
185209
github.com/x448/float16 v0.8.4 // indirect
186210
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
187211
github.com/zclconf/go-cty v1.18.1 // indirect
188212
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
189-
go.opentelemetry.io/collector/featuregate v1.59.0 // indirect
190-
go.opentelemetry.io/collector/pdata v1.59.0 // indirect
213+
go.opentelemetry.io/collector/featuregate v1.61.0 // indirect
214+
go.opentelemetry.io/collector/pdata v1.61.0 // indirect
191215
go.opentelemetry.io/otel v1.44.0 // indirect
192216
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
193217
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect
@@ -200,13 +224,13 @@ require (
200224
golang.org/x/oauth2 v0.36.0 // indirect
201225
golang.org/x/sync v0.21.0 // indirect
202226
golang.org/x/time v0.15.0 // indirect
203-
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
204-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
227+
google.golang.org/genproto/googleapis/api v0.0.0-20260622175928-b703f567277d // indirect
228+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260622175928-b703f567277d // indirect
205229
gopkg.in/inf.v0 v0.9.1 // indirect
206230
gopkg.in/yaml.v3 v3.0.1 // indirect
207231
k8s.io/klog/v2 v2.140.0 // indirect
208-
k8s.io/kube-openapi v0.0.0-20260603220949-865597e52e25 // indirect
209-
k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 // indirect
232+
k8s.io/kube-openapi v0.0.0-20260624041617-8f3fa4921821 // indirect
233+
k8s.io/utils v0.0.0-20260617174310-a95e086a2553 // indirect
210234
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
211235
sigs.k8s.io/randfill v1.0.0 // indirect
212236
sigs.k8s.io/structured-merge-diff/v6 v6.4.0 // indirect
@@ -215,26 +239,23 @@ require (
215239

216240
require (
217241
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
218-
github.com/IBM-Cloud/power-go-client v1.15.0
219-
github.com/IBM/vpc-go-sdk v0.84.0
242+
github.com/IBM-Cloud/power-go-client v1.16.2
243+
github.com/IBM/vpc-go-sdk v0.86.0
220244
github.com/Microsoft/go-winio v0.6.2 // indirect
221245
github.com/ProtonMail/go-crypto v1.4.1 // indirect
222-
github.com/aws/aws-sdk-go-v2/service/ecs v1.82.3
246+
github.com/aws/aws-sdk-go-v2/service/ecs v1.85.0
223247
github.com/aws/aws-sdk-go-v2/service/iam v1.54.5
224248
github.com/blang/semver v3.5.1+incompatible // indirect
225249
github.com/cheggaaa/pb v1.0.29 // indirect
226250
github.com/djherbis/times v1.6.0 // indirect
227251
github.com/emirpasic/gods v1.18.1 // indirect
228252
github.com/fsnotify/fsnotify v1.10.1 // indirect
229-
github.com/go-git/go-billy/v5 v5.9.0 // indirect
230-
github.com/go-git/go-git/v5 v5.19.1 // indirect
231253
github.com/go-playground/validator/v10 v10.30.3
232254
github.com/gogo/protobuf v1.3.2 // indirect
233255
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
234256
github.com/hashicorp/errwrap v1.1.0 // indirect
235257
github.com/hashicorp/go-multierror v1.1.1 // indirect
236258
github.com/inconshreveable/mousetrap v1.1.0 // indirect
237-
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
238259
github.com/kevinburke/ssh_config v1.6.0 // indirect
239260
github.com/mattn/go-runewidth v0.0.24 // indirect
240261
github.com/mitchellh/go-ps v1.0.0 // indirect
@@ -243,7 +264,7 @@ require (
243264
github.com/opentracing/opentracing-go v1.2.0 // indirect
244265
github.com/pkg/errors v0.9.1 // indirect
245266
github.com/pkg/term v1.1.0 // indirect
246-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.31.1
267+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.32.0
247268
github.com/rivo/uniseg v0.4.7 // indirect
248269
github.com/rogpeppe/go-internal v1.15.0 // indirect
249270
github.com/sergi/go-diff v1.4.0 // indirect
@@ -252,16 +273,14 @@ require (
252273
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
253274
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
254275
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
255-
github.com/xanzy/ssh-agent v0.3.3 // indirect
256276
go.uber.org/atomic v1.11.0 // indirect
257-
golang.org/x/crypto v0.52.0 // indirect
258-
golang.org/x/net v0.55.0 // indirect
259-
golang.org/x/sys v0.45.0 // indirect
260-
golang.org/x/term v0.43.0 // indirect
261-
golang.org/x/text v0.37.0 // indirect
277+
golang.org/x/crypto v0.53.0 // indirect
278+
golang.org/x/net v0.56.0 // indirect
279+
golang.org/x/sys v0.46.0 // indirect
280+
golang.org/x/term v0.44.0 // indirect
281+
golang.org/x/text v0.38.0 // indirect
262282
google.golang.org/grpc v1.81.1 // indirect
263283
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
264284
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
265-
gopkg.in/warnings.v0 v0.1.2 // indirect
266285
lukechampine.com/frand v1.5.1 // indirect
267286
)

0 commit comments

Comments
 (0)