Skip to content

Commit c868737

Browse files
committed
update changelog example
Signed-off-by: Sinelnikov Michail <mikhail.sinelnikov@flant.com>
1 parent e45e376 commit c868737

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

pkg/linters/module/README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -555,22 +555,24 @@ Validates changelog.yaml file presence and content in modules.
555555
```yaml
556556
# changelog.yaml - Valid changelog
557557
---
558-
versions:
559-
- version: "v1.0.0"
560-
date: "2024-12-15"
561-
changes:
562-
- type: "feature"
563-
description: "Initial release with basic functionality"
564-
- type: "feature"
565-
description: "Added support for configuration validation"
566-
567-
- version: "v0.9.0"
568-
date: "2024-12-01"
569-
changes:
570-
- type: "feature"
571-
description: "Beta release with core features"
572-
- type: "fix"
573-
description: "Fixed configuration parsing issues"
558+
features:
559+
Web Application:
560+
Cluster:
561+
- The Dekhouse editorial office was added to the launch review.
562+
- 'Deckhouse: Added support for the configuration of the VMware Cloud Director (VCD) provider'
563+
- 'Deckhouse: Added support for the configuration of the Yandex Cloud provider'
564+
- 'Deckhouse: Updated the deckhouse update section'
565+
- 'Deckhouse: Updated the global settings view, added the "Default StorageClass" field (`defaultClusterStorageClass`)'
566+
- 'Deckhouse: Upgraded the modules section! Added update policies (MUP), Module sources (MS) and Overrides (MPO)'
567+
fixes:
568+
Web Application:
569+
Cluster:
570+
- Updated links in authentication providers for OIDC and LDAP (now they are not broken, they lead to the Dex website)
571+
- In user sessions, filtering no longer resets the selection of checkboxes
572+
chore:
573+
Web Application:
574+
- Updated the Content-Security-Policy header
575+
574576
```
575577

576578
**Error Examples:**

0 commit comments

Comments
 (0)