From 268667c697bed496c7289d7c35cafd4565b6767e Mon Sep 17 00:00:00 2001 From: AJ Danelz Date: Tue, 26 Sep 2023 12:48:44 -0400 Subject: [PATCH 1/2] update mqtt links (#108) --- src/concepts/kafka-proxies/mqtt-proxy.md | 2 +- src/tutorials/mqtt/mqtt-intro.md | 6 +++--- src/tutorials/quickstart/kafka-proxies.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/concepts/kafka-proxies/mqtt-proxy.md b/src/concepts/kafka-proxies/mqtt-proxy.md index ab3a7ad6..1ec3b9b1 100644 --- a/src/concepts/kafka-proxies/mqtt-proxy.md +++ b/src/concepts/kafka-proxies/mqtt-proxy.md @@ -111,4 +111,4 @@ bindings: ## Try it out -Go check out the [MQTT Kafka Reflect example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect) or the [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect.jwt) example for a full implementation of an MQTT proxy. +Go check out the [MQTT Kafka Reflect example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker) or the [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker.jwt) example for a full implementation of an MQTT proxy. diff --git a/src/tutorials/mqtt/mqtt-intro.md b/src/tutorials/mqtt/mqtt-intro.md index e8fde93e..af8d3978 100644 --- a/src/tutorials/mqtt/mqtt-intro.md +++ b/src/tutorials/mqtt/mqtt-intro.md @@ -170,12 +170,12 @@ docker-compose down ``` ::: tip See more of what Zilla can do -Go deeper into this concept with the [mqtt.kafka.reflect](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect) example. +Go deeper into this concept with the [mqtt.kafka.broker](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker) example. ::: ## Going Deeper Try out more MQTT examples: -- [mqtt.kafka.reflect](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect) -- [mqtt.kafka.reflect.jwt](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect.jwt) +- [mqtt.kafka.broker](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker) +- [mqtt.kafka.broker.jwt](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker.jwt) diff --git a/src/tutorials/quickstart/kafka-proxies.md b/src/tutorials/quickstart/kafka-proxies.md index 2e692139..b2028565 100644 --- a/src/tutorials/quickstart/kafka-proxies.md +++ b/src/tutorials/quickstart/kafka-proxies.md @@ -152,8 +152,8 @@ An [mqtt-simulator](https://github.com/DamascenoRafael/mqtt-simulator) is includ ::: note Going Deeper Zilla can be configured for more use cases we can't cover in this quickstart. Here are some other interesting examples you will want to check out. -- [MQTT Kafka example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect) -- [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect.jwt) +- [MQTT Kafka example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker) +- [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker.jwt) ::: ## Metrics From 51e3eee2a9baaba66ad2dd7ffa655cc19561238c Mon Sep 17 00:00:00 2001 From: vordimous Date: Tue, 26 Sep 2023 16:53:04 +0000 Subject: [PATCH 2/2] CI: update version to 0.3.2 --- deploy-versions.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-versions.json b/deploy-versions.json index 63508a2a..5638b0bc 100644 --- a/deploy-versions.json +++ b/deploy-versions.json @@ -1 +1 @@ -[{"text":"latest","key":"latest","tag":"v0.3.1"}] +[{"text":"latest","key":"latest","tag":"v0.3.2"}] diff --git a/package.json b/package.json index b07e1b68..8eded03c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zilla-docs", - "version": "0.3.1", + "version": "0.3.2", "description": "The official documentation for the aklivity/zilla open-source project", "keywords": [], "author": "aklivity.io",