Skip to content

Commit

Permalink
chore(release): 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.2...v1.18.0) (2022-07-08)

### Bug Fixes

* **context:** including error if context doesn't exist and test updates ([#589](#589)) ([adf6f88](adf6f88))
* **interpolation:** fixing interpolation if a service config string has a -- in it ([#610](#610)) ([7fc8458](7fc8458))
* **k8s:** Support k8s 1.24+ ([#608](#608)) ([cfed071](cfed071))

### Features

* **error:** Add sentry error logging ([603ea01](603ea01))
* **platform:** Warn user about unsupported version of Kubernetes. ([3f6b702](3f6b702))
* **register:** Specify which architectures to build for your containers ([f5f81de](f5f81de))
* **secrets:** Can upload and download secrets to accounts an environments. ([0d17b77](0d17b77))
  • Loading branch information
semantic-release-bot committed Jul 8, 2022
1 parent 5c5173d commit 55f949e
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 34 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# [1.18.0](https://github.com/architect-team/architect-cli/compare/v1.17.2...v1.18.0) (2022-07-08)


### Bug Fixes

* **context:** including error if context doesn't exist and test updates ([#589](https://github.com/architect-team/architect-cli/issues/589)) ([adf6f88](https://github.com/architect-team/architect-cli/commit/adf6f887918e274e22ed7c4ad392d8606a493957))
* **interpolation:** fixing interpolation if a service config string has a -- in it ([#610](https://github.com/architect-team/architect-cli/issues/610)) ([7fc8458](https://github.com/architect-team/architect-cli/commit/7fc84586663869a622cc610e1d90dc2631abbdd6))
* **k8s:** Support k8s 1.24+ ([#608](https://github.com/architect-team/architect-cli/issues/608)) ([cfed071](https://github.com/architect-team/architect-cli/commit/cfed07182410ad311884b005ca39765794bf41a6))


### Features

* **error:** Add sentry error logging ([603ea01](https://github.com/architect-team/architect-cli/commit/603ea0176cb507ee754c1b7cb53b69c83cbfcd43))
* **platform:** Warn user about unsupported version of Kubernetes. ([3f6b702](https://github.com/architect-team/architect-cli/commit/3f6b7023a1aebfccc5b1901e8ade2d3fae83e23b))
* **register:** Specify which architectures to build for your containers ([f5f81de](https://github.com/architect-team/architect-cli/commit/f5f81de7aa360273e2c57211fc52aa2983f964a2))
* **secrets:** Can upload and download secrets to accounts an environments. ([0d17b77](https://github.com/architect-team/architect-cli/commit/0d17b77d65635c2b0973959bc91d9618269e1bbc))

## [1.17.2](https://github.com/architect-team/architect-cli/compare/v1.17.1...v1.17.2) (2022-06-23)


Expand Down

0 comments on commit 55f949e

Please sign in to comment.