Skip to content

Commit bb3598e

Browse files
authored
Merge pull request #971 from CleverCloud/release-please--branches--master--components--clever-tools
2 parents 7dacf5d + 88be1be commit bb3598e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# clever-tools changelog
22

33

4+
## [4.1.0](https://github.com/CleverCloud/clever-tools/compare/4.0.2...4.1.0) (2025-09-17)
5+
6+
7+
### 🚀 Features
8+
9+
* **domain:** add JSON format support to `clever domain` ([10e68b9](https://github.com/CleverCloud/clever-tools/commit/10e68b9142c38464e24f6db7b953e0bf96616e9e))
10+
* **domain:** add JSON output format to `clever domain favourite` ([6fcfde9](https://github.com/CleverCloud/clever-tools/commit/6fcfde9c8242e5ccaed5269ad35e481ab1d720ef))
11+
* **link:** always print application ID and alias after a link ([4ad3371](https://github.com/CleverCloud/clever-tools/commit/4ad33710dd828ece493b61bcb557037b715aef13))
12+
* **status:** show application runtime ([ff37600](https://github.com/CleverCloud/clever-tools/commit/ff376003544b2ddae4b8f01028e38b010609b1fd))
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
* **accesslogs:** update feature status message from Alpha to Beta testing phase ([be2943b](https://github.com/CleverCloud/clever-tools/commit/be2943b35f92378216fc2703c7f558e27ed0274a))
18+
* **ci:** add missing AUR package template with metadata and source configuration ([483d465](https://github.com/CleverCloud/clever-tools/commit/483d4659cef5a5d25e8f0afb126546c1850287b9))
19+
* **link:** throw an error if an application is already linked ([157f528](https://github.com/CleverCloud/clever-tools/commit/157f5285711f591768377b7c7116c534adfd9c80))
20+
* **logs:** increase retryConfiguration ([ae26646](https://github.com/CleverCloud/clever-tools/commit/ae26646df747a991ba222636432dccce6dda522f))
21+
422
## [4.0.2](https://github.com/CleverCloud/clever-tools/compare/4.0.1...4.0.2) (2025-09-12)
523

624

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clever-tools",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "Command Line Interface for Clever Cloud.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)