Skip to content

Commit b96d0eb

Browse files
committed
Merge branch 'release/0.9.159'
2 parents 009aebb + 14ee983 commit b96d0eb

File tree

209 files changed

+2106
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+2106
-324
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
## [Unreleased](https://github.com/aklivity/zilla/tree/HEAD)
44

5-
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.157...HEAD)
5+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.158...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Support specifying credentials for OTLP exporter [\#1556](https://github.com/aklivity/zilla/issues/1556)
10+
- Migrate engine started and stopped to telemetry events [\#1491](https://github.com/aklivity/zilla/issues/1491)
11+
12+
**Merged pull requests:**
13+
14+
- support secure `otlp` exporter [\#1579](https://github.com/aklivity/zilla/pull/1579) ([ankitk-me](https://github.com/ankitk-me))
15+
- fix schema for catalog modules [\#1557](https://github.com/aklivity/zilla/pull/1557) ([ankitk-me](https://github.com/ankitk-me))
16+
- Migrate engine started and stopped to telemetry events [\#1555](https://github.com/aklivity/zilla/pull/1555) ([bmaidics](https://github.com/bmaidics))
17+
18+
## [0.9.158](https://github.com/aklivity/zilla/tree/0.9.158) (2025-09-12)
19+
20+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.157...0.9.158)
621

722
**Merged pull requests:**
823

build/flyweight-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>build</artifactId>
11-
<version>0.9.158</version>
11+
<version>0.9.159</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>zilla</artifactId>
11-
<version>0.9.158</version>
11+
<version>0.9.159</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/docker-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>cloud</artifactId>
11-
<version>0.9.158</version>
11+
<version>0.9.159</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/helm-chart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>cloud</artifactId>
11-
<version>0.9.158</version>
11+
<version>0.9.159</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>zilla</artifactId>
11-
<version>0.9.158</version>
11+
<version>0.9.159</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

conf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>zilla</artifactId>
11-
<version>0.9.158</version>
11+
<version>0.9.159</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

examples/asyncapi.http.kafka.proxy/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
command: start -v -e
2020

2121
kafka:
22-
image: bitnami/kafka:3.5
22+
image: bitnamilegacy/kafka:3.5
2323
restart: unless-stopped
2424
hostname: kafka.examples.dev
2525
ports:
@@ -45,7 +45,7 @@ services:
4545
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: "true"
4646

4747
kafka-init:
48-
image: bitnami/kafka:3.5
48+
image: bitnamilegacy/kafka:3.5
4949
user: root
5050
depends_on:
5151
kafka:

examples/asyncapi.mqtt.kafka.proxy/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
command: start -v -e
2020

2121
kafka:
22-
image: bitnami/kafka:3.5
22+
image: bitnamilegacy/kafka:3.5
2323
restart: unless-stopped
2424
hostname: kafka.examples.dev
2525
ports:
@@ -45,7 +45,7 @@ services:
4545
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: "true"
4646

4747
kafka-init:
48-
image: bitnami/kafka:3.5
48+
image: bitnamilegacy/kafka:3.5
4949
user: root
5050
depends_on:
5151
kafka:

examples/asyncapi.sse.kafka.proxy/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
command: start -v -e
2020

2121
kafka:
22-
image: bitnami/kafka:3.5
22+
image: bitnamilegacy/kafka:3.5
2323
restart: unless-stopped
2424
hostname: kafka.examples.dev
2525
ports:
@@ -45,7 +45,7 @@ services:
4545
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: "true"
4646

4747
kafka-init:
48-
image: bitnami/kafka:3.5
48+
image: bitnamilegacy/kafka:3.5
4949
user: root
5050
depends_on:
5151
kafka:

0 commit comments

Comments
 (0)