Skip to content

Commit 766f427

Browse files
Version Packages (#5918)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6836ad6 commit 766f427

File tree

9 files changed

+30
-19
lines changed

9 files changed

+30
-19
lines changed

workspaces/kiali/.changeset/fast-comics-join.md

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

workspaces/kiali/.changeset/renovate-22e892d.md

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

workspaces/kiali/.changeset/wicked-donuts-call.md

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

workspaces/kiali/plugins/kiali-common/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 2312f93: Improved namespace selector usability, update certs API call to the backend
8+
39
## 0.6.0
410

511
### Minor Changes

workspaces/kiali/plugins/kiali-common/package.json

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

workspaces/kiali/plugins/kiali-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @backstage-community/plugin-kiali-react
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2312f93]
8+
- @backstage-community/plugin-kiali-common@0.7.0
9+
310
## 0.5.0
411

512
### Minor Changes

workspaces/kiali/plugins/kiali-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-kiali-react",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "Apache-2.0",
55
"description": "Web library for the kiali plugin",
66
"main": "src/index.ts",

workspaces/kiali/plugins/kiali/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
### Dependencies
22

3+
## 1.45.0
4+
5+
### Minor Changes
6+
7+
- 2312f93: Improved namespace selector usability, update certs API call to the backend
8+
- b9ac9d9: The provider doesn't need to match the cluster
9+
10+
### Patch Changes
11+
12+
- e6bd3fc: Updated dependency `cytoscape` to `3.33.1`.
13+
- Updated dependencies [2312f93]
14+
- @backstage-community/plugin-kiali-common@0.7.0
15+
- @backstage-community/plugin-kiali-react@0.5.1
16+
317
## 1.44.0
418

519
### Minor Changes

workspaces/kiali/plugins/kiali/package.json

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

0 commit comments

Comments
 (0)