Skip to content

Commit 693c0fa

Browse files
committed
fix(deps): update all dependencies
1 parent 93189d3 commit 693c0fa

837 files changed

Lines changed: 184173 additions & 966 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-img-ghrunner-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cat ./mapt-event
4040
4141
- name: Upload crc-builder
42-
uses: actions/upload-artifact@v6
42+
uses: actions/upload-artifact@v7
4343
with:
4444
name: mapt-${{ env.ARCH_TYPE }}
4545
path: mapt*

.github/workflows/build-oci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
make oci-build-${{ env.ARCH_TYPE }}
6868
make oci-save-${{ env.ARCH_TYPE }}
6969
- name: Upload mapt artifacts for PR
70-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
70+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7171
with:
7272
name: mapt-${{ env.ARCH_TYPE }}
7373
path: mapt*
@@ -78,15 +78,15 @@ jobs:
7878
runs-on: ubuntu-24.04
7979
steps:
8080
- name: Download mapt oci flatten images
81-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
81+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8282
with:
8383
pattern: mapt-*
8484
- name: copy both artifacts into single directory
8585
env:
8686
IMG: ghcr.io/redhat-developer/mapt:pr-${{ github.event.number }}
8787
run: echo ${IMG} > mapt-image
8888
- name: Upload combined mapt artifacts for PR
89-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
89+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9090
with:
9191
name: mapt-arm64-and-amd64
9292
path: mapt-*
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101101

102102
- name: Download mapt oci flatten images
103-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
103+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
104104
with:
105105
pattern: mapt-*
106106

