Skip to content

Commit

Permalink
build: bumping up to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flxxyz committed Apr 24, 2023
1 parent d495029 commit 9fe454b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bump/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.10
0.0.11
4 changes: 2 additions & 2 deletions deployment/maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: ghcr
containers:
- name: relay
image: ghcr.io/guakamoli/denostr:v0.0.10-maintenance
image: ghcr.io/guakamoli/denostr:v0.0.11-maintenance
imagePullPolicy: Always
resources:
requests:
Expand Down Expand Up @@ -200,7 +200,7 @@ data:
- "::ffff:10.10.10.1"
client:
subscription:
maxSubscriptions: 10
maxSubscriptions: 20
maxFilters: 10
message:
rateLimits:
Expand Down
4 changes: 2 additions & 2 deletions deployment/static-mirroring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: ghcr
containers:
- name: relay
image: ghcr.io/guakamoli/denostr:v0.0.10-static-mirroring
image: ghcr.io/guakamoli/denostr:v0.0.11-static-mirroring
imagePullPolicy: Always
resources:
requests:
Expand Down Expand Up @@ -200,7 +200,7 @@ data:
- "::ffff:10.10.10.1"
client:
subscription:
maxSubscriptions: 10
maxSubscriptions: 20
maxFilters: 10
message:
rateLimits:
Expand Down
4 changes: 2 additions & 2 deletions deployment/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: ghcr
containers:
- name: relay
image: ghcr.io/guakamoli/denostr:v0.0.10-worker
image: ghcr.io/guakamoli/denostr:v0.0.11-worker
imagePullPolicy: Always
resources:
requests:
Expand Down Expand Up @@ -200,7 +200,7 @@ data:
- "::ffff:10.10.10.1"
client:
subscription:
maxSubscriptions: 10
maxSubscriptions: 20
maxFilters: 10
message:
rateLimits:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
denostr:
image: ghcr.io/guakamoli/denostr:v0.0.10-worker
image: ghcr.io/guakamoli/denostr:v0.0.11-worker
container_name: denostr
environment:
RELAY_PORT: 8008
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "denostr",
"version": "0.0.10",
"version": "0.0.11",
"description": "💪🏻 Deno-based, cloud-native Nostr relay forked from nostream. Sponsored by ByteTrade and Revo.",
"supportedNips": [
1,
Expand All @@ -16,6 +16,7 @@
26,
28,
33,
38,
40
],
"supportedNipExtensions": [
Expand Down

0 comments on commit 9fe454b

Please sign in to comment.