You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43-29Lines changed: 43 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,25 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.5.2] - 2025-11-19
6
+
7
+
### 🐛 Bug Fixes
8
+
9
+
- Google key pair remove sanity check - moved to server ([#118](https://github.com/Cosmian/cli/pull/118))
10
+
11
+
### 🚀 Features
12
+
13
+
- Add parameter `--days` to configure the certificate expiration date on google key-pair create command ([#118](https://github.com/Cosmian/cli/pull/118))
14
+
15
+
### 💼 Other
16
+
17
+
-*(deps)* Bump actions/upload-artifact from 4 to 5 ([#117](https://github.com/Cosmian/cli/pull/117))
18
+
5
19
## [1.5.1] - 2025-10-28
6
20
7
21
### 🐛 Bug Fixes
8
22
9
-
-*(google_cse)* Load RSA private as PKCS8 or PKCS1 format (#592)
23
+
-*(google_cse)* Load RSA private as PKCS8 or PKCS1 format ([#592](https://github.com/Cosmian/cli/pull/592))
10
24
11
25
### ⚠️ WARNING
12
26
@@ -16,28 +30,28 @@ All notable changes to this project will be documented in this file.
16
30
17
31
### 🚀 Features
18
32
19
-
- Support wrapping SecretData object (#109)
20
-
- Add derive key subcommand (#111)
21
-
- Create a configuration wizard - add configure subcommand (#116)
33
+
- Support wrapping SecretData object ([#109](https://github.com/Cosmian/cli/pull/109))
0 commit comments