Skip to content

Commit bbf4e54

Browse files
Version Packages (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccb6091 commit bbf4e54

File tree

8 files changed

+32
-15
lines changed

8 files changed

+32
-15
lines changed

.changeset/curly-poems-hide.md

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

.changeset/sweet-dogs-attack.md

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

plugins/policy-reporter-backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @kyverno/backstage-plugin-policy-reporter-backend
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 4b09f8c: Backstage verion bump to v1.48.5
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4b09f8c]
12+
- @kyverno/backstage-plugin-policy-reporter-common@2.3.0
13+
314
## 2.3.0
415

516
### Minor Changes

plugins/policy-reporter-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyverno/backstage-plugin-policy-reporter-backend",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

plugins/policy-reporter-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kyverno/backstage-plugin-policy-reporter-common
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 4b09f8c: Backstage verion bump to v1.48.5
8+
39
## 2.2.0
410

511
### Minor Changes

plugins/policy-reporter-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kyverno/backstage-plugin-policy-reporter-common",
33
"description": "Common functionalities for the policy-reporter plugin",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

plugins/policy-reporter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @kyverno/backstage-plugin-policy-reporter
22

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- 4b09f8c: Backstage verion bump to v1.48.5
8+
- c4e5ae4: Add initial support for the new Frontend System, this will be available under a `/alpha` route when importing packages.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [4b09f8c]
13+
- @kyverno/backstage-plugin-policy-reporter-common@2.3.0
14+
315
## 2.6.0
416

517
### Minor Changes

plugins/policy-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyverno/backstage-plugin-policy-reporter",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)