Skip to content

Commit 9fb8693

Browse files
Version Packages (#3338)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6699550 commit 9fb8693

21 files changed

Lines changed: 120 additions & 26 deletions

File tree

workspaces/scorecard/.changeset/tired-hoops-happen.md

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

workspaces/scorecard/plugins/scorecard-backend-module-dependabot/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-scorecard-backend-module-dependabot
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- 6699550: Custom thresholds for filecheck, openssf, and dependabot are now
8+
configurable. Custom threshold handling has been centralized in
9+
`scorecard-backend`, you can define custom thresholds under
10+
`scorecard.plugins.<providerId>.thresholds`. Provider IDs typically
11+
follow the format `<datasource>.<metric>`.
12+
- Updated dependencies [6699550]
13+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.8
14+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.8
15+
316
## 0.2.11
417

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

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- 6699550: Custom thresholds for filecheck, openssf, and dependabot are now
8+
configurable. Custom threshold handling has been centralized in
9+
`scorecard-backend`, you can define custom thresholds under
10+
`scorecard.plugins.<providerId>.thresholds`. Provider IDs typically
11+
follow the format `<datasource>.<metric>`.
12+
- Updated dependencies [6699550]
13+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.8
14+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.8
15+
316
## 0.1.8
417

518
### 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.8",
3+
"version": "0.1.9",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-github
22

3+
## 2.7.8
4+
5+
### Patch Changes
6+
7+
- 6699550: Custom thresholds for filecheck, openssf, and dependabot are now
8+
configurable. Custom threshold handling has been centralized in
9+
`scorecard-backend`, you can define custom thresholds under
10+
`scorecard.plugins.<providerId>.thresholds`. Provider IDs typically
11+
follow the format `<datasource>.<metric>`.
12+
- Updated dependencies [6699550]
13+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.8
14+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.8
15+
316
## 2.7.7
417

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

3+
## 2.7.8
4+
5+
### Patch Changes
6+
7+
- 6699550: Custom thresholds for filecheck, openssf, and dependabot are now
8+
configurable. Custom threshold handling has been centralized in
9+
`scorecard-backend`, you can define custom thresholds under
10+
`scorecard.plugins.<providerId>.thresholds`. Provider IDs typically
11+
follow the format `<datasource>.<metric>`.
12+
- Updated dependencies [6699550]
13+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.8
14+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.8
15+
316
## 2.7.7
417

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

workspaces/scorecard/plugins/scorecard-backend-module-openssf/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-scorecard-backend-module-openssf
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- 6699550: Custom thresholds for filecheck, openssf, and dependabot are now
8+
configurable. Custom threshold handling has been centralized in
9+
`scorecard-backend`, you can define custom thresholds under
10+
`scorecard.plugins.<providerId>.thresholds`. Provider IDs typically
11+
follow the format `<datasource>.<metric>`.
12+
- Updated dependencies [6699550]
13+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.7.8
14+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.7.8
15+
316
## 0.2.11
417

518
### Patch Changes

0 commit comments

Comments
 (0)