Releases: nitrictech/cli
Releases · nitrictech/cli
v1.9.0
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
v1.8.0
v1.7.0
v1.6.2
v1.6.1
v1.6.0
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
v1.5.0
1.5.0 (2022-08-01)
Bug Fixes
- autoname aws secrets (6dd85a4)
- correctly reference deployed secrets (3558266)
- Don't block on subscription handlers. (382ef9b)
- improve consistency of local run status outputs (328f3c5)
- improve output when publishing to local topics (7cacbdc)
Features
- add user preferences rather than separate feedback file (5a71c35)
- change discord link to one posted on twitter (8ff507e)
- change to re-ask for feedback every n times rather than every time (1708612)
- check for errors (7b0cb51)
- hide user preferences (0cbbc41)
- prompt for feedback/discord on first new project (e2f5973)
Reverts
- Revert "fix: TryPullImages before Up and Down" (137ef2c)
v1.4.0
1.4.0 (2022-07-11)
Bug Fixes
- make the run dir on linux the same as other OSes (4fb88df), closes #254
- stop logging double timestamps (611f509)
- gcp: define the NITRIC_STACK for cloudrun (ef9b849)
- gcp: fix the permissions that are not part of the resource (6b8823d)
- error when running
up
on non-x86_64 CPUs (bdf4171) - expose the errors in the errorList (2b0fbb7)
- make sure the tags show the originating branch (4dbd6dd)
- remove i386 binary releases (fba08c0)
- remove replace directive in go.mod (8e708a2)
- gcp: ApiGateway config needs to be replaced on update (1c8f23e)
- gcp: better check for empty gcp project (c47b209)
- gcp: enable secretmanager api (6e764d3)
- gcp: fix secret access permissions (333d293)
- gcp: make sure the scheduler sends attribute x-nitric-topic (fa31ad4)
- gcp: new secrets map not initialised (c252792)
- gcp: remove the ApiConfigId property so it can be auto assigned (f1ce893)
- ts: create the tsconfig.json if it does not exist (2e262ad)
- add missing pulumi plugin requirement (e3acf24)
- don't use git stamping (c4d69f6)
- root api path (98118d6)
- use host networking on gcp cloud build (69b30d3)
- version info of released binaries (f611735), closes #222
- go: when building prepend "./" otherwise it assumes a global package (5d616a6)
Features
- azure: Unlock additional supported azure regions. (1f49d85)
- add a dockerfile for running in gcp cloud build (1354f04)
- add check for api sec def (e11aef3)
- add functional subscription authentication (7b72d68)
- Add option to cancel update in progress (d5ad1ab)
- allow setting an env variable LOCAL_MEMBRANE to override the membrane download url (36373a4)
- cancel stack if an update already exists (20ea3ba)
- change kube environment references to managed environment. (62d9b2f)
- Change to generalised provider options, update conflict error messsage (7b05adc)
- Container app authentication deployments (34a3551)
- aws: Implement API security for AWS API Gateway. (10c4d13)
- azure: Add azure api management security definitions. (b3d8065)
- azure: Add azure api management security definitions. (76acf89)
- support templates with nitric.yaml files (98c0ceb)
- gcp: Add API security definitions to GCP. (2ea4ebb)
- Fix minor typos in azure plugin (fdf7dae)
- make SupportedRegions public on the provider (a556c9f)
- tryPullImages before building (7937377)
- use default go path if env var isn't set (cbbc64b)
v1.3.0
1.3.0 (2022-05-02)
Bug Fixes
- check errors better when creating functions (b884948), closes #207
- correct paths for windows on go runtime (eafda83)
- filter output stacks so that we only get stacks of the same name (ef88848)
- handle printing pointers in table lists (e39564d), closes #198
- make the -s stack flag required (2b56af7), closes #220
- pass envMap into code-as-config (b16ba41)
- readme command output spacing (bde4dd2)
- use polling for hot reloading go sdk on windows (f6bd9ce)
- golang: "go get" now needs git (e9ff448)
- golang: specify the path to build/run (6098063)
- when no .env is present (2707853)