You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2023/05/04 15:28:34 UTC

[pulsar-site] branch main updated: Add `multi-arch docker images support` to 3.0.0 release note (#554)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 3877a4ede07 Add `multi-arch docker images support` to 3.0.0 release note (#554)
3877a4ede07 is described below

commit 3877a4ede07099ff7a65ca961fed73f240adb248
Author: Zike Yang <zi...@apache.org>
AuthorDate: Thu May 4 23:28:28 2023 +0800

    Add `multi-arch docker images support` to 3.0.0 release note (#554)
---
 release-notes/versioned/pulsar-3.0.0.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/release-notes/versioned/pulsar-3.0.0.md b/release-notes/versioned/pulsar-3.0.0.md
index 54afe94aec9..17ac149db98 100644
--- a/release-notes/versioned/pulsar-3.0.0.md
+++ b/release-notes/versioned/pulsar-3.0.0.md
@@ -26,6 +26,7 @@ sidebar_label: Apache Pulsar 3.0.0
 - Revert 5895: fix redeliveryCount in [#17060](https://github.com/apache/pulsar/pull/17060)
 - Fix producer/consume permission can’t get v1/schema in [#16018](https://github.com/apache/pulsar/pull/16018)
 - Autorecovery default reppDnsResolverClass to ZkBookieRackAffinityMapping in [#15640](https://github.com/apache/pulsar/pull/15640)
+- Allow to build and push multi-arch Docker images in [#19432](https://github.com/apache/pulsar/pull/19432)
 
 ### PIPs
 - PIP-160 Metrics stats of Transaction buffered writer [#15370](https://github.com/apache/pulsar/issues/15370)