Skip to content

Commit 343a3de

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13) ### Features * **deps:** update to backstage 1.27 ([#1683](#1683)) ([a14869c](a14869c)) * **feedback:** add support for jira component ([#1813](#1813)) ([4afbc17](4afbc17)) * **rbac:** add type checks with generics for audit log ([#1789](#1789)) ([ac69838](ac69838)) * switch defaults of the `--embed-as-dependencies` and `in-place` options. ([#1787](#1787)) ([049e675](049e675)) ### Bug Fixes * **cli:** fix the removal of type definitions by `export-dynamic`. ([#1810](#1810)) ([8472d91](8472d91)) * **feedback:** fixed feedback backend plugin crashing ([#1809](#1809)) ([e4a571e](e4a571e)) * **feedback:** update EntityPage component ([#1798](#1798)) ([f5b04b5](f5b04b5)) * **kiali:** fix dev links ([#1801](#1801)) ([2a86a5e](2a86a5e)) * **kiali:** remove debug window ([#1793](#1793)) ([b5b5376](b5b5376)) * **kiali:** sanitize input for CWE-79 ([#1786](#1786)) ([9ba95bb](9ba95bb)) * missing postversion script is several plugins and missing turbo dependency ([#1811](#1811)) ([4dfe4f5](4dfe4f5)) * **orchestrator:** fix error handling in case data index failed to start ([#1804](#1804)) ([27affb7](27affb7)) * **topology:** remove check for catalog entity permission ([#1800](#1800)) ([fd6ae41](fd6ae41)) ### Documentation * **kiali:** update development doc for alpha backend([#1720](#1720)) ([e06e9be](e06e9be))
1 parent 1ad966b commit 343a3de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

plugins/ocm-common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @janus-idp/backstage-plugin-ocm-common [3.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)
2+
3+
4+
### Features
5+
6+
* **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))
7+
18
## @janus-idp/backstage-plugin-ocm-common [3.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-04)
29

310
## @janus-idp/backstage-plugin-ocm-common [3.0.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)

plugins/ocm-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-plugin-ocm-common",
33
"description": "Common functionalities for the Open Cluster Management plugin",
4-
"version": "3.0.2",
4+
"version": "3.1.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)