v0.15.1
- remove duplicate changelog entry (#366). In this update, we've improved resource name validation in the
ucxproject, first introduced in version 0.14.2. The validation now restricts resource names to alphanumeric characters, hyphens, and underscores, addressing usability issues and preventing problems caused by special characters. A new internal method,_is_valid_resource_name, checks if a name is valid according to the defined pattern. TheTileMetadataclass has been updated to ensure itsidattribute follows the new validation rules, andTile,Section, andDashboardclasses now call thevalidatemethod of theTileMetadatainstance if it exists. These changes promote consistency and correctness in dashboard resources, simplifying management and interaction for users. As a part of this commit, we also removed a duplicate changelog entry related to this feature that was previously present in version 0.15.0.
Contributors: @JCZuurmond, @gueniai