Skip to content

Commit b04b63c

Browse files
rhdh-botgithub-actions[bot]imykhno
authored
Version Packages (#3132)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ihor Mykhno <imykhno@redhat.com>
1 parent f13f2c5 commit b04b63c

22 files changed

Lines changed: 131 additions & 32 deletions

File tree

workspaces/scorecard/.changeset/old-kings-care.md

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

workspaces/scorecard/.changeset/sharp-mangos-build.md

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

workspaces/scorecard/plugins/scorecard-backend-module-dependabot/CHANGELOG.md

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

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5115044]
8+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.5
9+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.5
10+
311
## 0.2.8
412

513
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-dependabot/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-scorecard-backend-module-dependabot",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"license": "Apache-2.0",
55
"description": "The dependabot backend module for the scorecard plugin.",
66
"main": "src/index.ts",

workspaces/scorecard/plugins/scorecard-backend-module-filecheck/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5115044]
8+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.5
9+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.5
10+
311
## 0.1.5
412

513
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-filecheck/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-scorecard-backend-module-filecheck",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "Apache-2.0",
55
"description": "The filecheck backend module for the scorecard plugin.",
66
"main": "src/index.ts",

workspaces/scorecard/plugins/scorecard-backend-module-github/CHANGELOG.md

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

3+
## 2.7.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5115044]
8+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.5
9+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.5
10+
311
## 2.7.4
412

513
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-github/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-scorecard-backend-module-github",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"license": "Apache-2.0",
55
"description": "The github backend module for the scorecard plugin.",
66
"main": "src/index.ts",

workspaces/scorecard/plugins/scorecard-backend-module-jira/CHANGELOG.md

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

3+
## 2.7.5
4+
5+
### Patch Changes
6+
7+
- 5115044: ### Threshold validation
8+
9+
Implemented threshold interval validation for Scorecard: joint coverage on the real line, gap detection and error messages, and overlap handling versus rule order (including aggregation KPI `options.thresholds` for `average`).
10+
11+
### Aggregation
12+
13+
For **`type: average`** aggregations, **`result.averageScore`** returned by **`GET /aggregations/:aggregationId`** (and the same shape wherever it appears) is a **portfolio percentage in \[0, 100\]** with **one decimal place** — the same scale used for **`options.thresholds`** evaluation and the homepage donut.
14+
15+
Previously **`averageScore`** was a **normalized ratio in \[0, 1\]** (rounded to **three** decimal places). Any consumer that treated the old value as a fraction and multiplied by **100** for display, or compared it to thresholds on a 0–100 scale without converting, must **stop scaling**: use **`averageScore`** directly as the percentage. If you stored historical API payloads, recompute or re-fetch rather than assuming the old fractional scale.
16+
17+
- Updated dependencies [5115044]
18+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.5
19+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.5
20+
321
## 2.7.4
422

523
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-jira/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-scorecard-backend-module-jira",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"license": "Apache-2.0",
55
"description": "The jira backend module for the scorecard plugin.",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)