Skip to content

Releases: nitrictech/cli

v1.0.0-develop.13

15 Feb 23:58
8896dde
Compare
Choose a tag to compare

1.0.0-develop.13 (2022-02-15)

Bug Fixes

  • ensure .nitric exists for log files (8adba2e)

v1.0.0-develop.12

15 Feb 22:14
ff4c7f5
Compare
Choose a tag to compare

1.0.0-develop.12 (2022-02-15)

Bug Fixes

  • ensure config directory exists (fedf668)

v1.0.0-develop.11

15 Feb 06:12
3b9819d
Compare
Choose a tag to compare

1.0.0-develop.11 (2022-02-15)

Bug Fixes

  • config: Use viper.SafeWriteConfigAs() which will create the file if needed (b3e6dd6)

v1.0.0-develop.9

09 Feb 00:28
0a7b464
Compare
Choose a tag to compare

1.0.0-develop.9 (2022-02-09)

Bug Fixes

  • Ensure function principals are named. (ad864dd)
  • Remove implied permissions for queues, storage and topics. (2d6915f)

Features

  • add AWS policy resource mapping. (fb64800)
  • Calculate default policies for FromFile loaded stacks. (75bef28)
  • Fix policy naming and add to Stack. (1c32c26)

v1.0.0-develop.10

09 Feb 03:43
e6e9cd2
Compare
Choose a tag to compare
v1.0.0-develop.10 Pre-release
Pre-release

1.0.0-develop.10 (2022-02-09)

Bug Fixes

  • Correct the new module path (f389b5e)

v1.0.0-develop.8

04 Feb 03:58
4511a82
Compare
Choose a tag to compare

1.0.0-develop.8 (2022-02-04)

Bug Fixes

  • change x-nitric-resource-name to x-nitric-name. (659adce)
  • Set env NITRIC_ENVIRONMENT=build when running code-as-config (0e60595)

Features

  • run: Use CompileDaemon for golang (b1eb917)
  • Add a verbose flag (40b46de)
  • Create a "runtime" package that contains all runtime specific code (15734ba)
  • code-as-config: Add support for golang (815a916)
  • run: Print out the Api Endpoints (c8fdb8f)

v1.0.0-develop.7

03 Feb 22:42
78d1f1c
Compare
Choose a tag to compare

1.0.0-develop.7 (2022-02-03)

Features

  • aws: Create a resourceGroup that contains all the resources that we create (c862572)
  • deployment: Add tasklets for major tasks for better output (c44c866)

v1.0.0-develop.6

03 Feb 02:29
4408494
Compare
Choose a tag to compare

1.0.0-develop.6 (2022-02-03)

Bug Fixes

  • Add a timeout to the minio.Stop() so that it gets killed (81808b9)
  • make the run log file unique so that it does not get overwritten (2c8eb5b)

v1.0.0-develop.5

28 Jan 16:53
726004d
Compare
Choose a tag to compare

1.0.0-develop.5 (2022-01-28)

Bug Fixes

  • Remove the timeout in mio.Stop() as it causes errors when running again (5313123)

Features

  • run: Print a Status when the localServices have started (06bd8f0)

v1.0.0-develop.4

26 Jan 23:53
bb1565a
Compare
Choose a tag to compare

1.0.0-develop.4 (2022-01-26)

Bug Fixes

  • Add missing implementation for function excludes (57779a3)