Skip to content

Commit c4d9ae0

Browse files
committed
Merge branch 'origin/main' into security-updates-shop-examples and resolve conflicts
2 parents 2185f74 + 0f4ba8b commit c4d9ae0

File tree

18 files changed

+37
-33
lines changed

18 files changed

+37
-33
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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

cli/rapctl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/reliable-app-platforms/cli/rapctl
22

33
go 1.21.3
44

5-
require github.com/spf13/cobra v1.10.1
5+
require github.com/spf13/cobra v1.10.2
66

77
require (
88
github.com/inconshreveable/mousetrap v1.1.0 // indirect

cli/rapctl/go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
1212
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
1313
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
1414
github.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=
1517
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
1618
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1719
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
1820
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1921
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
2022
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
23+
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
2124
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2225
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

examples/shop/email/app-repo/src/requirements.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
google-api-core>=2.11.1
2-
google-cloud-profiler>=4.1.0
32
grpcio-health-checking>=1.58.0
3+
grpcio>=1.58.0
4+
jinja2>=3.1.5
45
python-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
79
opentelemetry-distro>=0.41b0
810
opentelemetry-instrumentation-grpc>=0.41b0
911
opentelemetry-exporter-otlp-proto-grpc>=1.20.0
10-
jinja2>=3.1.2

examples/shop/email/app-repo/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pyparsing==3.1.1
121121
# via httplib2
122122
python-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

examples/shop/recommendations/app-repo/src/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ google-api-core>=2.11.1
22
google-cloud-profiler>=4.1.0
33
grpcio-health-checking>=1.58.0
44
python-json-logger>=2.0.7
5-
requests>=2.32.2
5+
requests>=2.32.4
66
rsa>=4.9
77
opentelemetry-distro>=0.41b0
88
opentelemetry-instrumentation-grpc>=0.41b0

examples/shop/recommendations/app-repo/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pyparsing==3.1.1
103103
# via httplib2
104104
python-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

infra/terraform/enable-apis/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "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",

infra/terraform/gke/gke.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "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

2323
module "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

infra/terraform/gke/hub.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121
module "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

0 commit comments

Comments
 (0)