Skip to content

Commit

Permalink
Fix rollouts:create to handle backend regionality & other fixes (#7862)
Browse files Browse the repository at this point in the history
* lookup backends in other regions

* fix bug bash bugs

* add src/apphosting/index.ts back in

* switch to v1beta from v1alpha
  • Loading branch information
blidd-google authored Oct 29, 2024
1 parent 1374342 commit ec55947
Show file tree
Hide file tree
Showing 14 changed files with 568 additions and 531 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fix rollouts:create to handle backend regionality & other fixes. (#7862)
- Fixed Next.js issue with PPR routes not rendering correctly. (#7625)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
setDefaultTrafficPolicy,
ensureAppHostingComputeServiceAccount,
getBackendForAmbiguousLocation,
} from "./index";
} from "./backend";
import * as deploymentTool from "../deploymentTool";
import { FirebaseError } from "../error";

Expand Down
Loading

0 comments on commit ec55947

Please sign in to comment.