Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 3.1.0 #661

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

...

## [3.1.0](https://github.com/CleverCloud/clever-tools/compare/3.0.2...3.1.0) (2024-01-25)


### 🚀 Features

* **applications:** display git+ssh deployment URL ([8c702ce](https://github.com/CleverCloud/clever-tools/commit/8c702ce94c6d4f018bc1b819cee6a0ed7486b050)), closes [#619](https://github.com/CleverCloud/clever-tools/issues/619)
* **deploy:** add same-commit-policy option ([76ff6a2](https://github.com/CleverCloud/clever-tools/commit/76ff6a2fd183ee2ba0cb30dce6d07d3ae3e515cc))
* **deploy:** log application and owner details ([e5929ae](https://github.com/CleverCloud/clever-tools/commit/e5929aee0f015337fc2664224772d2a0a0301d39))
* update runtimes list in autocomplete ([f02f50f](https://github.com/CleverCloud/clever-tools/commit/f02f50f4ea1d887b4bd7ccafc36e72077ff0ab13))
* update zones list in autocomplete ([3b18adb](https://github.com/CleverCloud/clever-tools/commit/3b18adbdda2c69ac1f6d5bf77604849f5d4033d0))


### 🐛 Bug Fixes

* add an alias/name check during app create ([4a5201a](https://github.com/CleverCloud/clever-tools/commit/4a5201aca2ee3225a9b086212bd28a2295089126)), closes [#656](https://github.com/CleverCloud/clever-tools/issues/656)
* **addon:** fix a typo ([8ece4cd](https://github.com/CleverCloud/clever-tools/commit/8ece4cd56946ada1f2b6bc6f091f103b3fce1c33))
* **domain:** use response object to access status ([18fba08](https://github.com/CleverCloud/clever-tools/commit/18fba08665ce3e133d68c06db26580d2cc43d7c2))
* pass an HTTP agent with long timeout to isomorphic-git ([1bfbf40](https://github.com/CleverCloud/clever-tools/commit/1bfbf40d388cc78c9b987d3717ecd8b4e1bfe803)), closes [#640](https://github.com/CleverCloud/clever-tools/issues/640)

## 3.0.2 (2023-11-01)

* chore: update @clevercloud/client to 8.0.2 (fix Node.js < 18.16 abort bug)
Expand Down
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,6 +1,6 @@
{
"name": "clever-tools",
"version": "3.0.2",
"version": "3.1.0",
"description": "Command Line Interface for Clever Cloud.",
"main": "bin/clever.js",
"keywords": [
Expand Down
Loading