Skip to content

Commit 48e5623

Browse files
committed
fix naming
Signed-off-by: Sinelnikov Michail <mikhail.sinelnikov@flant.com>
1 parent c868737 commit 48e5623

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

pkg/linters/module/README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -556,22 +556,23 @@ Validates changelog.yaml file presence and content in modules.
556556
# changelog.yaml - Valid changelog
557557
---
558558
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)'
559+
Linting:
560+
Module:
561+
- Added new changelog validation rule to ensure proper changelog format
562+
- Enhanced module YAML file checking with additional validation rules
563+
- Improved license checking functionality with better error reporting
564+
- Added support for restricting UpdateMode to Auto in module configurations
567565
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
566+
Linting:
567+
Module:
568+
- Fixed install output formatting issues
569+
- Corrected changelog rule validation logic
570+
- Resolved false positives in module YAML validation
572571
chore:
573-
Web Application:
574-
- Updated the Content-Security-Policy header
572+
Dependencies:
573+
- Updated helm.sh/helm/v3 dependency from 3.18.4 to 3.18.5
574+
Linting:
575+
- Refactored changelog validation code for better maintainability
575576
576577
```
577578

0 commit comments

Comments
 (0)