You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/04/02 11:12:00 UTC

(pulsar-site) branch pulsar-standalone updated (fe1a683a02ca -> eb65686fba41)

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

lhotari pushed a change to branch pulsar-standalone
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


    from fe1a683a02ca upd
     add 67b1b1b4884b build(deps): Bump express from 4.18.3 to 4.19.2 (#872)
     add 19112bf0a72c Docs sync done from apache/pulsar (#7315aeb)
     add 34e9c5fd5138 [fix] Fix storageSize*/ offloadedStorageSize* stats descriptions. (#870)
     add bfc474a1e649 Add the release note for C++ client 3.5.1 (#873)
     add ee11559a50d5  [feat][doc] show how to use Pulsar BOM with Java client (#874)
     add f0e63dd66ca0 Add instructions to close the release vote
     add 15fe65cc6036 Improve release process instructions
     add e5f88d90b87e Improve release notes guide
     add 4c6ba184202d Add release notes for Pulsar 3.0.4
     add b227939dd501 Move bumping of pom.xml version to the end
     add f6517ccd7962 Improve release process instructions
     add 5a4aa95eb174 update rest-apidoc for 3.2.2
     add c3451511e958 Add release notes for 3.2.2
     add 813daa7d9dff Add 3.2.2 to releases.json
     add 61cd6f36a3a5 Publish CVE-2024-29834
     add 958ef357773d Improve formatting
     add fa8d2474a72a Reorder the security page so that policy comes first
     add 96cdbf21596e Fix parameter order for chown command
     add eb65686fba41 Merge remote-tracking branch 'origin/main' into pulsar-standalone

No new revisions were added by this update.

Summary of changes:
 contribute/release-note-guide.md                   |  10 +-
 contribute/release-process.md                      | 102 +++++++++++++++------
 data/release-cpp.js                                |   3 +-
 data/release-java.js                               |  18 ++--
 data/release-pulsar.js                             |  22 ++++-
 docs/administration-stats.md                       |   4 +-
 docs/client-libraries-java-setup.md                |  47 +++++++++-
 docs/client-libraries-java.md                      |   2 +-
 release-notes/versioned/client-cpp-3.5.1.md        |  13 +++
 release-notes/versioned/client-java-3.0.4.md       |  15 +++
 release-notes/versioned/client-java-3.2.2.md       |  15 +++
 release-notes/versioned/pulsar-3.0.4.md            |  73 +++++++++++++++
 release-notes/versioned/pulsar-3.2.2.md            |  70 ++++++++++++++
 releases.json                                      |   2 +
 security/CVE-2024-29834.md                         |  27 ++++++
 security/index.md                                  |  16 ++--
 static/swagger/{3.0.3 => 3.0.4}/swagger.json       |   3 -
 .../swagger/{3.0.0 => 3.0.4}/swaggerfunctions.json |   0
 .../swagger/{2.10.5 => 3.0.4}/swaggerlookup.json   |   0
 .../swagger/{3.0.0 => 3.0.4}/swaggerpackages.json  |   0
 static/swagger/{3.0.0 => 3.0.4}/swaggersink.json   |   0
 static/swagger/{3.0.0 => 3.0.4}/swaggersource.json |   0
 .../{3.0.0 => 3.0.4}/swaggertransactions.json      |   0
 static/swagger/{3.0.3 => 3.0.4/v2}/swagger.json    |   3 -
 .../{2.10.5 => 3.0.4/v2}/swaggerlookup.json        |   0
 .../{3.0.0 => 3.0.4/v3}/swaggerfunctions.json      |   0
 .../{3.0.0 => 3.0.4/v3}/swaggerpackages.json       |   0
 .../swagger/{3.0.0 => 3.0.4/v3}/swaggersink.json   |   0
 .../swagger/{3.0.0 => 3.0.4/v3}/swaggersource.json |   0
 .../{3.0.0 => 3.0.4/v3}/swaggertransactions.json   |   0
 static/swagger/{3.2.1 => 3.2.2}/swagger.json       |   0
 .../swagger/{3.0.0 => 3.2.2}/swaggerfunctions.json |   0
 .../swagger/{2.10.5 => 3.2.2}/swaggerlookup.json   |   0
 .../swagger/{3.0.0 => 3.2.2}/swaggerpackages.json  |   0
 static/swagger/{3.0.0 => 3.2.2}/swaggersink.json   |   0
 static/swagger/{3.2.0 => 3.2.2}/swaggersource.json |   0
 .../{2.10.5 => 3.2.2}/swaggertransactions.json     |   0
 static/swagger/{3.2.1 => 3.2.2/v2}/swagger.json    |   0
 .../{2.10.5 => 3.2.2/v2}/swaggerlookup.json        |   0
 .../{3.0.0 => 3.2.2/v3}/swaggerfunctions.json      |   0
 .../{3.0.0 => 3.2.2/v3}/swaggerpackages.json       |   0
 .../swagger/{3.0.0 => 3.2.2/v3}/swaggersink.json   |   0
 .../swagger/{3.2.0 => 3.2.2/v3}/swaggersource.json |   0
 .../{2.10.5 => 3.2.2/v3}/swaggertransactions.json  |   0
 static/swagger/master/swagger.json                 |   8 +-
 static/swagger/master/v2/swagger.json              |   8 +-
 static/swagger/restApiVersions.json                |  38 ++++++++
 .../version-2.10.x/administration-stats.md         |  56 +++++------
 .../version-2.11.x/administration-stats.md         |  54 +++++------
 .../version-3.0.x/administration-stats.md          |  54 +++++------
 .../version-3.1.x/administration-stats.md          |  54 +++++------
 .../version-3.2.x/administration-stats.md          |   4 +-
 .../version-3.2.x/client-libraries-java-setup.md   |  47 +++++++++-
 yarn.lock                                          |  16 ++--
 54 files changed, 596 insertions(+), 188 deletions(-)
 create mode 100644 release-notes/versioned/client-cpp-3.5.1.md
 create mode 100644 release-notes/versioned/client-java-3.0.4.md
 create mode 100644 release-notes/versioned/client-java-3.2.2.md
 create mode 100644 release-notes/versioned/pulsar-3.0.4.md
 create mode 100644 release-notes/versioned/pulsar-3.2.2.md
 create mode 100644 security/CVE-2024-29834.md
 copy static/swagger/{3.0.3 => 3.0.4}/swagger.json (99%)
 copy static/swagger/{3.0.0 => 3.0.4}/swaggerfunctions.json (100%)
 copy static/swagger/{2.10.5 => 3.0.4}/swaggerlookup.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4}/swaggerpackages.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4}/swaggersink.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4}/swaggersource.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4}/swaggertransactions.json (100%)
 copy static/swagger/{3.0.3 => 3.0.4/v2}/swagger.json (99%)
 copy static/swagger/{2.10.5 => 3.0.4/v2}/swaggerlookup.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4/v3}/swaggerfunctions.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4/v3}/swaggerpackages.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4/v3}/swaggersink.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4/v3}/swaggersource.json (100%)
 copy static/swagger/{3.0.0 => 3.0.4/v3}/swaggertransactions.json (100%)
 copy static/swagger/{3.2.1 => 3.2.2}/swagger.json (100%)
 copy static/swagger/{3.0.0 => 3.2.2}/swaggerfunctions.json (100%)
 copy static/swagger/{2.10.5 => 3.2.2}/swaggerlookup.json (100%)
 copy static/swagger/{3.0.0 => 3.2.2}/swaggerpackages.json (100%)
 copy static/swagger/{3.0.0 => 3.2.2}/swaggersink.json (100%)
 copy static/swagger/{3.2.0 => 3.2.2}/swaggersource.json (100%)
 copy static/swagger/{2.10.5 => 3.2.2}/swaggertransactions.json (100%)
 copy static/swagger/{3.2.1 => 3.2.2/v2}/swagger.json (100%)
 copy static/swagger/{2.10.5 => 3.2.2/v2}/swaggerlookup.json (100%)
 copy static/swagger/{3.0.0 => 3.2.2/v3}/swaggerfunctions.json (100%)
 copy static/swagger/{3.0.0 => 3.2.2/v3}/swaggerpackages.json (100%)
 copy static/swagger/{3.0.0 => 3.2.2/v3}/swaggersink.json (100%)
 copy static/swagger/{3.2.0 => 3.2.2/v3}/swaggersource.json (100%)
 copy static/swagger/{2.10.5 => 3.2.2/v3}/swaggertransactions.json (100%)