Skip to content

Commit a657cb5

Browse files
authored
chore: bump version to v0.9.0 (#626)
Signed-off-by: James Yin <[email protected]>
1 parent 23f5aee commit a657cb5

File tree

25 files changed

+91
-95
lines changed

25 files changed

+91
-95
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Vanus helps users build event pipelines between SaaS, cloud services, and cloud
7373
You can install Vanus with a single command within 1 minute. Check out our [website](https://vanus.ai) for detailed information.
7474

7575
```shell
76-
kubectl apply -f https://dl.vanus.ai/all-in-one/v0.8.0.yml
76+
kubectl apply -f https://dl.vanus.ai/all-in-one/v0.9.0.yml
7777
```
7878

7979
## Community

client/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/cloudevents/sdk-go/v2 v2.14.0
77
github.com/golang/mock v1.6.0
88
github.com/scylladb/go-set v1.0.2
9-
github.com/vanus-labs/vanus/observability v0.8.0
10-
github.com/vanus-labs/vanus/pkg v0.8.0
11-
github.com/vanus-labs/vanus/proto v0.8.0
9+
github.com/vanus-labs/vanus/observability v0.9.0
10+
github.com/vanus-labs/vanus/pkg v0.9.0
11+
github.com/vanus-labs/vanus/proto v0.9.0
1212
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0
1313
go.opentelemetry.io/otel/trace v1.14.0
1414
google.golang.org/grpc v1.54.0

deploy/aws-eks/aws-eks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ spec:
287287
app: vanus-gateway
288288
spec:
289289
containers:
290-
- image: public.ecr.aws/vanus/gateway:v0.8.0
290+
- image: public.ecr.aws/vanus/gateway:v0.9.0
291291
imagePullPolicy: IfNotPresent
292292
name: gateway
293293
ports:
@@ -360,7 +360,7 @@ spec:
360360
valueFrom:
361361
fieldRef:
362362
fieldPath: status.podIP
363-
image: public.ecr.aws/vanus/timer:v0.8.0
363+
image: public.ecr.aws/vanus/timer:v0.9.0
364364
imagePullPolicy: IfNotPresent
365365
name: timer
366366
ports:
@@ -429,7 +429,7 @@ spec:
429429
valueFrom:
430430
fieldRef:
431431
fieldPath: status.podIP
432-
image: public.ecr.aws/vanus/trigger:v0.8.0
432+
image: public.ecr.aws/vanus/trigger:v0.9.0
433433
imagePullPolicy: IfNotPresent
434434
name: trigger
435435
ports:
@@ -657,7 +657,7 @@ spec:
657657
valueFrom:
658658
fieldRef:
659659
fieldPath: status.podIP
660-
image: public.ecr.aws/vanus/controller:v0.8.0
660+
image: public.ecr.aws/vanus/controller:v0.9.0
661661
imagePullPolicy: IfNotPresent
662662
name: controller
663663
ports:
@@ -751,7 +751,7 @@ spec:
751751
valueFrom:
752752
fieldRef:
753753
fieldPath: status.podIP
754-
image: public.ecr.aws/vanus/store:v0.8.0
754+
image: public.ecr.aws/vanus/store:v0.9.0
755755
imagePullPolicy: IfNotPresent
756756
name: store
757757
ports:
@@ -831,7 +831,7 @@ spec:
831831
spec:
832832
containers:
833833
- name: controller
834-
image: public.ecr.aws/vanus/root-controller:v0.8.0
834+
image: public.ecr.aws/vanus/root-controller:v0.9.0
835835
imagePullPolicy: IfNotPresent
836836
command:
837837
[

deploy/aws-eks/yaml/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
valueFrom:
8787
fieldRef:
8888
fieldPath: status.podIP
89-
image: public.ecr.aws/vanus/controller:v0.8.0
89+
image: public.ecr.aws/vanus/controller:v0.9.0
9090
imagePullPolicy: IfNotPresent
9191
name: controller
9292
resources:

deploy/aws-eks/yaml/gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
nodeSelector:
5757
type: calculation
5858
containers:
59-
- image: public.ecr.aws/vanus/gateway:v0.8.0
59+
- image: public.ecr.aws/vanus/gateway:v0.9.0
6060
imagePullPolicy: IfNotPresent
6161
name: gateway
6262
resources:

deploy/aws-eks/yaml/root-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
spec:
6363
containers:
6464
- name: controller
65-
image: public.ecr.aws/vanus/root-controller:v0.8.0
65+
image: public.ecr.aws/vanus/root-controller:v0.9.0
6666
imagePullPolicy: IfNotPresent
6767
command:
6868
[

deploy/aws-eks/yaml/store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
valueFrom:
7575
fieldRef:
7676
fieldPath: status.podIP
77-
image: public.ecr.aws/vanus/store:v0.8.0
77+
image: public.ecr.aws/vanus/store:v0.9.0
7878
imagePullPolicy: IfNotPresent
7979
name: store
8080
resources:

deploy/aws-eks/yaml/timer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
valueFrom:
5757
fieldRef:
5858
fieldPath: status.podIP
59-
image: public.ecr.aws/vanus/timer:v0.8.0
59+
image: public.ecr.aws/vanus/timer:v0.9.0
6060
imagePullPolicy: IfNotPresent
6161
name: timer
6262
volumeMounts:

deploy/aws-eks/yaml/trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
valueFrom:
6363
fieldRef:
6464
fieldPath: status.podIP
65-
image: public.ecr.aws/vanus/trigger:v0.8.0
65+
image: public.ecr.aws/vanus/trigger:v0.9.0
6666
imagePullPolicy: IfNotPresent
6767
name: trigger
6868
resources:

deploy/bare-metal/vanus.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ spec:
265265
valueFrom:
266266
fieldRef:
267267
fieldPath: status.podIP
268-
image: public.ecr.aws/vanus/gateway:v0.8.0
268+
image: public.ecr.aws/vanus/gateway:v0.9.0
269269
imagePullPolicy: IfNotPresent
270270
name: gateway
271271
ports:
@@ -310,7 +310,7 @@ spec:
310310
valueFrom:
311311
fieldRef:
312312
fieldPath: status.podIP
313-
image: public.ecr.aws/vanus/timer:v0.8.0
313+
image: public.ecr.aws/vanus/timer:v0.9.0
314314
imagePullPolicy: IfNotPresent
315315
name: timer
316316
volumeMounts:
@@ -348,7 +348,7 @@ spec:
348348
valueFrom:
349349
fieldRef:
350350
fieldPath: status.podIP
351-
image: public.ecr.aws/vanus/trigger:v0.8.0
351+
image: public.ecr.aws/vanus/trigger:v0.9.0
352352
imagePullPolicy: IfNotPresent
353353
name: trigger
354354
ports:
@@ -398,7 +398,7 @@ spec:
398398
valueFrom:
399399
fieldRef:
400400
fieldPath: status.podIP
401-
image: public.ecr.aws/vanus/controller:v0.8.0
401+
image: public.ecr.aws/vanus/controller:v0.9.0
402402
imagePullPolicy: IfNotPresent
403403
name: controller
404404
ports:
@@ -593,7 +593,7 @@ spec:
593593
valueFrom:
594594
fieldRef:
595595
fieldPath: status.podIP
596-
image: public.ecr.aws/vanus/root-controller:v0.8.0
596+
image: public.ecr.aws/vanus/root-controller:v0.9.0
597597
imagePullPolicy: IfNotPresent
598598
name: controller
599599
ports:
@@ -645,7 +645,7 @@ spec:
645645
valueFrom:
646646
fieldRef:
647647
fieldPath: status.podIP
648-
image: public.ecr.aws/vanus/store:v0.8.0
648+
image: public.ecr.aws/vanus/store:v0.9.0
649649
imagePullPolicy: IfNotPresent
650650
name: store
651651
ports:

0 commit comments

Comments
 (0)