Skip to content

Commit 7fc65d8

Browse files
doc: changelog certmanager
1 parent d17020a commit 7fc65d8

13 files changed

Lines changed: 14 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## upcoming
3+
## [v6.9.4] – September 2025
44

55
### Added
6+
- Added missing Certificate Manager v2 API resources (provider, autocert)
67
- Added tab-completion descriptions for "--template-id" for CloudAPI commands 'server', 'template'.
78
- Added support for 'NicMultiQueue' parameter for servers
89
- Added '-l' shorthand for '--location' for registry create

commands/cert/autocertificate/autocertificate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func AutocertificateCommand() *core.Command {
2121
cmd := &core.Command{
2222
Command: &cobra.Command{
2323
Use: "autocertificate",
24-
Aliases: []string{"a", "autocert", "auto"},
24+
Aliases: []string{"autocert", "autocerts", "auto", "autocertificates"},
2525
Short: "Auto certificates create new certificates based on a certificate provider",
2626
TraverseChildren: true,
2727
},

commands/cert/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func ProviderCommand() *core.Command {
2121
cmd := &core.Command{
2222
Command: &cobra.Command{
2323
Use: "provider",
24-
Aliases: []string{"p"},
24+
Aliases: []string{"providers"},
2525
Short: "Certificate Provider used to renew certificates before their expiry.",
2626
TraverseChildren: true,
2727
},

docs/subcommands/Certificate-Manager/autocertificate/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `autocertificate` command:
2222

2323
```text
24-
[a autocert auto]
24+
[autocert autocerts auto autocertificates]
2525
```
2626

2727
For `create` command:

docs/subcommands/Certificate-Manager/autocertificate/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `autocertificate` command:
2222

2323
```text
24-
[a autocert auto]
24+
[autocert autocerts auto autocertificates]
2525
```
2626

2727
For `delete` command:

docs/subcommands/Certificate-Manager/autocertificate/get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `autocertificate` command:
2222

2323
```text
24-
[a autocert auto]
24+
[autocert autocerts auto autocertificates]
2525
```
2626

2727
For `get` command:

docs/subcommands/Certificate-Manager/autocertificate/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `autocertificate` command:
2222

2323
```text
24-
[a autocert auto]
24+
[autocert autocerts auto autocertificates]
2525
```
2626

2727
For `list` command:

docs/subcommands/Certificate-Manager/autocertificate/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `autocertificate` command:
2222

2323
```text
24-
[a autocert auto]
24+
[autocert autocerts auto autocertificates]
2525
```
2626

2727
For `update` command:

docs/subcommands/Certificate-Manager/provider/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `provider` command:
2222

2323
```text
24-
[p]
24+
[providers]
2525
```
2626

2727
For `create` command:

docs/subcommands/Certificate-Manager/provider/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For `certmanager` command:
2121
For `provider` command:
2222

2323
```text
24-
[p]
24+
[providers]
2525
```
2626

2727
For `delete` command:

0 commit comments

Comments
 (0)