Skip to content

Commit

Permalink
[docs] Release notes for 2.20.2.4 (#23880)
Browse files Browse the repository at this point in the history
* release notes for 2.20.2.4

* date

* edits from review

* date
  • Loading branch information
aishwarya24 authored Sep 13, 2024
1 parent 48e3c40 commit 9baa0be
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/content/preview/releases/yba-releases/v2.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,26 @@ This is a [YugabyteDB-only release](../../ybdb-releases/v2.20/#v2.20.3.1), with
* Prevents universe chain upgrade failure from 2.0 to 2.18 and 2.20 by ensuring the clock-script doesn't run during yb-process start command if it's not present or executable. PLAT-13444
* Prevents 'Edit Universe' modal from wrongly displaying master placement as 'Place Masters on the same nodes as T-Servers' for a dedicated universe, providing accurate universe creation details. PLAT-13445

## v2.20.2.4 - September 12, 2024 {#v2.20.2.4}

**Build:** `2.20.2.4-b3`

**Third-party licenses:** [YugabyteDB](https://downloads.yugabyte.com/releases/2.20.2.4/yugabytedb-2.20.2.4-b3-third-party-licenses.html), [YugabyteDB Anywhere](https://downloads.yugabyte.com/releases/2.20.2.4/yugabytedb-anywhere-2.20.2.4-b3-third-party-licenses.html)

### Download

<ul class="nav yb-pills">
<li>
<a href="https://downloads.yugabyte.com/releases/2.20.2.4/yba_installer_full-2.20.2.4-b3-linux-x86_64.tar.gz">
<span>Linux x86</span>
</a>
</li>
</ul>

### Bug fix

* Allows configuration of `wait_for_server_ready.timeout` to adjust the default 10-minute wait time to suit user requirements. PLAT-8632

## v2.20.2.3 - June 27, 2024 {#v2.20.2.3}

**Build:** `2.20.2.3-b2`
Expand Down
41 changes: 41 additions & 0 deletions docs/content/preview/releases/ybdb-releases/v2.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,47 @@ docker pull yugabytedb/yugabyte:2.20.3.1-b2
* Updates the condition for HT lease reporting to ensure accurate leaderless tablet detection in RF-1 setup, preventing false alarms. {{<issue 20919>}}
* Reduces disruptions by throttling the master process log messages related to "tablet server has a pending delete" into 20-second intervals. {{<issue 19331>}}

## v2.20.2.4 - September 12, 2024 {#v2.20.2.4}

**Build:** `2.20.2.4-b3`

**Third-party licenses:** [YugabyteDB](https://downloads.yugabyte.com/releases/2.20.2.4/yugabytedb-2.20.2.4-b3-third-party-licenses.html), [YugabyteDB Anywhere](https://downloads.yugabyte.com/releases/2.20.2.4/yugabytedb-anywhere-2.20.2.4-b3-third-party-licenses.html)

### Downloads

<ul class="nav yb-pills">
<li>
<a href="https://downloads.yugabyte.com/releases/2.20.2.4/yugabyte-2.20.2.4-b3-darwin-x86_64.tar.gz">
<i class="fa-brands fa-apple"></i>
<span>macOS</span>
</a>
</li>
<li>
<a href="https://downloads.yugabyte.com/releases/2.20.2.4/yugabyte-2.20.2.4-b3-linux-x86_64.tar.gz">
<i class="fa-brands fa-linux"></i>
<span>Linux x86</span>
</a>
</li>
<li>
<a href="https://downloads.yugabyte.com/releases/2.20.2.4/yugabyte-2.20.2.4-b3-el8-aarch64.tar.gz">
<i class="fa-brands fa-linux"></i>
<span>Linux ARM</span>
</a>
</li>
</ul>

### Docker

```sh
docker pull yugabytedb/yugabyte:2.20.2.4-b3
```

### Bug fix

#### DocDB

* Reduces the risk of deadlocks when making active read/write requests to a table right after a tablet-split. {{<issue 23747>}}

## v2.20.2.3 - June 27, 2024 {#v2.20.2.3}

**Build:** `2.20.2.3-b2`
Expand Down

0 comments on commit 9baa0be

Please sign in to comment.