Skip to content

Releases: nitrictech/cli

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)

v1.9.0

12 Sep 04:06
b66b0b2
Compare
Choose a tag to compare

1.9.0 (2022-09-12)

Bug Fixes

  • gcp: set service.AutogenerateRevisionName=true (592532d)
  • dockerignore location (6a49d28)
  • don't early return in provider.Configure() (c6bcd3e)
  • inline build CLI image. (53fe232)
  • permissions on dockerignore (c3531dd)
  • remove redundant latest tag from images (65f030a)
  • replace docker-credential-helpers with amazon-ecr-credential-helper (abd8a8e)
  • retry pulumi plugin installs (11a8447), closes #288
  • stack name in the providers (b690f04)

Features

  • add dockerbuildkit pulumi sdk (b5b722d)
  • Install docker credential helper for pass. (634f75e)
  • pass stack config through to pulumi providers (6bd2ddc)

v1.8.0

29 Aug 05:01
bb6da40
Compare
Choose a tag to compare

1.8.0 (2022-08-29)

Features

  • Install pass by default in image. (dc372ad)

v1.7.0

26 Aug 00:22
02ad305
Compare
Choose a tag to compare

1.7.0 (2022-08-26)

Bug Fixes

  • ensure --ci works for stack commands. (2ed1133)
  • azure: Correctly output api gateway service urls. (45be003)

Features

  • default pulumi passphrase file and set if not already configured. (972fb6b)

v1.6.2

17 Aug 22:08
3dbfad1
Compare
Choose a tag to compare

1.6.2 (2022-08-17)

Bug Fixes

  • only write the digest if it's available (ba574ec)

v1.6.1

17 Aug 06:21
ed555fc
Compare
Choose a tag to compare

1.6.1 (2022-08-17)

Bug Fixes

  • Ensure deployment defined for stack side logging. (c681cef)

v1.6.0

16 Aug 05:29
4dd1a95
Compare
Choose a tag to compare

1.6.0 (2022-08-16)

Bug Fixes

  • add main to the branches to the action 'release docker images' (84f42a0)
  • make sure the dockerigore info is taken into account (b14167e)
  • Re-enable autonaming for SNS topics. (c6c0dd7)
  • revert image build option "cache-from" as it is slowing down builds (ba799b9)
  • use cache-from and pass in layer-build, layer-final (5a2b67a)
  • golang: install gcc so that apps can build with c extensions (2869401)

Features

  • Add stack digest side logging to up and down. (c6ddb6d)
  • improve the build time by placing the build inline in pulumi (def5685)
  • update CompileDaemon to latest to get restart behaviour (47aeae3), closes #290