Skip to content

Commit 3232fa8

Browse files
committed
chore(release): 20.13.2
1 parent 84eef38 commit 3232fa8

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [20.13.2](https://github.com/paritytech/substrate-api-sidecar/compare/v20.13.1..v20.13.2) (2025-12-30)
6+
7+
- feat: helm add templates for health and readiness probes ([#1864](https://github.com/paritytech/substrate-api-sidecar/pull/1864)) ([84eef38](https://github.com/paritytech/substrate-api-sidecar/commit/84eef38bdf5879b07f345498f0d8ec5241cbf5a2))
8+
9+
## Compatibility
10+
11+
Tested against the following node releases:
12+
- Polkadot v1.20.0 (Polkadot stable2509)
13+
- Kusama v1.20.0 (Polkadot stable2509)
14+
- Westend v1.20.0 (Polkadot stable2509)
15+
16+
Tested against the following runtime releases:
17+
- Polkadot v2000000
18+
- Kusama v1009002
19+
- Westend v1020004
20+
- Polkadot Asset Hub v2000000
21+
- Kusama Asset Hub v1009002
22+
523
## [20.13.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.13.0..v20.13.1) (2025-12-16)
624

725
### Fix

docs-v2/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-v2/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.13.1
11+
version: 20.13.2
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

docs/dist/app.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.13.1
11+
version: 20.13.2
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "20.13.1",
2+
"version": "20.13.2",
33
"name": "@substrate/api-sidecar",
44
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
55
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",

0 commit comments

Comments
 (0)