Skip to content

Commit 93e17f5

Browse files
Version Packages (#2699)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f1fa3dc commit 93e17f5

11 files changed

Lines changed: 45 additions & 22 deletions

File tree

workspaces/x2a/.changeset/chatty-aliens-pay.md

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

workspaces/x2a/.changeset/error-propagation-fixes.md

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

workspaces/x2a/.changeset/fix-policy-lock-token-leak.md

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

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

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 53a0ccf: Bump all dependencies to match RHDH 1.9.3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [53a0ccf]
12+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.0
13+
314
## 0.2.0
415

516
### Minor 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.2.0",
3+
"version": "0.3.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a-backend
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 53a0ccf: Bump all dependencies to match RHDH 1.9.3
8+
9+
### Patch Changes
10+
11+
- 76f016c: Improve error propagation in job script: consolidate error handling into run_x2a function with default message and appended error details, add command logging, and refactor publish-aap to use the shared error handler.
12+
- de2a283: Fix SCM token leak in committed files: improve URL credential sanitization regex to handle user:token@host patterns and extend file type coverage to include markdown files
13+
- Updated dependencies [53a0ccf]
14+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.0
15+
316
## 1.2.0
417

518
### Minor 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.2.0",
3+
"version": "1.3.0",
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.2.0
4+
5+
### Minor Changes
6+
7+
- 53a0ccf: Bump all dependencies to match RHDH 1.9.3
8+
39
## 1.1.0
410

511
### Minor 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.1.0",
3+
"version": "1.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 53a0ccf: Bump all dependencies to match RHDH 1.9.3
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [53a0ccf]
12+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.0
13+
314
## 1.1.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)