Releases: nitrictech/cli
Releases · nitrictech/cli
v1.2.0
1.2.0 (2022-03-18)
Bug Fixes
- allow abbreviations to be optional. (849fbb1)
- apply correct s3 list action (9020ca5)
- build target (bc2bcdf)
- create the error in codeAsConfig based only on done.StatusCode (2bb74a3)
- fix unable to put object in S3 bucket (7fe366a)
- go install of CompileDaemon (befb821)
- Improve deployment output (5ff043d)
- invalid s3 action (7b0acb7)
- Make sure docker image names are lowercase (fe0bbab), closes #172
- Make sure that Ignores make their way to docker build (cbf1d1a)
- Prevent codeAsConfig containers from clashing with running containers (db8a8cc), closes #149
- Set MIN_WORKERS, based on registered function workers. (eefce1f)
- azure: Don't deploy event subscriptions within the scope of an apply. (556c613)
- azure: Ensure correct imageUris are given when pushing container images. (31bd0fc)
- merge build and build-windows makefile targets (6827ae9)
- Provide suggestion when project file is missing (db728e6), closes #145
- update default membrane version (1082efa)
- help: Bring help text inline with issue 142 (ec16fd8), closes #142
- nitric new: Allow a non-interactive command (8a8c2d0), closes #96
- pulumi: Produce a better message when pulumi is not installed (f7c7214)
- target: Parsing of extra targets (fdad3fc)
Features
- Add a confirmation to the down command (a0ec497), closes #151
- Add a new command "info" for gathering information about Nitric and it's environoment (0b91954), closes #171
- Add a new command for feedback (8282acb), closes #155
- Add aliases for up,down and list (1a99f06)
- Add lambda permission for resource discovery. (461547c)
- Add resource group name to deployed container apps. (7b55fc8)
- Add stack name to functions in aws deployments. (d920643)
- Catch panics and print a issue link for users to report bugs (af86474), closes #146
- run: capture codeAsConfig container logs for better errors (5c5229c), closes #98
- Extend "nitric new" to include the handler glob and write to nitric.yaml (898cc42), closes #139
- Improve the help (4bf46fb)
- move target to stack and implement "stack new" (66f52ab)
- rename commands to be more user friendly (8177b44)
- gcp: Add gcp provider (ce9dc87)
v1.1.0
1.1.0 (2022-03-01)
Bug Fixes
- add javascript glob to defaults (14ef260)
- javascript runtime code as config commands (cc81751)
- nodemon poll required for hot reload windows (8e3a278)
- aws: don't try to create a policy with no actions (8aa438f)
- codeconfig: Ensure paths do not have trailing slashes (32c49f5)
- deploy: Truncate "deploying resource list" (1e22ba8)
- bind minio console to correct internal port (feea1a7)
- correct typo in topic route. (dbbfde6)
- create local buckets during
run
(d0498bf) - ensure ts/js runtime paths for windows are correct (02d58dc)
- ensure windows file paths are processed correctly (65d2696)
- fix incorrect response when calling '/' path route handlers (002943a)
- return correct host port for minio API (3e0dff8)
- Update membrane and remove value on childCommand (057cfce), closes #99
- use original path value for HttpRequests (9497f52)
- aws: awslambda permissions were not named uniquely (0e7eec6)
- aws: Fix the aws schedule (92c5992)
- aws: initialize the schedules map (ebda634)
- azure: correct resource name lengths (526efda)
- azure: Remove the memory restriction as it also requires a CPU restriction (d6fc440)
- glob: the glob needs the stack path (4423dd2)
- golang: Add membrane to golang image (db87cdc)
- pulumi: don't close logging pipe (262277c)
- Template checkout (7fa17d5)
- use filepath to get dev image path (883cce0)
Features
v1.1.0-develop.9
v1.1.0-develop.8
v1.1.0-develop.7
1.1.0-develop.7 (2022-03-01)
Features
- aws: Deploy defined secrets and add secret access policies. (8a5c284)