Skip to content

Commit 105979d

Browse files
Version Packages
1 parent 01ac71a commit 105979d

11 files changed

Lines changed: 49 additions & 27 deletions

File tree

workspaces/x2a/.changeset/beige-insects-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/x2a/.changeset/dull-glasses-divide.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

workspaces/x2a/.changeset/large-signs-serve.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

workspaces/x2a/plugins/scaffolder-backend-module-x2a/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 01999f1: Introducing projects by groups. Additional RBAC hardening.
8+
- require x2a permissions to access the UI
9+
- enforce better the x2a permissions on the endpoints
10+
- projects can be optionally owned by a Backstage group, still defaults to the logged-in user
11+
12+
- 0c598fb: Add GitLab support.
13+
- Updated dependencies [0c598fb]
14+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.2
15+
316
## 0.1.1
417

518
### Patch Changes

workspaces/x2a/plugins/scaffolder-backend-module-x2a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "Apache-2.0",
55
"description": "The x2a module for @backstage/plugin-scaffolder-backend",
66
"main": "src/index.ts",

workspaces/x2a/plugins/x2a-backend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a-backend
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 01999f1: Introducing projects by groups. Additional RBAC hardening.
8+
- require x2a permissions to access the UI
9+
- enforce better the x2a permissions on the endpoints
10+
- projects can be optionally owned by a Backstage group, still defaults to the logged-in user
11+
12+
- Updated dependencies [0c598fb]
13+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.2
14+
315
## 1.0.1
416

517
### Patch Changes

workspaces/x2a/plugins/x2a-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-x2a-backend",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/x2a/plugins/x2a-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a-common
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 0c598fb: Add GitLab support.
8+
39
## 1.0.1
410

511
### Patch Changes

workspaces/x2a/plugins/x2a-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-x2a-common",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "Apache-2.0",
55
"description": "Common functionalities for the x2a plugin",
66
"main": "src/index.ts",

workspaces/x2a/plugins/x2a/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 4377735: Project status is aligned if module summary is empty (while Initializing)
8+
- 01999f1: Introducing projects by groups. Additional RBAC hardening.
9+
- require x2a permissions to access the UI
10+
- enforce better the x2a permissions on the endpoints
11+
- projects can be optionally owned by a Backstage group, still defaults to the logged-in user
12+
13+
- 0c598fb: Add GitLab support.
14+
- Updated dependencies [0c598fb]
15+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.2
16+
317
## 1.0.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)