Skip to content

Commit f06906b

Browse files
committed
Merge branch 'release/0.9.136'
2 parents e7a9dd4 + a730e9c commit f06906b

161 files changed

Lines changed: 2034 additions & 165 deletions

File tree

Some content is hidden

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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ 20, 21, 22 ]
16+
java: [ 20, 21, 23 ]
1717

1818
steps:
1919
- name: Checkout GitHub sources

CHANGELOG.md

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

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

5-
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.134...HEAD)
5+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.135...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Support mqtt topics with path parameters required to match guarded identity [\#1382](https://github.com/aklivity/zilla/issues/1382)
10+
11+
**Merged pull requests:**
12+
13+
- Use distinct idle strategy instance per agent [\#1457](https://github.com/aklivity/zilla/pull/1457) ([jfallows](https://github.com/jfallows))
14+
- Bump ubuntu from jammy-20250126 to jammy-20250404 in /cloud/docker-image/src/main/docker [\#1453](https://github.com/aklivity/zilla/pull/1453) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- MQTT topics with path parameters required to match guarded identity [\#1387](https://github.com/aklivity/zilla/pull/1387) ([epieffe](https://github.com/epieffe))
16+
17+
## [0.9.135](https://github.com/aklivity/zilla/tree/0.9.135) (2025-04-11)
18+
19+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.134...0.9.135)
620

721
**Fixed bugs:**
822

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.135</version>
11+
<version>0.9.136</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.135</version>
11+
<version>0.9.136</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.135</version>
11+
<version>0.9.136</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/docker-image/src/main/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN cat zpm.json.template | sed "s/\${VERSION}/${project.version}/g" | tee zpm.j
2525
RUN ./zpmw install --debug --instrument --exclude-remote-repositories
2626
RUN ./zpmw clean --keep-image
2727

28-
FROM ubuntu:jammy-20250126
28+
FROM ubuntu:jammy-20250404
2929

3030
ENV ZILLA_VERSION ${project.version}
3131

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.135</version>
11+
<version>0.9.136</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.135</version>
11+
<version>0.9.136</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.135</version>
11+
<version>0.9.136</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

incubator/binding-amqp.spec/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>incubator</artifactId>
11-
<version>0.9.135</version>
11+
<version>0.9.136</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)