Skip to content

Releases: nitrictech/cli

v1.14.3

18 Dec 23:41
ae55841
Compare
Choose a tag to compare

1.14.3 (2022-12-18)

Bug Fixes

v1.14.2

12 Dec 01:56
3ac511b
Compare
Choose a tag to compare

1.14.2 (2022-12-12)

Bug Fixes

v1.14.1

06 Dec 00:31
92b2830
Compare
Choose a tag to compare

1.14.1 (2022-12-06)

Bug Fixes

v1.14.0

30 Nov 02:50
916f787
Compare
Choose a tag to compare

1.14.0 (2022-11-30)

Bug Fixes

  • Add missing gcp Labels (#404) (f047288)
  • make telemetry an int (4f4b272)
  • aws: queue.Complete() needs sqs:DeleteMessage (6d2df1c)
  • sqs:ReceiveMessage (829e08c)
  • aws: add a random string to the stack name to filter out deleted resources (2ee89b9), closes #390

Features

v1.13.0

07 Nov 23:11
92bd2b7
Compare
Choose a tag to compare

1.13.0 (2022-11-07)

Bug Fixes

  • aws: queue.Complete() needs sqs:DeleteMessage (8150d6f)
  • sqs:ReceiveMessage (8c93975)

Features

  • Make python runtime pipenv compatible. (57ef026)

v1.12.0

02 Nov 23:57
94563f0
Compare
Choose a tag to compare

1.12.0 (2022-11-02)

Bug Fixes

  • add a link to installation instructions to setup docker (b752093)
  • add a test to ensure that the aws credentials are fine. (9710bff)
  • build output so when using --ci there are no extra new lines (7fb4130)
  • create stack if none exist when nitric up is run (ae2ea50)
  • enable "cloudtasks.googleapis.com" (2d6ea57)
  • go mod update (dab1a11)
  • make NITRIC_ENVIRONMENT=(build, run, cloud) consistent (c99d192)
  • output when using "--ci" (9198a7d)
  • panic if err == nil (80a6002)
  • set log flags to 0, for no time/date (8d9ada0)
  • signal.Notify() usage (03034c4)
  • try and make the errors focused (51b2289)
  • update error message when pulumi is undetected (0381f60)
  • update the error message when git is missing. (2a45950)
  • upgrade pulumi-aws to v5 to get ecr ForceDelete (82d8bc6)

Features

  • Add step functions delay controller implementation. (f8845c0)
  • change wording for docker not running error (ec0e8db)
  • Implement dev delayed messaging. (f64070f)
  • gcp: Deploy cloud tasks queue. (c17cd97)
  • Wrap base image builds (d1bb044)

v1.11.0

06 Oct 00:17
cba13c8
Compare
Choose a tag to compare

1.11.0 (2022-10-06)

Features

  • Add cli storage plugin. (1592556)
  • add ecr repository as dependency of images (9d474d4)
  • Add nitric start (57b0778)
  • remove m1 deploy warning (5a5898e)
  • remove typo for destroying stack (26f2439)

v1.10.2

16 Sep 07:15
f705d95
Compare
Choose a tag to compare

1.10.2 (2022-09-16)

Bug Fixes

  • default to local pulumi login (5d27e97)

v1.10.1

16 Sep 04:16
fafd30f
Compare
Choose a tag to compare

1.10.1 (2022-09-16)

Bug Fixes

  • don't print double new line in output (b8a2609)
  • panic on down/up. (fd2206d)
  • update nitric to include local secret fix (ab804f8)

v1.10.0

16 Sep 03:01
14abb4a
Compare
Choose a tag to compare

1.10.0 (2022-09-16)

Bug Fixes

  • Add better default error message if no stacks found. (f77da55)
  • don't auto-prompt for feedback (5f13b4f)
  • don't fail info or feedback commands when missing container engine (040ae09)
  • ensure nitric home dir exists (148f9c1)
  • Gracefully default providers that cannot be hydrated from a file. (36ed068)
  • improve not found error for user preferences (5c36e63)

Features

  • Add health check post lambda deploy. (452f622)
  • change stack argument to be optional (9250808)
  • resolve error return value (f7c5e0e)