源代码提交(14)
-
由 Soos 创作于827c936e
-
由 Soos 创作于47ee69d4
-
由 Soos 创作于9c1f453a
-
由 Soos 创作于162ff5f5
-
由 Soos 创作于93ba01c9
-
由 Soos 创作于00c5c9ab
-
由 Soos 创作于cb2aa82b
-
由 Florian Forster 创作于
chore(deps): update dependency terraform to v1.7.5 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!261
1184e7dd -
由 Florian Forster 创作于
chore(deps): update dependency checkov to v3.2.39 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!260
37fcde74 -
由 Florian Forster 创作于
chore(deps): update terraform google to v5.20.0 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!262
48c306a5 -
由 Florian Forster 创作于
chore(deps): update terraform google-beta to v5.20.0 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!263
76a0b3f3 -
由 Florian Forster 创作于
fix(deps): update module google.golang.org/api to v0.170.0 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!265
e735d023 -
由 Florian Forster 创作于
chore(deps): update terraform local to v2.5.1 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!264
33034688 -
由 Florian Forster 创作于
chore(deps): update terraform vault to v4 See merge request gitlab-com/gl-infra/platform/runway/runwayctl!266
726dd744
显示
- .gitlab-ci-asdf-versions.yml 2 个添加, 2 个删除.gitlab-ci-asdf-versions.yml
- .tool-versions 2 个添加, 2 个删除.tool-versions
- go.mod 3 个添加, 3 个删除go.mod
- go.sum 6 个添加, 6 个删除go.sum
- reconciler/modules/external-loadbalancer/versions.tf 1 个添加, 1 个删除reconciler/modules/external-loadbalancer/versions.tf
- reconciler/modules/internal-loadbalancer/versions.tf 2 个添加, 2 个删除reconciler/modules/internal-loadbalancer/versions.tf
- reconciler/versions.tf 4 个添加, 4 个删除reconciler/versions.tf
... | ... | @@ -8,7 +8,7 @@ require ( |
github.com/spf13/cobra v1.8.0 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
golang.org/x/oauth2 v0.18.0 | ||
google.golang.org/api v0.169.0 | ||
google.golang.org/api v0.170.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -43,7 +43,7 @@ require ( |
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304161311-37d4d3c04a78 // indirect | ||
google.golang.org/grpc v1.62.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect | ||
google.golang.org/grpc v1.62.1 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
) |