CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

cc-addon-credentials: change addon type value to match the new materia product name #1068

Closed florian-sanders-cc closed 3 weeks ago

florian-sanders-cc commented 1 month ago

Context

With #1066, we have changed the Materia name from Materia DB KV to Materia KV.

Since we needed a quick PR & release, we did not want to introduce a breaking change at the time.

It would be nice to align the code to the new branding so that the component API reflects the new branding.

More precisely, we would need to change the AddonType value for materia from materiadb-kv to materia-kv.

This is a tiny breaking change so it would be nice to include it in a release that already contains other breaking changes (it's not a worth a major version on its own).