This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch update-release-version in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit df14cf0b3021cd090bc91b91279c7d692ff79696 Author: Jiwe Guo <[email protected]> AuthorDate: Fri Jan 13 16:28:24 2023 +0800 Update release note. --- data/release-pulsar.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/release-pulsar.js b/data/release-pulsar.js index 2ef65520589..2c50dcdeea0 100644 --- a/data/release-pulsar.js +++ b/data/release-pulsar.js @@ -1,4 +1,14 @@ module.exports = [ + { + "author": "liangyepianzhou", + "tagName": "v2.11.0", + "publishedAt": "2023-01-11T01:53:34Z", + "vtag": "2.11.x", + "releaseNotes": "/release-notes/versioned/pulsar-2.11.0/", + "releaseBlog": "", + "doc": "/docs/2.11.x", + "version": "v2.11.x" + }, { "author": "liangyepianzhou", "tagName": "v2.10.3",
