Skip to content

Releases: architect-team/architect-cli

v1.22.1

05 Aug 18:37
Compare
Choose a tag to compare

1.22.1 (2022-08-05)

Bug Fixes

  • exec: Automatically detect proper value for flags.tty if not explicitly set (#651) (9b3de88)
  • exec: exit with remote exec error codes (#652) (d2f2df4)

v1.22.0

04 Aug 19:06
Compare
Choose a tag to compare

1.22.0 (2022-08-04)

Bug Fixes

  • dev: Add ARC_DEV env for detecting if we are running locally (85bc88c)
  • docs: fix links to docs by making them absolute (74ba274)
  • exec: Pass the proper auth header when using exec via token_type (#646) (54861dc)
  • init: debug block instead of interpolation (#647) (22e811c)
  • sentry: Sentry Refactor and Bug Fix (#648) (598034b)

Features

v1.21.1

22 Jul 22:07
Compare
Choose a tag to compare

1.21.1 (2022-07-22)

Bug Fixes

  • dev: Fix debug with dependencies (46ffa85)
  • exec: Add status code on exit for exec local (#636) (00dd0e2)
  • package: pin class-transformer to 0.4.0 (049217f)

v1.21.0

21 Jul 19:20
Compare
Choose a tag to compare

1.21.0 (2022-07-21)

Bug Fixes

  • build: Add github action to test build/run of cli (#632) (936c905)

Features

  • register: Add support for gha caching (9ef4063)

v1.20.1

20 Jul 21:09
Compare
Choose a tag to compare

1.20.1 (2022-07-20)

Bug Fixes

  • cli: remove chai ref in doctor cmd (569b2fe)

v1.20.0

20 Jul 20:37
Compare
Choose a tag to compare

1.20.0 (2022-07-20)

Bug Fixes

  • examples: liveness probe update (#629) (1d94780)
  • exec: local exec didn't work with multiple cmd args (fb5ec5b)
  • platform: Better user authentication support for Kubernetes clusters (0bb49d0)
  • volumes: don't allow for host_path to be specified outside of a debug block (b9e0b19)

Features

  • doctor: Add a doctor command that outputs additional information for debugging (8abe76d)

v1.19.2

18 Jul 17:21
Compare
Choose a tag to compare

1.19.2 (2022-07-18)

Bug Fixes

v1.19.1

13 Jul 18:00
Compare
Choose a tag to compare

1.19.1 (2022-07-13)

Bug Fixes

  • liveness: Update liveness probe to better emulate kubernetes locally. (33a4184)

v1.19.0

12 Jul 15:23
Compare
Choose a tag to compare

1.19.0 (2022-07-12)

Bug Fixes

  • analytics: Fixed crash when docker context could not be found (0a652ed)
  • register: Improve cache mechanism when registering components (1289b7c)

Features

  • analytics: Improve analytics on error (98cdb62)

v1.18.2

08 Jul 16:38
Compare
Choose a tag to compare

1.18.2 (2022-07-08)

Bug Fixes

  • analytics: fix issue with sentry (be24cb4)