Releases: crossplane-contrib/provider-gitlab
Releases · crossplane-contrib/provider-gitlab
v0.2.0
Breaking Changes
In this release RunnersToken
was removed from the status field of project
and group
resources. If you relied on this field, please use connectionDetails
instead as it is considered more secure.
New Resources
- Group DeployToken
What's Changed
- write deploy token to kubernetes secret by @janwillies in #52
- fix e2e tests by @janwillies in #56
- Implement deploy token for groups by @Benedikt1992 in #53
- remove plaintext runner token from observation by @Benedikt1992 in #55
New Contributors
- @Benedikt1992 made their first contribution in #53
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release
This is the first release of provider-gitlab
. It mirrors the Gitlab API into the Kubernetes Resource Model. Please test it out and report back.
Installation
kubectl crossplane install provider crossplane/provider-gitlab:v0.1.0
API Documentation
The API reference can be found at https://doc.crds.dev/github.com/crossplane-contrib/provider-gitlab. There's also an examples folder available.
Supported Resources
- Projects
- Groups
- Members
- DeployTokens
- Hooks
- Variables