From 90b26a71b3660afb6731b02e2d0841fe11f2320f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 17:44:30 +0000 Subject: [PATCH] chore(release): 1.18.2 [skip ci] ## [1.18.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.18.1...@janus-idp/backstage-plugin-topology@1.18.2) (2024-02-07) ### Features * **kiali:** add KialiPage Component ([#1180](https://github.com/janus-idp/backstage-plugins/issues/1180)) ([c91bcc3](https://github.com/janus-idp/backstage-plugins/commit/c91bcc3bc13b274312de3d0656d8ea865a3af27b)) ### Bug Fixes * **3scale:** modify 3scale environment variables - using THREESCALE ([#1173](https://github.com/janus-idp/backstage-plugins/issues/1173)) ([247ebe0](https://github.com/janus-idp/backstage-plugins/commit/247ebe0d7ea6971d460f962455d0c36a73ca7606)) * **orchestrator:** removes the divider from the workflow definition card ([#1181](https://github.com/janus-idp/backstage-plugins/issues/1181)) ([c2fe940](https://github.com/janus-idp/backstage-plugins/commit/c2fe940fa395842c705f1371872791fdbd77095c)) * **topology/tekton:** stop polling after log streaming completes ([#1122](https://github.com/janus-idp/backstage-plugins/issues/1122)) ([191bac2](https://github.com/janus-idp/backstage-plugins/commit/191bac2d21259b4fdc42193c6cf436987968eb88)) --- plugins/topology/CHANGELOG.md | 7 +++++++ plugins/topology/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/topology/CHANGELOG.md b/plugins/topology/CHANGELOG.md index 82a5942ee3..7ba14e34a4 100644 --- a/plugins/topology/CHANGELOG.md +++ b/plugins/topology/CHANGELOG.md @@ -1,3 +1,10 @@ +## @janus-idp/backstage-plugin-topology [1.18.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.18.1...@janus-idp/backstage-plugin-topology@1.18.2) (2024-02-07) + + +### Bug Fixes + +* **topology/tekton:** stop polling after log streaming completes ([#1122](https://github.com/janus-idp/backstage-plugins/issues/1122)) ([191bac2](https://github.com/janus-idp/backstage-plugins/commit/191bac2d21259b4fdc42193c6cf436987968eb88)) + ## @janus-idp/backstage-plugin-topology [1.18.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.18.0...@janus-idp/backstage-plugin-topology@1.18.1) (2024-02-05) diff --git a/plugins/topology/package.json b/plugins/topology/package.json index b28bdded38..439d212ce7 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.18.1", + "version": "1.18.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",