Skip to content

Commit 6347d83

Browse files
chore(release): update versions and changelogs (#2460)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09de352 commit 6347d83

File tree

13 files changed

+61
-12
lines changed

13 files changed

+61
-12
lines changed

apps/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [3.19.0](https://github.com/akash-network/console/compare/console-api/v3.18.3...console-api/v3.19.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **observability:** forward client IP headers in stats-web to API requests ([7b23468](https://github.com/akash-network/console/commit/7b23468a25385c11e6b51fd560c9336e11116ec5))
9+
310
## [3.18.3](https://github.com/akash-network/console/compare/console-api/v3.18.2...console-api/v3.18.3) (2026-01-05)
411

512

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/console-api",
3-
"version": "3.18.3",
3+
"version": "3.19.0",
44
"description": "Api providing data to the deploy tool",
55
"repository": {
66
"type": "git",

apps/deploy-web/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
## [3.19.0](https://github.com/akash-network/console/compare/console-web/v3.18.2...console-web/v3.19.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **observability:** forward client IP headers in stats-web to API requests ([7b23468](https://github.com/akash-network/console/commit/7b23468a25385c11e6b51fd560c9336e11116ec5))
9+
10+
11+
### Bug Fixes
12+
13+
* **deployment:** improve shell error message ([#2462](https://github.com/akash-network/console/issues/2462)) ([09de352](https://github.com/akash-network/console/commit/09de3523692a0ecc5e6718c3d5820f69aa9ae6ba))
14+
* **sdl:** safely processes attribute value ([2c39e87](https://github.com/akash-network/console/commit/2c39e87240d7ca3976449d44d62d01e5a14a353b))
15+
316
## [3.18.2](https://github.com/akash-network/console/compare/console-web/v3.18.1...console-web/v3.18.2) (2026-01-05)
417

518

apps/deploy-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/console-web",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"private": true,
55
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
66
"repository": {

apps/log-collector/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [2.10.0](https://github.com/akash-network/console/compare/log-collector/v2.9.2...log-collector/v2.10.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **observability:** forward client IP headers in stats-web to API requests ([7b23468](https://github.com/akash-network/console/commit/7b23468a25385c11e6b51fd560c9336e11116ec5))
9+
310
## [2.9.2](https://github.com/akash-network/console/compare/log-collector/v2.9.1...log-collector/v2.9.2) (2026-01-05)
411

512

apps/log-collector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/log-collector",
3-
"version": "2.9.2",
3+
"version": "2.10.0",
44
"description": "A log collector worker to forward logs from provider to logging services for certain deployments ",
55
"keywords": [
66
"logs",

apps/notifications/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [2.11.0](https://github.com/akash-network/console/compare/notifications/v2.10.2...notifications/v2.11.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **observability:** forward client IP headers in stats-web to API requests ([7b23468](https://github.com/akash-network/console/commit/7b23468a25385c11e6b51fd560c9336e11116ec5))
9+
310
## [2.10.2](https://github.com/akash-network/console/compare/notifications/v2.10.1...notifications/v2.10.2) (2026-01-05)
411

512

apps/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/notifications",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"private": true,
55
"description": "",
66
"license": "Apache-2.0",

apps/provider-proxy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [2.8.0](https://github.com/akash-network/console/compare/provider-proxy/v2.7.1...provider-proxy/v2.8.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **observability:** forward client IP headers in stats-web to API requests ([7b23468](https://github.com/akash-network/console/commit/7b23468a25385c11e6b51fd560c9336e11116ec5))
9+
310
## [2.7.1](https://github.com/akash-network/console/compare/provider-proxy/v2.7.0...provider-proxy/v2.7.1) (2025-12-29)
411

512

apps/provider-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/provider-proxy",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "Proxy that allows communication between the Web UI and providers",
55
"license": "Apache-2.0",
66
"author": "Akash Network",

0 commit comments

Comments
 (0)