File tree Expand file tree Collapse file tree 18 files changed +37
-33
lines changed
recommendations/app-repo/src Expand file tree Collapse file tree 18 files changed +37
-33
lines changed Original file line number Diff line number Diff line change 88 name : Format Check
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : actions/setup-go@v6
13- - uses : hashicorp/setup-terraform@v3
13+ - uses : hashicorp/setup-terraform@v4
1414 - run : go install github.com/terraform-docs/terraform-docs@v0.18.0
1515 - run : make lint
1616 - name : diff check
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/reliable-app-platforms/cli/rapctl
22
33go 1.21.3
44
5- require github.com/spf13/cobra v1.10.1
5+ require github.com/spf13/cobra v1.10.2
66
77require (
88 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
1212github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
1313github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
1414github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
15+ github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU =
16+ github.com/spf13/cobra v1.10.2 /go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4 =
1517github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
1618github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1719github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
1820github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1921github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
2022github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
23+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
2124gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2225gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change 11google-api-core>=2.11.1
2- google-cloud-profiler>=4.1.0
32grpcio-health-checking>=1.58.0
3+ grpcio>=1.58.0
4+ jinja2>=3.1.5
45python-json-logger>=2.0.7
5- requests>=2.32.2
6- rsa>=4.9
6+ google-cloud-profiler>=4.1.0
7+ google-cloud-trace>=1.11.2
8+ requests>=2.32.4
79opentelemetry-distro>=0.41b0
810opentelemetry-instrumentation-grpc>=0.41b0
911opentelemetry-exporter-otlp-proto-grpc>=1.20.0
10- jinja2>=3.1.2
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ pyparsing==3.1.1
121121 # via httplib2
122122python-json-logger == 2.0.7
123123 # via -r requirements.in
124- requests == 2.32.2
124+ requests == 2.32.4
125125 # via
126126 # -r requirements.in
127127 # google-api-core
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ google-api-core>=2.11.1
22google-cloud-profiler>=4.1.0
33grpcio-health-checking>=1.58.0
44python-json-logger>=2.0.7
5- requests>=2.32.2
5+ requests>=2.32.4
66rsa>=4.9
77opentelemetry-distro>=0.41b0
88opentelemetry-instrumentation-grpc>=0.41b0
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ pyparsing==3.1.1
103103 # via httplib2
104104python-json-logger == 2.0.7
105105 # via -r requirements.in
106- requests == 2.32.2
106+ requests == 2.32.4
107107 # via
108108 # -r requirements.in
109109 # google-api-core
Original file line number Diff line number Diff line change 11module "project-services" {
22 source = " terraform-google-modules/project-factory/google//modules/project_services"
3- version = " ~> 17 .0"
3+ version = " ~> 18 .0"
44 project_id = var. project_id
55 activate_apis = [
66 " compute.googleapis.com" ,
Original file line number Diff line number Diff line change 11module "gke" {
22 for_each = { for i , v in local . fleet_clusters_info : i => v }
33 source = " terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-public-cluster"
4- version = " 39 .0.0"
4+ version = " 44 .0.0"
55 project_id = var. project_id
66 name = each. value . cluster_name
77 regional = true
@@ -22,7 +22,7 @@ module "gke" {
2222
2323module "gke-config-cluster" {
2424 source = " terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-public-cluster"
25- version = " 39 .0.0"
25+ version = " 44 .0.0"
2626 project_id = var. project_id
2727 name = local. config_cluster_info . cluster_name
2828 regional = true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ locals {
2121module "fleet-hub" {
2222 for_each = { for i , v in local . all-clusters : i => v }
2323 source = " terraform-google-modules/kubernetes-engine/google//modules/fleet-membership"
24- version = " 39 .0.0"
24+ version = " 44 .0.0"
2525 project_id = var. project_id
2626 location = each. value . region
2727 cluster_name = each. value . name
You can’t perform that action at this time.
0 commit comments