Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate 4.14.8 website documents #4076

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site3/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org";
const variables = {
/** They are used in .md files*/
latest_release: "4.16.2",
stable_release: "4.14.7",
stable_release: "4.14.8",
github_repo: "https://github.com/apache/bookkeeper",
github_master: "https://github.com/apache/bookkeeper/tree/master",
mirror_base_url: "https://www.apache.org/dyn/closer.lua/bookkeeper",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you're using [Maven](https://maven.apache.org/), add this to your [`pom.xml`]

```xml
<!-- in your <properties> block -->
<bookkeeper.version>4.14.7</bookkeeper.version>
<bookkeeper.version>4.14.8</bookkeeper.version>

<!-- in your <dependencies> block -->
<dependency>
Expand All @@ -37,7 +37,7 @@ shaded library, which relocate classes of protobuf and guava into a different na

```xml
<!-- in your <properties> block -->
<bookkeeper.version>4.14.7</bookkeeper.version>
<bookkeeper.version>4.14.8</bookkeeper.version>

<!-- in your <dependencies> block -->
<dependency>
Expand All @@ -53,12 +53,12 @@ If you're using [Gradle](https://gradle.org/), add this to your [`build.gradle`]

```groovy
dependencies {
compile group: 'org.apache.bookkeeper', name: 'bookkeeper-server', version: '4.14.7'
compile group: 'org.apache.bookkeeper', name: 'bookkeeper-server', version: '4.14.8'
}

// Alternatively:
dependencies {
compile 'org.apache.bookkeeper:bookkeeper-server:4.14.7'
compile 'org.apache.bookkeeper:bookkeeper-server:4.14.8'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: overview
title: Apache BookKeeper 4.14.7
title: Apache BookKeeper 4.14.8
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -21,7 +21,7 @@ specific language governing permissions and limitations
under the License.
-->

This documentation is for Apache BookKeeper&trade; version 4.14.7.
This documentation is for Apache BookKeeper&trade; version 4.14.8.

Apache BookKeeper&trade; is a scalable, fault-tolerant, low-latency storage service optimized for real-time workloads. It offers durability, replication, and strong consistency as essentials for building reliable real-time applications.

Expand All @@ -38,7 +38,7 @@ Object/[BLOB](https://en.wikipedia.org/wiki/Binary_large_object) storage | Stori

Learn more about Apache BookKeeper&trade; and what it can do for your organization:

- [Apache BookKeeper 4.14.7 Release Notes](/release-notes#4147)
- [Apache BookKeeper 4.14.8 Release Notes](/release-notes#4148)
- [Java API docs]({{ site.javadoc_base_url }})

Or start [using](../getting-started/installation) Apache BookKeeper today.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version-4.14.7/docsSidebar": [
"version-4.14.8/docsSidebar": [
{
"type": "doc",
"id": "version-4.14.7/overview/overview",
"id": "version-4.14.8/overview/overview",
"label": "Overview"
},
{
Expand All @@ -11,17 +11,17 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/getting-started/installation",
"id": "version-4.14.8/getting-started/installation",
"label": "Installation"
},
{
"type": "doc",
"id": "version-4.14.7/getting-started/run-locally",
"id": "version-4.14.8/getting-started/run-locally",
"label": "Run bookies locally"
},
{
"type": "doc",
"id": "version-4.14.7/getting-started/concepts",
"id": "version-4.14.8/getting-started/concepts",
"label": "Concepts and architecture"
}
]
Expand All @@ -32,12 +32,12 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/deployment/manual",
"id": "version-4.14.8/deployment/manual",
"label": "Manual deployment"
},
{
"type": "doc",
"id": "version-4.14.7/deployment/kubernetes",
"id": "version-4.14.8/deployment/kubernetes",
"label": "BookKeeper on Kubernetes"
}
]
Expand All @@ -48,32 +48,32 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/admin/bookies",
"id": "version-4.14.8/admin/bookies",
"label": "BookKeeper administration"
},
{
"type": "doc",
"id": "version-4.14.7/admin/autorecovery",
"id": "version-4.14.8/admin/autorecovery",
"label": "AutoRecovery"
},
{
"type": "doc",
"id": "version-4.14.7/admin/metrics",
"id": "version-4.14.8/admin/metrics",
"label": "Metrics collection"
},
{
"type": "doc",
"id": "version-4.14.7/admin/upgrade",
"id": "version-4.14.8/admin/upgrade",
"label": "Upgrade"
},
{
"type": "doc",
"id": "version-4.14.7/admin/http",
"id": "version-4.14.8/admin/http",
"label": "Admin REST API"
},
{
"type": "doc",
"id": "version-4.14.7/admin/decomission",
"id": "version-4.14.8/admin/decomission",
"label": "Decommissioning Bookies"
}
]
Expand All @@ -84,22 +84,22 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/api/overview",
"id": "version-4.14.8/api/overview",
"label": "Overview"
},
{
"type": "doc",
"id": "version-4.14.7/api/ledger-api",
"id": "version-4.14.8/api/ledger-api",
"label": "Ledger API"
},
{
"type": "doc",
"id": "version-4.14.7/api/ledger-adv-api",
"id": "version-4.14.8/api/ledger-adv-api",
"label": "Advanced Ledger API"
},
{
"type": "doc",
"id": "version-4.14.7/api/distributedlog-api",
"id": "version-4.14.8/api/distributedlog-api",
"label": "DistributedLog"
}
]
Expand All @@ -110,22 +110,22 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/security/overview",
"id": "version-4.14.8/security/overview",
"label": "Overview"
},
{
"type": "doc",
"id": "version-4.14.7/security/tls",
"id": "version-4.14.8/security/tls",
"label": "TLS Authentication"
},
{
"type": "doc",
"id": "version-4.14.7/security/sasl",
"id": "version-4.14.8/security/sasl",
"label": "SASL Authentication"
},
{
"type": "doc",
"id": "version-4.14.7/security/zookeeper",
"id": "version-4.14.8/security/zookeeper",
"label": "ZooKeeper Authentication"
}
]
Expand All @@ -136,7 +136,7 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/development/protocol",
"id": "version-4.14.8/development/protocol",
"label": "BookKeeper protocol"
}
]
Expand All @@ -147,12 +147,12 @@
"items": [
{
"type": "doc",
"id": "version-4.14.7/reference/config",
"id": "version-4.14.8/reference/config",
"label": "Configuration"
},
{
"type": "doc",
"id": "version-4.14.7/reference/cli",
"id": "version-4.14.8/reference/cli",
"label": "Command-line tools"
}
]
Expand Down
2 changes: 1 addition & 1 deletion site3/website/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
"4.16.2",
"4.15.4",
"4.14.7",
"4.14.8",
"4.13.0",
"4.12.1",
"4.11.1",
Expand Down