- Changed
sb component add
tosb add component ...
commands. - Added
sb terraform *
as alias ofsb infra *
commands.sb terraform apply --all
to init an apply all terraform stages.
- Added
sb init
to restoresb.yaml
. - Added template path supports for local folder and remote Git repo.
- Updated
sb new
to support external path. - Updated template_root to load other modules dynamically.
- Updated with Artifact Registry from Container Registry.
- Removed
project_number
in the variable.
- Added support for Python 3.10.x, 3.11.x
- Moved
task_dispatch_service
toexperimnets
folder.
- Adding support for Python 3.11.x
- Upgraded Copier to >=9.2.0
- Migrated from
run_auto
to bothrun_copy
andrun_update
. - Updated
blank_service
template with a sample API endpoint in FastAPI. - Misc fixes in CLI.