Skip to content

Commit 13d6bd5

Browse files
authored
fix(cost-management): bump plugin versions to 2.1.0 for RHDH 1.10 Tech Preview (#2954)
Align all cost-management plugin package versions to 2.1.0, targeting RHDH 1.10. This release includes Backstage 1.49.4 upgrade, 8 CVE remediations OCI images published to quay.io/redhat-resource-optimization/dynamic-plugins:2.1.0
1 parent 15b0dfe commit 13d6bd5

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

workspaces/cost-management/plugins/cost-management-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/plugin-cost-management-backend",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"backstage": {
55
"pluginId": "cost-management",
66
"pluginPackages": [

workspaces/cost-management/plugins/cost-management-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/plugin-cost-management-common",
33
"description": "Common functionalities for the cost-management plugin",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"backstage": {
66
"pluginId": "cost-management",
77
"pluginPackages": [

workspaces/cost-management/plugins/cost-management/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/plugin-cost-management",
3-
"version": "2.0.3-rc.4",
3+
"version": "2.1.0",
44
"backstage": {
55
"pluginId": "cost-management",
66
"pluginPackages": [
@@ -100,6 +100,5 @@
100100
"package.json"
101101
]
102102
}
103-
},
104-
"stableVersion": "2.0.1"
103+
}
105104
}

0 commit comments

Comments
 (0)