Releases
v0.1.0
0.1.0 (2022-11-22)
Features
add --verbose flag to serverless deployments (ddb15eb )
add ability for private gemfury libraries dependencies. (ad58de4 )
added db service container for unit-testing (38c80b0 )
added new workflows for publishing libraries. (1dc6782 )
added reusable py-test workflow. (1ceba33 )
added version that includes a db service, when needed for unit tests. (eaa1367 )
attempting to read python version to use from pyproject.toml file. (8c5f69f )
better naming. (eb4d03d )
check for a pre-serverless script file, to run just before serverless deploy. (e9cd346 )
first attempt at an auto-dev deploy for serverless. (5583fef )
make aws-creds a bit more secure. (df6f583 )
run doctor right after deploy, sometimes there are deprecations and you need to run doctor
right after to report them. (ad40664 )
separate deployment from release creation, ability to reuse deployment as action. (b7f85f2 )
setup basic env-vars for DB access for all job steps. (6093b3c )
split out project setup to separate action. (a640f4d )
split out unit testing into it's own action. (b2fc2f9 )
support release-please directly on reusable-workflows. (e79fd7f )
support simple release creation workflows (with no deployment, etc). (35f62cb )
use release tags that start with v/ instead (a4a2744 )
Bug Fixes
actions require specifying shell. (09b20e8 )
add bash as shell for action. (f826ead )
add env-vars needed for postgres project. (676f945 )
deployment error. (5c7e3ad )
don't use shell when calling action. (c5b12a2 )
env placement. (63a995b )
get aws env vars in place. (3a77cc0 )
get names looking better. (b7af939 )
install poetry. (b62009e )
only auto-run dev deployment if release was created. (1b0d631 )
remove input, remove if statements. (125b67f )
use .outputs
to get previously-ran job outputs. (a6f5d34 )
use pgV13. (a4e3087 )
You can’t perform that action at this time.