From 7b176f56533a96ee90bd5a9aad0367350e8502c1 Mon Sep 17 00:00:00 2001 From: larisa17 Date: Mon, 30 Sep 2024 15:58:48 +0300 Subject: [PATCH 1/3] add additional prefix developer --- infra/aws/index.ts | 1 + infra/package.json | 2 +- infra/yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 24c6509d..d0fdabbc 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1893,6 +1893,7 @@ const amplifyAppInfo = coreInfraStack cloudflareDomain: CLOUDFLARE_DOMAIN, cloudflareZoneId: CLOUDFLARE_ZONE_ID, prefix: prefix, + additional_prefix: `developer`, branchName: passportBranches[stack], environmentVariables: passportXyzAppEnvironment, tags: { Name: `${prefix}.${domainName}` }, diff --git a/infra/package.json b/infra/package.json index 47b5fd0b..89f3b4c5 100644 --- a/infra/package.json +++ b/infra/package.json @@ -13,6 +13,6 @@ "@pulumi/awsx": "^1.0.5", "@pulumi/command": "^0.10.0", "@pulumi/pulumi": "^3.79.0", - "infra-libs": "passportxyz/infra-libs#semver:^1.1.0" + "infra-libs": "passportxyz/infra-libs#semver:^1.2.0" } } diff --git a/infra/yarn.lock b/infra/yarn.lock index 349909e4..f0a73990 100644 --- a/infra/yarn.lock +++ b/infra/yarn.lock @@ -1673,9 +1673,9 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -"infra-libs@passportxyz/infra-libs#semver:^1.1.0": +"infra-libs@passportxyz/infra-libs#semver:^1.2.0": version "1.0.0" - resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/1de32e835e9ebb47bb35db71e3ca66d49915f1ed" + resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/bac618a030f32b68638345d118686cea4b5db977" dependencies: "@1password/op-js" "^0.1.13" "@pulumi/aws" "^6.45.0" From 7af398a026d29d67200b1660b2de1c2538686baf Mon Sep 17 00:00:00 2001 From: larisa17 Date: Mon, 30 Sep 2024 16:37:25 +0300 Subject: [PATCH 2/3] fix postgresql version --- infra/aws/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index d0fdabbc..b4d0bf68 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1055,7 +1055,7 @@ const redashDb = new aws.rds.Instance( allocatedStorage: 20, maxAllocatedStorage: 30, // maxAllocatedStorage needs to be bigger than allocatedStorage engine: "postgres", - engineVersion: "13.13", + engineVersion: "13.15", instanceClass: "db.t3.micro", dbName: redashDbName, password: redashDbPassword, From 2b2d9455c81c43d08fc36fbb85cdd42a636c6a23 Mon Sep 17 00:00:00 2001 From: larisa17 Date: Mon, 30 Sep 2024 23:35:56 +0300 Subject: [PATCH 3/3] update infra libs version --- infra/package.json | 2 +- infra/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/package.json b/infra/package.json index 89f3b4c5..2c39ceec 100644 --- a/infra/package.json +++ b/infra/package.json @@ -13,6 +13,6 @@ "@pulumi/awsx": "^1.0.5", "@pulumi/command": "^0.10.0", "@pulumi/pulumi": "^3.79.0", - "infra-libs": "passportxyz/infra-libs#semver:^1.2.0" + "infra-libs": "passportxyz/infra-libs#semver:^1.2.1" } } diff --git a/infra/yarn.lock b/infra/yarn.lock index f0a73990..fb687b6c 100644 --- a/infra/yarn.lock +++ b/infra/yarn.lock @@ -1673,9 +1673,9 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -"infra-libs@passportxyz/infra-libs#semver:^1.2.0": +"infra-libs@passportxyz/infra-libs#semver:^1.2.1": version "1.0.0" - resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/bac618a030f32b68638345d118686cea4b5db977" + resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/8170b9d4286cad3ad0809c252f65fc0d36776dae" dependencies: "@1password/op-js" "^0.1.13" "@pulumi/aws" "^6.45.0"