Releases: cerc-io/stack-orchestrator
Releases · cerc-io/stack-orchestrator
v1.1.0-b26698b-202407250850
Update fixturenet-laconicd stack for renaming changes (#891) Part of [Rename laconic2d to laconicd](https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7) Handles https://git.vdb.to/cerc-io/stack-orchestrator/issues/882, https://git.vdb.to/cerc-io/stack-orchestrator/issues/889 Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/891 Co-authored-by: Prathamesh Musale <[email protected]> Co-committed-by: Prathamesh Musale <[email protected]>
v1.1.0-40ccd47-202407240029
Merge pull request 'fixes for deployer & SP documentation' (#887) fro…
v1.1.0-01deac7-202407242020
880: Support new compile/generate syntax for next >=14.2.0 (#886) Fix for https://git.vdb.to/cerc-io/stack-orchestrator/issues/880 to support the next compile/generate syntax. Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/886 Co-authored-by: Thomas E Lackey <[email protected]> Co-committed-by: Thomas E Lackey <[email protected]>
v1.1.0-83397bb-202407150523
Enable cors in laconicd http services (#875) Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/875 Co-authored-by: David Boreham <[email protected]> Co-committed-by: David Boreham <[email protected]>
v1.1.0-1f017c9-202407121901
increase CERC_MAX_GENERATE_TIME for webapps (#857) sort of addresses #856 Co-authored-by: zramsay <[email protected]> Co-authored-by: David Boreham <[email protected]> Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/857 Co-authored-by: zramsay <[email protected]> Co-committed-by: zramsay <[email protected]>
v1.1.0-3b94220-202407091800
Add support for bun as a webapp package manager (#800) This is working off pull request "[Add support for pnpm as a webapp build tool. #767](https://git.vdb.to/cerc-io/stack-orchestrator/pulls/767/files)" that adds `pnpm` package manager support for `nextjs` & `webapps`. `bun` default build output directory (defined as `CERC_BUILD_OUTPUT_DIR`) is `dist` which should already be handled with `pnpm` support in the previously mentioned [pull request](https://git.vdb.to/cerc-io/stack-orchestrator/pulls/767/files) Installing `bun` using `npm` following our previous `pnpm` installation ```zsh npm install -g bun ``` We'll be using `bun` as a package manager that works with `Node.js` projects as defined in bun's [docs](https://bun.sh/docs/cli/install) > The bun CLI contains a Node.js-compatible package manager designed to be a dramatically faster replacement for npm, yarn, and pnpm. It's a standalone tool that will work in pre-existing Node.js projects; if your project has a package.json, bun install can help you speed up your workflow. To test `next.js` apps using `node.js` and compatibility with all four packager managers -- `npm`, `yarn`, `pnpm`, and `bun` -- use the branches of snowball's [nextjs-package-manager-example-app](https://git.vdb.to/snowball/nextjs-package-manager-example-app) repo: `nextjs-package-manager/npm`, `nextjs-package-manager/yarn`, `nextjs-package-manager/pnpm`, `nextjs-package-manager/bun`. Co-authored-by: Vivian Phung <[email protected]> Co-authored-by: David Boreham <[email protected]> Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/800 Reviewed-by: David Boreham <[email protected]> Co-authored-by: VPhung24 <[email protected]> Co-committed-by: VPhung24 <[email protected]>
v1.1.0-36d4969-202407091537
Fixes for external stack deployment (#851) Fixes - stack path resolution for `build` - external stack path resolution for deployments - "extra" config detection - `deployment ports` command - `version` command in dist or source install (without build_tag.txt) - `setup-repos`, so it won't die when an existing repo is not at a branch or exact tag Used in https://git.vdb.to/cerc-io/fixturenet-eth-stacks/pulls/14 Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/851 Reviewed-by: David Boreham <[email protected]>
v1.1.0-6d24d4a-202407051227
Set github auth token if present (#868) Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/868 Co-authored-by: David Boreham <[email protected]> Co-committed-by: David Boreham <[email protected]>
v1.1.0-f06e5f9-202407042351
Don't try to tag remote images (#866) Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/866 Co-authored-by: David Boreham <[email protected]> Co-committed-by: David Boreham <[email protected]>