Skip to content

Commit

Permalink
downgraded redis due to bottleneck/issues/212 UNKOWN_CLIENT
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 12, 2023
1 parent 98137fc commit 4e9f95e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/what's-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See [Upgrade Guide](../upgrade/#v4-to-v5) for more information.

- Runs on _NestJS_
- Bitnami MongoDB Helm chart is updated from version 10.7.1 to 14.3.2, with corresponding MongoDB from 4.4 to 7.0.4
- Bitnami Redis Helm chart is updated from version 14.7.2 to 18.4.0, with corresponding Redis from 6.2.4 to 7.2.3
- Bitnami Redis Helm chart is updated from version 14.7.2 to 16.13.2, with corresponding Redis from 6.2.4 to 6.2.7

::: tip Why v5?
_NotifyBC_ was built on [LoopBack](https://loopback.io/) since the beginning. While _Loopback_ is an awesome framework at the time, it is evident by 2022 _Loopback_ is no longer actively maintained
Expand Down
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 14.3.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.4.0
digest: sha256:5b32bbfeac2b2d4cfbb7f13f0ff706b689267db9d4749de15bfc0537cf87f7c2
generated: "2023-12-03T16:05:44.9279985-08:00"
version: 16.13.2
digest: sha256:e3cb6ade019f5169d547ac65001758b57bebf2beb6d8e47c4053f4d2e5a6ba06
generated: "2023-12-12T09:45:47.7723153-08:00"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
version: 14.3.2
repository: https://charts.bitnami.com/bitnami
- name: redis
version: 18.4.0
version: 16.13.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
Binary file added helm/charts/redis-16.13.2.tgz
Binary file not shown.
Binary file removed helm/charts/redis-18.4.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notify-bc",
"version": "5.0.6",
"version": "5.0.7",
"dbSchemaVersion": "0.9.0",
"description": "A versatile notification API server",
"author": "f-w",
Expand Down

0 comments on commit 4e9f95e

Please sign in to comment.