Releases: architect-team/architect-cli
Releases · architect-team/architect-cli
v1.43.0
1.43.0 (2023-08-08)
Bug Fixes
- dev: Fix bug when running dev with a component that still has an account name in the name (b32d2d8)
- register: Fix issue with register command when using secrets for tags (5b22857)
- spec: Fix issue where new secret tag validation is not working correctly (84cbcc3)
Features
- secrets: Add support for using secrets as a dependency tag (cf822f6)
- secrets: Allow secrets to be used as tags (#919) (171aee1)
v1.42.1
1.42.1 (2023-07-17)
Bug Fixes
- metrics: Update sentry tracing module (f07ae7d)
v1.42.0
1.42.0 (2023-07-07)
Features
- ssl: Add support for custom SSL certs (4bc13ca)
v1.41.0
1.41.0 (2023-06-05)
Bug Fixes
- base: Make sure telemetry does not interfere with CLI (#913) (b92cc8e)
- ports: Use a list of restricted ports instead of allowing ports (121d0b8)
- warning: Add a warning for livenessprobe to let users know that path and port will be deprecated soon (8bb5dc4)
Features
- environment: Add --flag=zero-trust to env:create (#906) (f3ef7b9)
- spec: Dependencies without tags (#893) (015a3a9)
v1.40.0
1.40.0 (2023-05-11)
Bug Fixes
- dev: Fix build overlay (#901) (9e5e748)
- register: Remove the build block when a component is regsitered (a3897a5)
Features
- deployment: Warn for deleted cluster deployment (#902) (b5bf8d4)
- dev: Dev overlay adding architect command + docs shortcuts (#900) (8ff760e)
- exec: Allow the account flag to be used with local exec (b060a2b)
v1.39.0
1.39.0 (2023-04-26)
Bug Fixes
- dev: Require dev port selected is 80, 443, or between 1024-65535 (#895) (c35a27b)
- error: Provide better error messages when you have conflicting subdomains (3d8b2e1)
- exec: Catch error when trying to hit accounts endpoint and fallback to allowing user to select a local env (#897) (8cd0732)
- revert: Revert deprecation warnings for liveness_probe keys (cc7653d)
- spec: Add safe float type to avoid precision loss on yaml.load (#894) (e14e0cd)
Features
- dev: Automatic cache cleanup (#857) (8b46457)
- init: Handle Docker Compose environment variable interpolation formats (#881) (6c30882)
- spec: deprecate liveness_probe port and path keys (#896) (9e2104c)
v1.38.0
1.38.0 (2023-04-12)
Bug Fixes
- revert: Revert changes to spec involving build/image (11a2e36)
- spec: Update spec to make sure build and image can not be specified at the same time. (b08f29f)
- tests: fix test conflicts (#889) (e79e845)
- tests: Test deduplication refactor (de1f1e2)
Features
- cluster: Make sure nodes exist before allowing a cluster to be registered (ccdbb7d)
- spec: Add support for making an ingress private in spec (#880) (f3dc92a)
v1.37.0
1.37.0 (2023-04-10)
Bug Fixes
- dev, deploy: Better handling of numbers as environment variables (#876) (611359f)
- docker-compose: Better handling of build args during conversion (d76eb53)
- docker: Latest version of docker compose broke --timeout (8c2e060)
- readme: Remove actual command from aliases so it appears in README (#877) (194fd5a)
Features
v1.36.2
1.36.2 (2023-03-31)
Bug Fixes
- cluster:create: Add checks for kubectl and server connection (#870) (03cecc2)
- dev: Add in stderr to logs (#873) (faf7729)