From d173ca243f6afda813a63a1d176ba31c52ff37bd Mon Sep 17 00:00:00 2001 From: larisa17 Date: Fri, 18 Oct 2024 14:03:15 +0300 Subject: [PATCH] update amplify branch for review --- infra/aws/index.ts | 2 +- infra/package.json | 2 +- infra/yarn.lock | 49 ++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 49 insertions(+), 4 deletions(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 34060fd89c..16982cc0ca 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -834,7 +834,7 @@ const CLOUDFLARE_ZONE_ID = op.read.parse(`op://DevOps/passport-xyz-${stack}-env/ // Passport XYZ const passportBranches = Object({ - review: "main", + review: "review-app", staging: "staging-app", production: "production-app", }); diff --git a/infra/package.json b/infra/package.json index e3d156105c..1155e20285 100644 --- a/infra/package.json +++ b/infra/package.json @@ -11,6 +11,6 @@ "@pulumi/github": "^6.1.0", "@pulumi/pulumi": "^3.0.0", "@pulumi/std": "^1.6.2", - "infra-libs": "passportxyz/infra-libs#semver:^1.1.0" + "infra-libs": "passportxyz/infra-libs#v1.3.0" } } diff --git a/infra/yarn.lock b/infra/yarn.lock index 32a7954e6f..4132912f49 100644 --- a/infra/yarn.lock +++ b/infra/yarn.lock @@ -400,6 +400,13 @@ dependencies: "@pulumi/pulumi" "^3.0.0" +"@pulumi/cloudflare@^5.38.0": + version "5.41.0" + resolved "https://registry.yarnpkg.com/@pulumi/cloudflare/-/cloudflare-5.41.0.tgz#47b81b97032d9578d9aef74a8270a9faa8e55e17" + integrity sha512-tquPVxxYZTiMgOmAPu2AIs1ndrf+GlztdWECScNzrllr5LUMHmbd2ZpifGQWh3GXqBwxPsWO1WoRIasLxKXJ/Q== + dependencies: + "@pulumi/pulumi" "^3.136.0" + "@pulumi/docker@^3.0.0": version "3.6.1" resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-3.6.1.tgz#a216c9bd2bbd35dd7091db2827a3a434adff021c" @@ -451,6 +458,42 @@ tmp "^0.2.1" upath "^1.1.0" +"@pulumi/pulumi@^3.136.0": + version "3.137.0" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.137.0.tgz#670636d20eb85880854a49623947d6ea23099742" + integrity sha512-YgvcPKxuE3X1Yi93W2qZuM43nELT1FEvz7J5IK1hAJPo+v9m2oAh5Vag1lNDPjM0+y7WDfFe0ODI+2way3quRw== + dependencies: + "@grpc/grpc-js" "^1.10.1" + "@logdna/tail-file" "^2.0.6" + "@npmcli/arborist" "^7.3.1" + "@opentelemetry/api" "^1.9" + "@opentelemetry/exporter-zipkin" "^1.25" + "@opentelemetry/instrumentation" "^0.52" + "@opentelemetry/instrumentation-grpc" "^0.52" + "@opentelemetry/resources" "^1.25" + "@opentelemetry/sdk-trace-base" "^1.25" + "@opentelemetry/sdk-trace-node" "^1.25" + "@opentelemetry/semantic-conventions" "^1.25" + "@pulumi/query" "^0.3.0" + "@types/google-protobuf" "^3.15.5" + "@types/semver" "^7.5.6" + "@types/tmp" "^0.2.6" + execa "^5.1.0" + fdir "^6.1.1" + google-protobuf "^3.5.0" + got "^11.8.6" + ini "^2.0.0" + js-yaml "^3.14.0" + minimist "^1.2.6" + normalize-package-data "^6.0.0" + picomatch "^3.0.1" + pkg-dir "^7.0.0" + require-from-string "^2.0.1" + semver "^7.5.2" + source-map-support "^0.5.6" + tmp "^0.2.1" + upath "^1.1.0" + "@pulumi/query@^0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@pulumi/query/-/query-0.3.0.tgz#f496608e86a18c3dd31b6c533408e2441c29071d" @@ -1445,13 +1488,15 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -"infra-libs@passportxyz/infra-libs#semver:^1.0.0": +infra-libs@passportxyz/infra-libs#v1.3.0: version "1.0.0" - resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/f3072dc8d547529c5cb7200c02178046d2d47e0e" + resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/ec106f542b49a15a826639bef7bfbff0dc9da86b" dependencies: "@1password/op-js" "^0.1.13" "@pulumi/aws" "^6.45.0" + "@pulumi/cloudflare" "^5.38.0" "@pulumi/pulumi" "^3.126.0" + "@pulumi/std" "^1.6.2" inherits@2, inherits@^2.0.3: version "2.0.4"