@backstage-community/plugin-kafka 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage-community/plugin-kafka
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 381a2b0: Add link to a [kafkajs](https://kafka.js.org/docs/confiuration#ssl) docs with ssl options
8
+ Update Reference to the kafka-backend plugin in a Readme
9
+
3
10
  ## 0.5.0
4
11
 
5
12
  ### Minor Changes
package/README.md CHANGED
@@ -59,7 +59,7 @@ const serviceEntityPage = (
59
59
  ```
60
60
 
61
61
  4. Add broker configs for the backend in your `app-config.yaml` (see
62
- [kafka-backend](https://github.com/backstage/backstage/blob/master/plugins/kafka-backend/README.md)
62
+ [kafka-backend](https://github.com/backstage/community-plugins/tree/main/workspaces/kafka/plugins/kafka-backend/README.md)
63
63
  for more options):
64
64
 
65
65
  ```yaml
@@ -88,7 +88,7 @@ spec:
88
88
 
89
89
  6. Configure dashboard urls:
90
90
 
91
- You have two options.
91
+ You have two options.\
92
92
  Either configure it with an annotation called `kafka.apache.org/dashboard-urls`
93
93
 
94
94
  ```yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-kafka",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A Backstage plugin that integrates towards Kafka",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",