Skip to content

Releases: crossplane-contrib/provider-gitlab

v0.9.0

28 Aug 10:11
31c53bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.1

24 Jul 08:09
55886ad
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.8] fix missing logger by @github-actions in #152

Full Changelog: v0.8.0...v0.8.1

v0.8.0

12 Jun 14:49
6dd6214
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

29 Apr 14:31
4d869ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.1

27 Feb 10:25
625052a
Compare
Choose a tag to compare

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

21 Feb 10:37
0e11dcb
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

29 Sep 13:52
ae5ea6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Aug 14:56
43c8741
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Aug 09:30
59b5cee
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Jan 11:04
7824323
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.0...v0.2.0