Skip to content

Commit

Permalink
chore(release): 1.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0](v1.27.0...v1.28.0) (2022-11-09)

### Bug Fixes

* **ci:** Add CI error message in prompts ([#752](#752)) ([4ec5ff4](4ec5ff4))
* **dev:** 554 re-enable http/https validation ([#747](#747)) ([975e274](975e274))
* **login:** reset docker login on token refresh ([85fdde6](85fdde6))
* **tasks:** 559 fix tasks ([#748](#748)) ([8c67adc](8c67adc))

### Features

* **deploy:** Init volumes ([#735](#735)) ([711abe7](711abe7))
* **register:** Warn users if they are missing dependencies ([4767fe0](4767fe0))
  • Loading branch information
semantic-release-bot committed Nov 9, 2022
1 parent 251f9f2 commit 0b4db1f
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 39 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.28.0](https://github.com/architect-team/architect-cli/compare/v1.27.0...v1.28.0) (2022-11-09)


### Bug Fixes

* **ci:** Add CI error message in prompts ([#752](https://github.com/architect-team/architect-cli/issues/752)) ([4ec5ff4](https://github.com/architect-team/architect-cli/commit/4ec5ff453fb02323b0141eb4afbbfbe028d464b4))
* **dev:** 554 re-enable http/https validation ([#747](https://github.com/architect-team/architect-cli/issues/747)) ([975e274](https://github.com/architect-team/architect-cli/commit/975e274f0f74b5519eb5f9ef55894cd3617ffae6))
* **login:** reset docker login on token refresh ([85fdde6](https://github.com/architect-team/architect-cli/commit/85fdde609e0e0a71f284e944715028cb6ea6cf47))
* **tasks:** 559 fix tasks ([#748](https://github.com/architect-team/architect-cli/issues/748)) ([8c67adc](https://github.com/architect-team/architect-cli/commit/8c67adcd148dd2c8e364a38b7b90efe9c940b927))


### Features

* **deploy:** Init volumes ([#735](https://github.com/architect-team/architect-cli/issues/735)) ([711abe7](https://github.com/architect-team/architect-cli/commit/711abe77415b866175019c909df706958392f231))
* **register:** Warn users if they are missing dependencies ([4767fe0](https://github.com/architect-team/architect-cli/commit/4767fe0d16f5533b4652f057b192076e9e7e8d30))

# [1.27.0](https://github.com/architect-team/architect-cli/compare/v1.26.0...v1.27.0) (2022-10-24)


Expand Down
72 changes: 36 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ npm install -g @architect-io/cli
$ architect COMMAND
running command...
$ architect (--version)
@architect-io/cli/1.28.0-rc.4 linux-x64 node-v16.18.0
@architect-io/cli/1.28.0-rc.5 linux-x64 node-v16.18.0
$ architect --help [COMMAND]
USAGE
$ architect COMMAND
Expand Down Expand Up @@ -380,7 +380,7 @@ EXAMPLES
$ architect clusters --account=myaccount mycluster
```

_See code: [src/commands/clusters/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/clusters/index.ts)_
_See code: [src/commands/clusters/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/clusters/index.ts)_

## `architect clusters:create [CLUSTER]`

Expand Down Expand Up @@ -416,7 +416,7 @@ EXAMPLES
$ architect clusters:register --account=myaccount --type=kubernetes --kubeconfig=~/.kube/config --auto-approve
```

_See code: [src/commands/clusters/create.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/clusters/create.ts)_
_See code: [src/commands/clusters/create.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/clusters/create.ts)_

## `architect clusters:deregister [CLUSTER]`

Expand Down Expand Up @@ -478,7 +478,7 @@ EXAMPLES
$ architect clusters:deregister --account=myaccount --auto-approve --force architect
```

_See code: [src/commands/clusters/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/clusters/destroy.ts)_
_See code: [src/commands/clusters/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/clusters/destroy.ts)_

## `architect clusters:register [CLUSTER]`

Expand Down Expand Up @@ -789,7 +789,7 @@ EXAMPLES
$ architect components mycomponent
```

_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/components/index.ts)_
_See code: [src/commands/components/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/components/index.ts)_

## `architect components:register [COMPONENT]`

Expand Down Expand Up @@ -914,7 +914,7 @@ EXAMPLES
$ architect component:versions --account=myaccount mycomponent
```

_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/components/versions.ts)_
_See code: [src/commands/components/versions.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/components/versions.ts)_

## `architect config`

Expand Down Expand Up @@ -952,7 +952,7 @@ EXAMPLES
$ architect config:get log_level
```

_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/config/get.ts)_

## `architect config:set OPTION VALUE`

Expand All @@ -973,7 +973,7 @@ EXAMPLES
$ architect config:set log_level info
```

_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/config/set.ts)_

## `architect config:view`

Expand All @@ -993,7 +993,7 @@ EXAMPLES
$ architect config
```

_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/config/view.ts)_
_See code: [src/commands/config/view.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/config/view.ts)_

## `architect deploy [CONFIGS_OR_COMPONENTS]`

Expand Down Expand Up @@ -1034,7 +1034,7 @@ EXAMPLES
$ architect deploy ./myfolder/architect.yml --secret-file=./mysecrets.yml --environment=myenvironment --account=myaccount --auto-approve
```

_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/deploy.ts)_

## `architect destroy`

Expand All @@ -1060,7 +1060,7 @@ EXAMPLES
$ architect destroy --account=myaccount --environment=myenvironment --auto-approve
```

_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/destroy.ts)_
_See code: [src/commands/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/destroy.ts)_

## `architect dev [CONFIGS_OR_COMPONENTS]`

Expand Down Expand Up @@ -1101,7 +1101,7 @@ EXAMPLES
$ architect dev --port=81 --browser=false --debug=true --secret-file=./mycomponent/mysecrets.yml ./mycomponent/architect.yml
```

_See code: [src/commands/dev/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/dev/index.ts)_
_See code: [src/commands/dev/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/dev/index.ts)_

## `architect dev:list`

Expand All @@ -1122,7 +1122,7 @@ EXAMPLES
$ architect dev:list
```

_See code: [src/commands/dev/list.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/dev/list.ts)_
_See code: [src/commands/dev/list.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/dev/list.ts)_

## `architect dev:stop [NAME]`

Expand All @@ -1142,7 +1142,7 @@ EXAMPLES
$ architect dev:stop <local-environment-name>
```

_See code: [src/commands/dev/stop.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/dev/stop.ts)_
_See code: [src/commands/dev/stop.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/dev/stop.ts)_

## `architect doctor`

Expand All @@ -1164,7 +1164,7 @@ EXAMPLES
$ architect doctor -o ./myoutput.yml
```

_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/doctor.ts)_
_See code: [src/commands/doctor.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/doctor.ts)_

## `architect env [QUERY]`

Expand Down Expand Up @@ -1459,7 +1459,7 @@ EXAMPLES
$ architect environments myenvironment
```

_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/environments/index.ts)_
_See code: [src/commands/environments/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/environments/index.ts)_

## `architect environments:create [ENVIRONMENT]`

Expand Down Expand Up @@ -1494,7 +1494,7 @@ EXAMPLES
environment:create --account=myaccount --ttl=5days --description="My new temporary Architect environment" myenvironment
```

_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/environments/create.ts)_
_See code: [src/commands/environments/create.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/environments/create.ts)_

## `architect environments:destroy [ENVIRONMENT]`

Expand Down Expand Up @@ -1528,7 +1528,7 @@ EXAMPLES
$ architect environment:deregister --account=myaccount --auto-approve --force myenvironment
```

_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/environments/destroy.ts)_
_See code: [src/commands/environments/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/environments/destroy.ts)_

## `architect environments:search [QUERY]`

Expand Down Expand Up @@ -1728,7 +1728,7 @@ EXAMPLES
$ architect exec --account myaccount --environment myenvironment --replica 0 -- /bin/sh
```

_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/exec.ts)_
_See code: [src/commands/exec.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/exec.ts)_

## `architect help [COMMAND]`

Expand Down Expand Up @@ -1774,7 +1774,7 @@ EXAMPLES
$ architect init --from-compose=mycompose.yml --component-file=architect.yml
```

_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/init.ts)_

## `architect link [COMPONENTPATH]`

Expand All @@ -1796,7 +1796,7 @@ EXAMPLES
$ architect link -p ./mycomponent/architect.yml
```

_See code: [src/commands/link/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/link/index.ts)_
_See code: [src/commands/link/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/link/index.ts)_

## `architect link:list`

Expand All @@ -1813,7 +1813,7 @@ EXAMPLES
$ architect link:list
```

_See code: [src/commands/link/list.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/link/list.ts)_
_See code: [src/commands/link/list.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/link/list.ts)_

## `architect login`

Expand All @@ -1836,7 +1836,7 @@ EXAMPLES
$ architect login -e my-email-address@my-email-domain.com
```

_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/login.ts)_

## `architect logout`

Expand All @@ -1853,7 +1853,7 @@ EXAMPLES
$ architect logout
```

_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/logout.ts)_

## `architect logs [RESOURCE]`

Expand Down Expand Up @@ -1887,7 +1887,7 @@ EXAMPLES
$ architect logs --follow --raw --timestamps
```

_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/logs.ts)_

## `architect platform [QUERY]`

Expand Down Expand Up @@ -2040,7 +2040,7 @@ EXAMPLES
$ architect clusters --account=myaccount mycluster
```

_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/platforms/index.ts)_
_See code: [src/commands/platforms/index.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/platforms/index.ts)_

## `architect platforms:create [CLUSTER]`

Expand Down Expand Up @@ -2076,7 +2076,7 @@ EXAMPLES
$ architect clusters:register --account=myaccount --type=kubernetes --kubeconfig=~/.kube/config --auto-approve
```

_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/platforms/create.ts)_
_See code: [src/commands/platforms/create.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/platforms/create.ts)_

## `architect platforms:deregister [CLUSTER]`

Expand Down Expand Up @@ -2138,7 +2138,7 @@ EXAMPLES
$ architect clusters:deregister --account=myaccount --auto-approve --force architect
```

_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/platforms/destroy.ts)_
_See code: [src/commands/platforms/destroy.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/platforms/destroy.ts)_

## `architect platforms:register [CLUSTER]`

Expand Down Expand Up @@ -2243,7 +2243,7 @@ EXAMPLES
$ architect register -a myaccount -t latest --arg NODE_ENV=dev ./architect.yml
```

_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/register.ts)_
_See code: [src/commands/register.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/register.ts)_

## `architect scale [SERVICE]`

Expand Down Expand Up @@ -2274,7 +2274,7 @@ EXAMPLES
$ architect scale api --component my-component --clear
```

_See code: [src/commands/scale.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/scale.ts)_
_See code: [src/commands/scale.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/scale.ts)_

## `architect secrets SECRETS_FILE`

Expand Down Expand Up @@ -2369,7 +2369,7 @@ EXAMPLES
$ architect secrets --account=myaccount --environment=myenvironment ./mysecrets.yml
```

_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/secrets/download.ts)_
_See code: [src/commands/secrets/download.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/secrets/download.ts)_

## `architect secrets:set SECRETS_FILE`

Expand Down Expand Up @@ -2445,7 +2445,7 @@ EXAMPLES
$ architect secrets:set --account=myaccount --environment=myenvironment --override ./mysecrets.yml
```

_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/secrets/upload.ts)_
_See code: [src/commands/secrets/upload.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/secrets/upload.ts)_

## `architect task COMPONENT TASK`

Expand Down Expand Up @@ -2475,7 +2475,7 @@ EXAMPLES
$ architect task --account=myaccount --environment=myenvironment mycomponent:latest mytask
```

_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/task.ts)_
_See code: [src/commands/task.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/task.ts)_

## `architect task:exec COMPONENT TASK`

Expand Down Expand Up @@ -2527,7 +2527,7 @@ EXAMPLES
$ architect unlink -p mycomponent
```

_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/unlink.ts)_
_See code: [src/commands/unlink.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/unlink.ts)_

## `architect validate [CONFIGS_OR_COMPONENTS]`

Expand Down Expand Up @@ -2557,7 +2557,7 @@ EXAMPLES
$ architect validate ../mycomponent/architect.yml ../myothercomponent/architect.yml
```

_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/validate.ts)_
_See code: [src/commands/validate.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/validate.ts)_

## `architect whoami`

Expand All @@ -2577,5 +2577,5 @@ EXAMPLES
$ architect whoami
```

_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.4/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/architect-team/architect-cli/blob/v1.28.0-rc.5/src/commands/whoami.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@architect-io/cli",
"description": "Command-line interface for Architect.io",
"version": "1.28.0-rc.5",
"version": "1.28.0",
"author": "Architect.io",
"bin": {
"architect": "./bin/run"
Expand Down

0 comments on commit 0b4db1f

Please sign in to comment.