Releases: immobiliare/backstage-plugin-gitlab
Releases · immobiliare/backstage-plugin-gitlab
v5.1.0-alpha.0
v5.0.2
v5.0.1
v5.0.1-alpha.1
v5.0.1-alpha.0
5.0.1-alpha.0 (2023-04-07)
Bug Fixes
v5.0.0
5.0.0 (2023-03-09)
Features
- api: identify gitlab instances by hostname (dff875d), closes #118
- releasescard: add releases widget (8f25374)
BREAKING CHANGES
- api: Annotations
gitlab.com/instance
require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found. - releasescard: GitlabCIApi type has the new method getReleaseSummary
v5.0.0-alpha.0
5.0.0-alpha.0 (2023-03-08)
Features
- api: identify gitlab instances by hostname (dff875d), closes #118
- releasescard: add releases widget (8f25374)
BREAKING CHANGES
- api: Annotations
gitlab.com/instance
require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found. - releasescard: GitlabCIApi type has the new method getReleaseSummary
v4.0.1
v4.0.0
4.0.0 (2023-02-23)
Features
- Add authentication header if needed (dea3a59)
- disable project bots from being returned from the /users get request, corrected the mock data as to what it was before (8f0be47)
- without_project_bots to the users API call, this should exclude bots from projects and groups and in the contributors card (d8de182)
Bug Fixes
- removed backstage Authorization header to the forwarded backstage request (e72aafa)
BREAKING CHANGES
- the GitlabCIClient constructor has a new parameter identityApi
v4.0.0-alpha.0
4.0.0-alpha.0 (2023-02-22)
Features
- Add authentication header if needed (dea3a59)
- disable project bots from being returned from the /users get request, corrected the mock data as to what it was before (8f0be47)
- without_project_bots to the users API call, this should exclude bots from projects and groups and in the contributors card (d8de182)
BREAKING CHANGES
- the GitlabCIClient constructor has a new parameter identityApi