.github/workflows/destroy-hosted-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Download mapt image from artifacts
15-
uses: actions/download-artifact@v7
15+
uses: actions/download-artifact@v8
1616
with:
1717
name: mapt
1818
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/provision-hosted-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "runner_token=$token" >> "$GITHUB_OUTPUT"
3030
3131
- name: Download mapt image from artifacts
32-
uses: actions/download-artifact@v7
32+
uses: actions/download-artifact@v8
3333
with:
3434
pattern: mapt*
3535
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/push-oci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
packages: write
3636
steps:
3737
- name: Download mapt assets
38-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
38+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
3939
with:
4040
run-id: ${{ github.event.workflow_run.id }}
4141
github-token: ${{ github.token }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ TKN_IMG ?= quay.io/redhat-developer/mapt:v${VERSION}-tkn
77

88
# Integrations
99
# renovate: datasource=github-releases depName=cirruslabs/cirrus-cli
10-
CIRRUS_CLI ?= v0.164.3
10+
CIRRUS_CLI ?= v0.165.0
1111
# renovate: datasource=github-releases depName=actions/runner
12-
GITHUB_RUNNER ?= 2.331.0
12+
GITHUB_RUNNER ?= 2.332.0
1313
# renovate: datasource=gitlab-releases depName=gitlab-org/gitlab-runner
1414
GITLAB_RUNNER ?= 18.9.0
1515

go.mod

Lines changed: 40 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/coocood/freecache v1.2.5
77
github.com/pulumi/pulumi-command/sdk v1.2.0
88
github.com/pulumi/pulumi-random/sdk/v4 v4.19.1
9-
github.com/pulumi/pulumi/sdk/v3 v3.223.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.224.0
1010
github.com/sirupsen/logrus v1.9.4
1111
github.com/spf13/cobra v1.10.2
1212
)
@@ -20,19 +20,19 @@ require (
2020
github.com/aws/amazon-ec2-instance-selector/v3 v3.1.3
2121
github.com/aws/aws-sdk-go-v2 v1.41.2
2222
github.com/aws/aws-sdk-go-v2/config v1.32.10
23-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.290.0
23+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.293.0
2424
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.2
2525
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7
26-
github.com/pulumi/pulumi-aws-native/sdk v1.55.0
26+
github.com/pulumi/pulumi-aws-native/sdk v1.56.0
2727
github.com/pulumi/pulumi-aws/sdk/v7 v7.20.0
2828
github.com/pulumi/pulumi-awsx/sdk/v3 v3.2.1
29-
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.13.0
30-
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.13.0
31-
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 v3.13.0
32-
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 v3.13.0
33-
github.com/pulumi/pulumi-azure-native-sdk/network/v3 v3.13.0
34-
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.13.0
35-
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.13.0
29+
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.14.0
30+
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.14.0
31+
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 v3.14.0
32+
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 v3.14.0
33+
github.com/pulumi/pulumi-azure-native-sdk/network/v3 v3.14.0
34+
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.14.0
35+
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.14.0
3636
github.com/pulumi/pulumi-gitlab/sdk/v8 v8.11.0
3737
github.com/pulumi/pulumi-tls/sdk/v5 v5.3.0
3838
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
@@ -44,7 +44,7 @@ require (
4444
github.com/go-playground/universal-translator v0.18.1 // indirect
4545
github.com/leodido/go-urn v1.4.0 // indirect
4646
github.com/pgavlin/fx/v2 v2.0.12 // indirect
47-
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.13.0 // indirect
47+
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.14.0 // indirect
4848
github.com/pulumi/pulumi-docker/sdk/v4 v4.11.0 // indirect
4949
)
5050

@@ -88,8 +88,9 @@ require (
8888
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15 // indirect
8989
github.com/aws/smithy-go v1.24.2 // indirect
9090
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
91+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
9192
github.com/cespare/xxhash/v2 v2.3.0 // indirect
92-
github.com/charmbracelet/bubbles v0.21.1 // indirect
93+
github.com/charmbracelet/bubbles v1.0.0 // indirect
9394
github.com/charmbracelet/bubbletea v1.3.10 // indirect
9495
github.com/charmbracelet/colorprofile v0.4.2 // indirect
9596
github.com/charmbracelet/lipgloss v1.1.0 // indirect
@@ -102,17 +103,25 @@ require (
102103
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
103104
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
104105
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
106+
github.com/go-logr/logr v1.4.3 // indirect
107+
github.com/go-logr/stdr v1.2.2 // indirect
105108
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
106109
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
107110
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
108111
github.com/google/uuid v1.6.0 // indirect
112+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
113+
github.com/hashicorp/go-version v1.8.0 // indirect
109114
github.com/iwdgo/sigintwindows v0.2.2 // indirect
115+
github.com/json-iterator/go v1.1.12 // indirect
116+
github.com/klauspost/compress v1.18.0 // indirect
110117
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
111118
github.com/kylelemons/godebug v1.1.0 // indirect
112119
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
113120
github.com/mattn/go-isatty v0.0.20 // indirect
114121
github.com/mattn/go-localereader v0.0.1 // indirect
115122
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
123+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
124+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
116125
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
117126
github.com/muesli/cancelreader v0.2.2 // indirect
118127
github.com/muesli/termenv v0.16.0 // indirect
@@ -130,27 +139,38 @@ require (
130139
github.com/spf13/cast v1.10.0 // indirect
131140
github.com/subosito/gotenv v1.6.0 // indirect
132141
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
133-
github.com/zclconf/go-cty v1.17.0 // indirect
142+
github.com/zclconf/go-cty v1.18.0 // indirect
143+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
144+
go.opentelemetry.io/collector/featuregate v1.51.0 // indirect
145+
go.opentelemetry.io/collector/pdata v1.51.0 // indirect
146+
go.opentelemetry.io/otel v1.40.0 // indirect
147+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
148+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
149+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
150+
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
151+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
152+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
134153
go.uber.org/multierr v1.11.0 // indirect
135154
go.yaml.in/yaml/v3 v3.0.4 // indirect
136155
golang.org/x/sync v0.19.0 // indirect
137-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
156+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
157+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
138158
gopkg.in/yaml.v3 v3.0.1 // indirect
139159
)
140160

141161
require (
142162
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
143163
github.com/Microsoft/go-winio v0.6.2 // indirect
144-
github.com/ProtonMail/go-crypto v1.3.0 // indirect
145-
github.com/aws/aws-sdk-go-v2/service/ecs v1.72.0
164+
github.com/ProtonMail/go-crypto v1.4.0 // indirect
165+
github.com/aws/aws-sdk-go-v2/service/ecs v1.73.0
146166
github.com/aws/aws-sdk-go-v2/service/iam v1.53.3
147167
github.com/blang/semver v3.5.1+incompatible // indirect
148168
github.com/cheggaaa/pb v1.0.29 // indirect
149169
github.com/djherbis/times v1.6.0 // indirect
150170
github.com/emirpasic/gods v1.18.1 // indirect
151171
github.com/fsnotify/fsnotify v1.9.0 // indirect
152-
github.com/go-git/go-billy/v5 v5.7.0 // indirect
153-
github.com/go-git/go-git/v5 v5.16.5 // indirect
172+
github.com/go-git/go-billy/v5 v5.8.0 // indirect
173+
github.com/go-git/go-git/v5 v5.17.0 // indirect
154174
github.com/go-playground/validator/v10 v10.30.1
155175
github.com/gogo/protobuf v1.3.2 // indirect
156176
github.com/golang/glog v1.2.5 // indirect
@@ -167,7 +187,7 @@ require (
167187
github.com/opentracing/opentracing-go v1.2.0 // indirect
168188
github.com/pkg/errors v0.9.1 // indirect
169189
github.com/pkg/term v1.1.0 // indirect
170-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.26.0
190+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.27.0
171191
github.com/rivo/uniseg v0.4.7 // indirect
172192
github.com/rogpeppe/go-internal v1.14.1 // indirect
173193
github.com/sergi/go-diff v1.4.0 // indirect
@@ -179,7 +199,7 @@ require (
179199
github.com/xanzy/ssh-agent v0.3.3 // indirect
180200
go.uber.org/atomic v1.11.0 // indirect
181201
golang.org/x/crypto v0.48.0 // indirect
182-
golang.org/x/net v0.50.0 // indirect
202+
golang.org/x/net v0.51.0 // indirect
183203
golang.org/x/sys v0.41.0 // indirect
184204
golang.org/x/term v0.40.0 // indirect
185205
golang.org/x/text v0.34.0 // indirect

0 commit comments

Comments
 (0)