Skip to content

Commit

Permalink
chore: fix the release.toml
Browse files Browse the repository at this point in the history
It was using `note` instead of `notes`, so some entries got dropped.

I blame CodePilot for that ;)

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Dec 4, 2023
1 parent 474fa04 commit 4f195dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/release.toml
Expand Up @@ -23,7 +23,7 @@ If the initial boot requires firmware, a custom iso can be built with the firmwa
This also ensures that the linux-firmware is not tied to a specific Talos version.
"""

[notes.Kubelet]
[notes.kubelet]
title = "Kubelet Credential Provider Configuration"
description = """\
Talos now supports specifying the kubelet credential provider configuration in the Talos configuration file.
Expand Down Expand Up @@ -103,19 +103,19 @@ machine:
```
"""

[note.auth2]
[notes.auth2]
title = "OAuth2 Machine Config Flow"
description = """\
Talos Linux when running on the `metal` platform can be configured to authenticate the machine configuration download using [OAuth2 device flow](https://www.talos.dev/v1.6/advanced/machine-config-oauth/).
"""

[note.ingress]
[notes.ingress]
title = "Ingress Firewall"
description = """\
Talos Linux now supports configuring the [ingress firewall rules](https://talos.dev/v1.6/talos-guides/network/ingress-firewall/).
"""

[note.flannel]
[notes.flannel]
title = "Flannel Configuration"
description = """\
Talos Linux now supports customizing default Flannel manifest with extra arguments for flanneld.
Expand Down

0 comments on commit 4f195dd

Please sign in to comment.