Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
rm_cmd: "rmz"

- name: Checkout code
uses: actions/checkout@v6

uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-img-ghrunner-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rm_cmd: "rmz"

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
remove_haskell: true
rm_cmd: "rmz"
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install Podman (only for arm64)
if: contains(matrix.os, 'arm')
run: |
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set version from tag
if: startsWith(github.ref, 'refs/tags/')
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: hosted_runner_provision
steps:
- name: Code checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tkn-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Log in to quay.io Registry
uses: redhat-actions/podman-login@v1
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ TKN_IMG ?= quay.io/redhat-developer/mapt:v${VERSION}-tkn
# renovate: datasource=github-releases depName=cirruslabs/cirrus-cli
CIRRUS_CLI ?= v1.0.0
# renovate: datasource=github-releases depName=actions/runner
GITHUB_RUNNER ?= 2.334.0
GITHUB_RUNNER ?= 2.335.1
# renovate: datasource=gitlab-releases depName=gitlab-org/gitlab-runner
GITLAB_RUNNER ?= 19.0.1
GITLAB_RUNNER ?= 19.1.0
# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-collector-releases
OTELCOL_VERSION ?= 0.151.0

Expand Down
95 changes: 57 additions & 38 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/mapt-oss/pulumi-ibmcloud/sdk v0.0.12
github.com/pulumi/pulumi-command/sdk v1.2.1
github.com/pulumi/pulumi-random/sdk/v4 v4.21.0
github.com/pulumi/pulumi/sdk/v3 v3.246.0
github.com/pulumi/pulumi/sdk/v3 v3.248.0
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
)
Expand All @@ -24,16 +24,16 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v7 v7.3.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.10.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.7.0
github.com/IBM/go-sdk-core/v5 v5.21.4
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.8.0
github.com/IBM/go-sdk-core/v5 v5.22.0
github.com/aws/amazon-ec2-instance-selector/v3 v3.1.3
github.com/aws/aws-sdk-go-v2 v1.42.0
github.com/aws/aws-sdk-go-v2/config v1.32.25
github.com/aws/aws-sdk-go-v2/service/ec2 v1.305.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.103.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.308.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.104.0
github.com/aws/aws-sdk-go-v2/service/sts v1.43.3
github.com/pulumi/pulumi-aws-native/sdk v1.68.0
github.com/pulumi/pulumi-aws/sdk/v7 v7.32.0
github.com/pulumi/pulumi-aws-native/sdk v1.70.0
github.com/pulumi/pulumi-aws/sdk/v7 v7.34.0
github.com/pulumi/pulumi-awsx/sdk/v3 v3.6.0
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.19.0
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.19.0
Expand All @@ -50,22 +50,49 @@ require (
)

require (
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/charmbracelet/bubbles v1.0.0 // indirect
github.com/charmbracelet/bubbletea v1.3.10 // indirect
github.com/charmbracelet/lipgloss v1.1.0 // indirect
github.com/muesli/reflow v0.3.0 // indirect
)

// require (
// charm.land/bubbles/v2 v2.1.0 // indirect
// charm.land/bubbletea/v2 v2.0.5 // indirect
// charm.land/lipgloss/v2 v2.0.3 // indirect
// github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 // indirect
// github.com/charmbracelet/x/termios v0.1.1 // indirect
// github.com/charmbracelet/x/windows v0.2.2 // indirect
// )

