File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed
Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff 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:**
You can’t perform that action at this time.
0 commit comments