Skip to content

Commit e9b6784

Browse files
api-gitops[bot]api-gitops[bot]filo87
authored
chore(main): release 3.6.0 (#348)
* chore(main): release 3.6.0 * chore(cd): promote api-v3-main from staging yamls * chore(cd): promote api-v3-test from staging yamls * chore(cd): promote api-v3-main from staging yamls * chore(cd): promote api-v3-test from staging yamls --------- Co-authored-by: api-gitops[bot] <260464455+api-gitops[bot]@users.noreply.github.com> Co-authored-by: api-gitops[bot] <2828981+api-gitops[bot]@users.noreply.github.com> Co-authored-by: Filippo Fontana <filippo@embrio.tech>
1 parent eb1e4c3 commit e9b6784

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
## [3.6.0](https://github.com/centrifuge/api-v3/compare/v3.5.0...v3.6.0) (2026-04-09)
4+
5+
6+
### Features
7+
8+
* deploy pharos and update registry ([#347](https://github.com/centrifuge/api-v3/issues/347)) ([767c719](https://github.com/centrifuge/api-v3/commit/767c7192e7f7a8741900ba8d2f279ba6fb6f1f96)), closes [#342](https://github.com/centrifuge/api-v3/issues/342)
9+
* routes and transaction status APIs ([#180](https://github.com/centrifuge/api-v3/issues/180)) ([2158450](https://github.com/centrifuge/api-v3/commit/21584501f9047ce7d657054994609b69b2a08105))
10+
311
## [3.5.0](https://github.com/centrifuge/api-v3/compare/v3.4.1...v3.5.0) (2026-04-07)
412

513

environments/main-s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ global:
1717
apiSecretName: cfg-api-v3-rpc-keys
1818
dbSecretName: cfg-api-v3-main-postgres-app
1919
indexer:
20-
enabled: true
20+
enabled: false
2121
image:
2222
tag: sha-2158450
2323
query:

environments/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ global:
1818
indexer:
1919
enabled: true
2020
image:
21-
tag: sha-f06f20e
21+
tag: sha-2158450
2222
query:
2323
enabled: true
2424
image:
25-
tag: sha-f06f20e
25+
tag: sha-2158450
2626
replicaCount: 2
2727
ingress:
2828
enabled: true

environments/test-s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
apiSecretName: cfg-api-v3-rpc-keys
1010
dbSecretName: cfg-api-v3-test-postgres-app
1111
indexer:
12-
enabled: true
12+
enabled: false
1313
image:
1414
tag: sha-2158450
1515
query:

environments/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ global:
1010
indexer:
1111
enabled: true
1212
image:
13-
tag: sha-f06f20e
13+
tag: sha-2158450
1414
query:
1515
enabled: true
1616
image:
17-
tag: sha-f06f20e
17+
tag: sha-2158450
1818
replicaCount: 1
1919
ingress:
2020
enabled: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@centrifuge/api-v3",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"repository": "https://github.com/centrifuge/api-v3",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)