v0.13.1
This patch release contains a fix for the import step. Before, during checking the service endpoints, we used the provider prefix for the endpoint names. However, in the configuration package tests, the endpoint names may start with another prefixes like organization name. So, we will now filter the endpoint names with searching provider keyword inside the name instead of the only prefix check.
What's Changed
- [Backport release-0.13] fix(check-endpoints): update grep for providers by @github-actions in #21
New Contributors
- @github-actions made their first contribution in #21
Full Changelog: v0.13.0...v0.13.1