Ansible Collection for GitLab application#
Changelog v1alpha1#
1.1.1#
- Regenerate the cluster-scoped GitLab modules (
clustergitlabinstance,clustergitlabissue,clustergitlabpipelineand their*_list/*_revisions/*_targets/*_topology/*_deletedvariants) from the latest EDA 26.4 specifications.
1.1.0#
- Rework API error handling: replace the
ErrorIndex/ErrorItemmodels with a unifiedErrorResponse, and treat HTTP 404 as "not found" during reconciliation. - Normalize
baseUrlby stripping trailing slashes. - Add the
K8sPatchOpValuemodel for typed JSON patch operation values. - Make the resource
descriptionfield optional. - Regenerate modules from the EDA 26.4 application specifications.
1.0.1#
- Make
baseUrlandauthTokenoptional whencronlyoperation is used against the resource. - Fix optionality of the arguments in the module documentation.
- Fix K8s Patch operation for the resource.
1.0.0#
Initial release.