require (
// charm.land/bubbles/v2 v2.1.0 // indirect
// charm.land/bubbletea/v2 v2.0.5 // indirect
// charm.land/lipgloss/v2 v2.0.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
// github.com/charmbracelet/bubbles v1.0.0 // indirect
// github.com/charmbracelet/bubbletea v1.3.10 // indirect
// github.com/charmbracelet/lipgloss v1.1.0 // indirect
// github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 // indirect
// github.com/charmbracelet/x/termios v0.1.1 // indirect
// github.com/charmbracelet/x/windows v0.2.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/gcfg/v2 v2.0.2 // indirect
github.com/go-git/go-billy/v6 v6.0.0-alpha.1 // indirect
github.com/go-git/go-git/v6 v6.0.0-alpha.4 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/pgavlin/fx v0.1.6 // indirect
github.com/pgavlin/fx/v2 v2.0.12 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.19.0 // indirect
github.com/pulumi/pulumi-docker/sdk/v4 v4.5.8 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
go.opentelemetry.io/contrib/bridges/otelslog v0.18.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.19.0 // indirect
go.opentelemetry.io/otel/log v0.19.0 // indirect
go.opentelemetry.io/otel/sdk/log v0.19.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
)

Expand All @@ -82,8 +109,8 @@ require (
github.com/oliveagle/jsonpath v0.1.4 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/sahilm/fuzzy v0.1.3 // indirect
golang.org/x/mod v0.36.0
golang.org/x/tools v0.45.0 // indirect
golang.org/x/mod v0.37.0
golang.org/x/tools v0.46.0 // indirect
)

require (
Expand Down Expand Up @@ -113,12 +140,11 @@ require (
github.com/charmbracelet/colorprofile v0.4.3 // indirect
github.com/charmbracelet/x/ansi v0.11.7 // indirect
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
github.com/charmbracelet/x/exp/golden v0.0.0-20260607010151-cd19a2bba55f // indirect
github.com/charmbracelet/x/exp/golden v0.0.0-20260622092256-25656177ba8e // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/cloudflare/circl v1.6.4 // indirect
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
Expand Down Expand Up @@ -149,7 +175,6 @@ require (
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/golang/glog v1.2.5 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Expand All @@ -171,23 +196,22 @@ require (
github.com/muesli/termenv v0.16.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/oklog/ulid/v2 v2.1.1 // indirect
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
github.com/pelletier/go-toml/v2 v2.4.2 // indirect
github.com/pjbgf/sha1cd v0.6.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.25.0 // indirect
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.19 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/skeema/knownhosts v1.3.2 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/zclconf/go-cty v1.18.1 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/collector/featuregate v1.59.0 // indirect
go.opentelemetry.io/collector/pdata v1.59.0 // indirect
go.opentelemetry.io/collector/featuregate v1.61.0 // indirect
go.opentelemetry.io/collector/pdata v1.61.0 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect
Expand All @@ -200,13 +224,13 @@ require (
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/time v0.15.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260622175928-b703f567277d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260622175928-b703f567277d // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.140.0 // indirect
k8s.io/kube-openapi v0.0.0-20260603220949-865597e52e25 // indirect
k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 // indirect
k8s.io/kube-openapi v0.0.0-20260624041617-8f3fa4921821 // indirect
k8s.io/utils v0.0.0-20260617174310-a95e086a2553 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.4.0 // indirect
Expand All @@ -215,26 +239,23 @@ require (

require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
github.com/IBM-Cloud/power-go-client v1.15.0
github.com/IBM/vpc-go-sdk v0.84.0
github.com/IBM-Cloud/power-go-client v1.16.2
github.com/IBM/vpc-go-sdk v0.86.0
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.4.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ecs v1.82.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.85.0
github.com/aws/aws-sdk-go-v2/service/iam v1.54.5
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/go-git/go-billy/v5 v5.9.0 // indirect
github.com/go-git/go-git/v5 v5.19.1 // indirect
github.com/go-playground/validator/v10 v10.30.3
github.com/gogo/protobuf v1.3.2 // indirect
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.6.0 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
Expand All @@ -243,7 +264,7 @@ require (
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.31.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.32.0
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.15.0 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
Expand All @@ -252,16 +273,14 @@ require (
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
golang.org/x/text v0.38.0 // indirect
google.golang.org/grpc v1.81.1 // indirect
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
lukechampine.com/frand v1.5.1 // indirect
)
Loading