From b257b5582b4d877666f0a409714b184c289988db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Jul 2022 17:54:45 +0000 Subject: [PATCH] chore(release): 1.19.1 [skip ci] ## [1.19.1](https://github.com/architect-team/architect-cli/compare/v1.19.0...v1.19.1) (2022-07-13) ### Bug Fixes * **liveness:** Update liveness probe to better emulate kubernetes locally. ([33a4184](https://github.com/architect-team/architect-cli/commit/33a4184823592c988aff01aff2462d17f0f01b4e)) --- CHANGELOG.md | 7 ++++++ README.md | 56 +++++++++++++++++++++++------------------------ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 38 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce65eb09a..bfbc735f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.19.1](https://github.com/architect-team/architect-cli/compare/v1.19.0...v1.19.1) (2022-07-13) + + +### Bug Fixes + +* **liveness:** Update liveness probe to better emulate kubernetes locally. ([33a4184](https://github.com/architect-team/architect-cli/commit/33a4184823592c988aff01aff2462d17f0f01b4e)) + # [1.19.0](https://github.com/architect-team/architect-cli/compare/v1.18.2...v1.19.0) (2022-07-12) diff --git a/README.md b/README.md index 621986e13..f30a41443 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $ npm install -g @architect-io/cli $ architect COMMAND running command... $ architect (--version) -@architect-io/cli/1.19.0 linux-x64 node-v16.16.0 +@architect-io/cli/1.19.1-rc.1 linux-x64 node-v16.16.0 $ architect --help [COMMAND] USAGE $ architect COMMAND @@ -384,7 +384,7 @@ ALIASES $ architect component:search ``` -_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/components/index.ts)_ +_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/components/index.ts)_ ## `architect components:register [COMPONENT]` @@ -481,7 +481,7 @@ ALIASES $ architect component:version ``` -_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/components/versions.ts)_ +_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/components/versions.ts)_ ## `architect config` @@ -513,7 +513,7 @@ DESCRIPTION Get the value of a CLI config option ``` -_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/config/get.ts)_ ## `architect config:set OPTION VALUE` @@ -531,7 +531,7 @@ DESCRIPTION Set a new value for a CLI configuration option ``` -_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/config/set.ts)_ ## `architect config:view` @@ -548,7 +548,7 @@ ALIASES $ architect config ``` -_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/config/view.ts)_ +_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/config/view.ts)_ ## `architect deploy [CONFIGS_OR_COMPONENTS]` @@ -582,7 +582,7 @@ DESCRIPTION Create a deploy job on Architect Cloud ``` -_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/deploy.ts)_ ## `architect destroy` @@ -603,7 +603,7 @@ DESCRIPTION Destroy components from an environment ``` -_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/destroy.ts)_ +_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/destroy.ts)_ ## `architect dev [CONFIGS_OR_COMPONENTS]` @@ -634,7 +634,7 @@ DESCRIPTION Run your stack locally ``` -_See code: [src/commands/dev.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/dev.ts)_ +_See code: [src/commands/dev.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/dev.ts)_ ## `architect env [QUERY]` @@ -874,7 +874,7 @@ ALIASES $ architect env:search ``` -_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/environments/index.ts)_ +_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/environments/index.ts)_ ## `architect environments:create [ENVIRONMENT]` @@ -903,7 +903,7 @@ ALIASES $ architect env:create ``` -_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/environments/create.ts)_ +_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/environments/create.ts)_ ## `architect environments:destroy [ENVIRONMENT]` @@ -932,7 +932,7 @@ ALIASES $ architect environment:deregister ``` -_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/environments/destroy.ts)_ +_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/environments/destroy.ts)_ ## `architect environments:search [QUERY]` @@ -1087,7 +1087,7 @@ DESCRIPTION Exec into service instances ``` -_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/exec.ts)_ +_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/exec.ts)_ ## `architect help [COMMAND]` @@ -1126,7 +1126,7 @@ DESCRIPTION Initialize an architect component from an existing docker-compose file ``` -_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/init.ts)_ ## `architect link [COMPONENTPATH]` @@ -1140,7 +1140,7 @@ DESCRIPTION Link a local component to the host to be used to power local deployments. ``` -_See code: [src/commands/link.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/link.ts)_ +_See code: [src/commands/link.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/link.ts)_ ## `architect login` @@ -1158,7 +1158,7 @@ DESCRIPTION Login to the Architect Cloud platform ``` -_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/login.ts)_ ## `architect logout` @@ -1172,7 +1172,7 @@ DESCRIPTION Logout from the Architect registry ``` -_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/logout.ts)_ ## `architect logs [RESOURCE]` @@ -1201,7 +1201,7 @@ DESCRIPTION Get logs from services both locally and remote ``` -_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/logs.ts)_ ## `architect platform [QUERY]` @@ -1329,7 +1329,7 @@ ALIASES $ architect platforms:search ``` -_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/platforms/index.ts)_ +_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/platforms/index.ts)_ ## `architect platforms:create [PLATFORM]` @@ -1360,7 +1360,7 @@ ALIASES $ architect platforms:create ``` -_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/platforms/create.ts)_ +_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/platforms/create.ts)_ ## `architect platforms:deregister [PLATFORM]` @@ -1412,7 +1412,7 @@ ALIASES $ architect platforms:destroy ``` -_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/platforms/destroy.ts)_ +_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/platforms/destroy.ts)_ ## `architect platforms:register [PLATFORM]` @@ -1496,7 +1496,7 @@ ALIASES $ architect comp:register ``` -_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/register.ts)_ +_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/register.ts)_ ## `architect secrets SECRETS_FILE` @@ -1567,7 +1567,7 @@ ALIASES $ architect secrets/get ``` -_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/secrets/download.ts)_ +_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/secrets/download.ts)_ ## `architect secrets:set SECRETS_FILE` @@ -1615,7 +1615,7 @@ ALIASES $ architect secrets:set ``` -_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/secrets/upload.ts)_ +_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/secrets/upload.ts)_ ## `architect task COMPONENT TASK` @@ -1642,7 +1642,7 @@ ALIASES $ architect task:exec ``` -_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/task.ts)_ +_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/task.ts)_ ## `architect task:exec COMPONENT TASK` @@ -1684,7 +1684,7 @@ DESCRIPTION Unlink a component from the host by path or name ``` -_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/unlink.ts)_ +_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/unlink.ts)_ ## `architect validate [CONFIGS_OR_COMPONENTS]` @@ -1709,7 +1709,7 @@ ALIASES $ architect validate ``` -_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/validate.ts)_ ## `architect whoami` @@ -1726,5 +1726,5 @@ ALIASES $ architect whoami ``` -_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.19.0/src/commands/whoami.ts)_ +_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.19.1-rc.1/src/commands/whoami.ts)_ diff --git a/package-lock.json b/package-lock.json index 43d632e43..0f5acd4fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@architect-io/cli", - "version": "1.19.1-rc.1", + "version": "1.19.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@architect-io/cli", - "version": "1.19.1-rc.1", + "version": "1.19.1", "license": "GPL-3.0", "dependencies": { "@oclif/core": "^1.3.0", diff --git a/package.json b/package.json index ca7007c63..82e922b84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@architect-io/cli", "description": "Command-line interface for Architect.io", - "version": "1.19.1-rc.1", + "version": "1.19.1", "author": "Architect.io", "bin": { "architect": "./bin/run"