Skip to content

Commit ec55947

Browse files
authored
Fix rollouts:create to handle backend regionality & other fixes (#7862)
* lookup backends in other regions * fix bug bash bugs * add src/apphosting/index.ts back in * switch to v1beta from v1alpha
1 parent 1374342 commit ec55947

14 files changed

+568
-531
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
- Fix rollouts:create to handle backend regionality & other fixes. (#7862)
12
- Fixed Next.js issue with PPR routes not rendering correctly. (#7625)

src/apphosting/index.spec.ts renamed to src/apphosting/backend.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
setDefaultTrafficPolicy,
1414
ensureAppHostingComputeServiceAccount,
1515
getBackendForAmbiguousLocation,
16-
} from "./index";
16+
} from "./backend";
1717
import * as deploymentTool from "../deploymentTool";
1818
import { FirebaseError } from "../error";
1919

0 commit comments

Comments
 (0)