Releases: crossplane-contrib/provider-gitlab
Releases · crossplane-contrib/provider-gitlab
v0.9.0
What's Changed
- fix missing logger by @BigGold1310 in #151
- feat: deprecate emails_disabled in favor of emails_enabled by @dariozachow in #154
- fix(project/hook)!: hooksecret as reference by @dariozachow in #156
New Contributors
- @BigGold1310 made their first contribution in #151
- @dariozachow made their first contribution in #154
Full Changelog: v0.8.0...v0.9.0
v0.8.1
v0.8.0
What's Changed
- chore: update ci by @wotolom in #139
- fix(groups): SharedWithGroupsObservation fields no longer required by @wotolom in #143
- feat: SamlGroupLinks by @jholt96 in #144
- chore(golangci): update lint by @wotolom in #145
- feat: Upgrade runtime to 1.16 by @blut in #147
New Contributors
- @wotolom made their first contribution in #139
- @jholt96 made their first contribution in #144
- @blut made their first contribution in #147
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- fix: Nil panic for InsecureSkipVerify by @MisterMX in #124
- fix(project): Use correct kind by @MisterMX in #126
- refactor: Add setup for every api group by @MisterMX in #125
- feat: add GroupAccessToken by @markussiebert in #135
New Contributors
- @markussiebert made their first contribution in #135
Full Changelog: v0.6.0...v0.7.0
v0.6.1
What's Changed
- [Backport release-0.6] fix: Nil panic for InsecureSkipVerify by @github-actions in #127
- [Backport release-0.6] fix(project): Use correct kind by @github-actions in #128
New Contributors
- @github-actions made their first contribution in #127
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- feat: adding --poll, --sync, --max-reconcile-rate container arguments by @mlubanski in #116
- feat: Config to allow self-signed certificates by @MisterMX in #114
- fix(group): Ignore empty resolve values in referencers by @MisterMX in #118
- feat: Upgrade to crossplane-runtime
v1.14.4
by @MisterMX in #119
New Contributors
- @mlubanski made their first contribution in #116
- @MisterMX made their first contribution in #114
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat(group): Add support for group variables by @IntaSlapna in #104
- feat(project): Code fix by @IntaSlapna in #106
- feat(group): Add feature to fetch user ID from user name by @IntaSlapna in #103
- feat(project.member): Add feature to find member by username by @IntaSlapna in #90
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Update Crossplane metadata annotations by @jastang in #65
- feat(variable): optionally get value from secret by @somebadcode in #69
- fix: project var overwites despite distinct env scope by @somebadcode in #73
- fix(e2e): change while loop that waits for deletion by @somebadcode in #72
- feat(deploykey): Add deploykey resource by @lvvorovi in #76
- fix(group): add nil check for ExpiresAt in GenerateObservation func by @lvvorovi in #78
- chore: Bump Go to v1.20 and crossplane-runtime to v0.19.2 by @lvvorovi in #80
- feat(group): Add group sharing by @lvvorovi in #81
- fix(projectDeployToken): Change ListProjectDeployToken to GetProjectDeployToken in Observe by @lvvorovi in #84
- feat(accesstoken): Add project access token resource by @IntaSlapna in #82
- feat(pipelineschedule): Add pipelineschedule resource by @lvvorovi in #87
- fix(projects): Avoid setting MirrorUserID in lateInitialize() if atProvider value is 0 (default value) by @lvvorovi in #79
- fix: Add 404 response status ignore in Observe by @lvvorovi in #88
- fix(group): add nil check before ParentID dereferencing in ResolveReferences() by @lvvorovi in #89
- fix(projects.pipelineschedule): Remove redundant mapping in notSaved() and notDeleted() by @lvvorovi in #100
- fix(projects.variable): Add nil check before pointer deref for ProjectID in controller by @lvvorovi in #99
- fix(projects.member): Add nil check before pointer deref for ProjectID in controller by @lvvorovi in #98
- fix(projects.deploytoken): Add nil check before pointer deref for ProjectID in controller by @lvvorovi in #96
- fix(projects.hook): Add nil check before pointer deref for ProjectID in controller by @lvvorovi in #97
- fix(groups.group): Add nil check before pointer deref for GroupID in controller by @lvvorovi in #94
- fix(groups.member): Add nil check before pointer deref for GroupID in controller by @lvvorovi in #93
- fix(groups.deploytoken): Add nil check before pointer deref for GroupID in controller by @lvvorovi in #92
- fix(projects.deploykey): Add nil check before pointer deref for CreatedAt in controller by @lvvorovi in #95
- fix(projects.member): Remove use of 'externalName' to store 'ProjectID' field value by @lvvorovi in #101
- fix(groups.member): Remove setting of 'externalName' as GroupID by @lvvorovi in #102
New Contributors
- @jastang made their first contribution in #65
- @somebadcode made their first contribution in #69
- @lvvorovi made their first contribution in #76
- @IntaSlapna made their first contribution in #82
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release that was created for completeness long after the tag was created. More changes are planned to land in v0.4.0.
What's Changed
- update to bundled provider images by @janwillies in #63
Full Changelog: v0.2.0...v0.3.0
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