Skip to content

Releases: architect-team/architect-cli

v1.36.1

23 Mar 19:29
Compare
Choose a tag to compare

1.36.1 (2023-03-23)

Bug Fixes

  • engine: Update the minimum nodejs version to 14 (76779e4)
  • init: Remove docker as required for init (#866) (1325678)
  • logs: Update ./bin/run to hide ExperimentalWarning (#867) (67eadcb)
  • traefik: Fix issue where SSL certs were not updating properly (02fb3c4)

v1.36.0

21 Mar 18:53
Compare
Choose a tag to compare

1.36.0 (2023-03-21)

Bug Fixes

  • databases: Databases redacted secrets (#855) (541e07e)
  • depends_on: Use expanded depends_on syntax for service health (#862) (9bc61ca)
  • init: Add starter flag to init command (#858) (8b9a564)
  • init: Fix init flow (#861) (670738e)
  • prompt: Shortcut prompt for cluster/environment if only one instance exists (#859) (d664280)
  • register: Disable provenance to fix issues with image pulling in k8s clusters (#860) (7b3580b)

Features

  • dev: Automatically clean up local docker cache for unused images (291eeec)
  • port-forward: Add port-forward command (#854) (8bab709)

Reverts

  • Revert "feat(dev): Automatically clean up local docker cache for unused images" (#856) (686ccfb), closes #856

v1.35.0

10 Mar 22:11
Compare
Choose a tag to compare

1.35.0 (2023-03-10)

Bug Fixes

  • dev: Add additional check that service IP exists so services with liveness probes arent presumed healthy too early (#852) (070a8c2)
  • type: Add missing fields to DependencyState (a4b7a4d)

Features

v1.34.0

07 Mar 19:24
Compare
Choose a tag to compare

1.34.0 (2023-03-07)

Bug Fixes

  • cluster:create: Make sure a cluster name is unique before creation (#840) (27d14f7)
  • deploy: Add missing flags from register to deploy (#849) (61c3349)
  • dev:restart: Default --build to true (#847) (dbf8cc0)
  • dev: Update description of environment flag to emphasize it is for local use only (e9a66c4)
  • init: Depends on now supports dictionaries (#848) (30fedca)
  • register: Hard remove old cache directory before renaming (#846) (a9e2720)
  • spec: Remove parameters (#808) (72cb793)

Features

  • dev:restart: Add dev:restart command (#842) (93d10cf)

v1.33.2

23 Feb 19:59
Compare
Choose a tag to compare

1.33.2 (2023-02-23)

Bug Fixes

  • analytics: Fix issue with incorrect distinct id (#834) (926902e)
  • deploy: Support deploying multiple components in one pipeline (#837) (0457eed)

v1.33.1

17 Feb 17:13
Compare
Choose a tag to compare

1.33.1 (2023-02-17)

Bug Fixes

  • build: Fixed issue with an optimization bug that saves time when two services use the same Dockerfile (1cc9315)

v1.33.0

13 Feb 15:05
Compare
Choose a tag to compare

1.33.0 (2023-02-13)

Bug Fixes

  • account: Allow uppercase account name (#822) (2b145bc)
  • cluster: Add minimum supported version for clusters. Currently set to 1.2.2 (a25ee6c)
  • lint: Only run linter for git on changed files (#819) (77aa221)
  • posthog: Don't identify with an anon id (#825) (50e207b)
  • release: Manually trigger release (5c0696b)
  • schema: Fix branch name for json schema (#817) (5a10acc)
  • ux: Add list alias for cmds (#814) (224f6be)

Features

  • analytics: added posthog (#823) (7cd9e3f)
  • build: Add buildpack as an experimental feature (fa7995f)
  • cli: Added command to log ingress URLs associated with an environment (#827) (24cd029)

v1.32.1

23 Jan 17:24
Compare
Choose a tag to compare

1.32.1 (2023-01-23)

Bug Fixes

  • register: Don't register optional services (58efbd5)

v1.32.0

20 Jan 18:43
Compare
Choose a tag to compare

1.32.0 (2023-01-20)

Bug Fixes

  • auth: Add timeout to getToken (#799) (5e5963b)
  • clusters: Incorrect cluster command when warning about deprecated platform command (#796) (3e5a74a)
  • dev: Improve error message when docker build fails and prevent sending error reports (#794) (a769260)
  • register: Add new accept header used by buildx 0.10.0 (#803) (84706f4)
  • validate: Upgrade class-transformer and class-validator (#797) (647f880)
  • volumes: Disable volumes for remote deploys (#800) (68cf984)

Features

  • dev: Add support for optional services (#801) (25d229b)

v1.31.1

05 Jan 19:02
Compare
Choose a tag to compare

1.31.1 (2023-01-05)

Bug Fixes

  • deploy: display URLs after deploy even when label isnt specified (#791) (2c9f03b)
  • monitoring: add nullsafe chain, and filter out potential null (#789) (c2fa44e)