Skip to content

Commit 05e5800

Browse files
docs(release): update doc version from 1.9.0 to 1.10.0
1 parent b65fbcd commit 05e5800

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sablier --help
8787
# or
8888

8989
docker run sablierapp/sablier[:version] --help
90-
# ex: docker run sablierapp/sablier:1.9.0 --help
90+
# ex: docker run sablierapp/sablier:1.10.0 --help
9191
```
9292

9393
All arguments can be used in the form of the config file such as

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
image: acouvreur/whoami:v1.10.2
7979

8080
sablier:
81-
image: sablierapp/sablier:1.9.0
81+
image: sablierapp/sablier:1.10.0
8282
command:
8383
- start
8484
- --provider.name=docker
@@ -113,7 +113,7 @@ services:
113113
image: acouvreur/whoami:v1.10.2
114114

115115
sablier:
116-
image: sablierapp/sablier:1.9.0
116+
image: sablierapp/sablier:1.10.0
117117
command:
118118
- start
119119
- --provider.name=docker
@@ -145,7 +145,7 @@ services:
145145
- sablier.group=demo
146146
147147
sablier:
148-
image: sablierapp/sablier:1.9.0
148+
image: sablierapp/sablier:1.10.0
149149
volumes:
150150
- '/var/run/docker.sock:/var/run/docker.sock'
151151
```

docs/guides/code-server-traefik-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
6060
additionalArguments:
6161
- "--experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier"
62-
- "--experimental.plugins.sablier.version=v1.9.0"
62+
- "--experimental.plugins.sablier.version=v1.10.0"
6363
6464
providers:
6565
kubernetesIngress:
@@ -142,7 +142,7 @@
142142
serviceAccountName: sablier
143143
containers:
144144
- name: sablier
145-
image: sablierapp/sablier:1.9.0
145+
image: sablierapp/sablier:1.10.0
146146
args:
147147
- "start"
148148
- "--provider.name=kubernetes"

docs/health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use the command `sablier health` to check for healthiness.
1616
```yml
1717
services:
1818
sablier:
19-
image: sablierapp/sablier:1.9.0
19+
image: sablierapp/sablier:1.10.0
2020
healthcheck:
2121
test: ["sablier", "health"]
2222
interval: 1m30s

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Choose one of the Docker images and run it with one sample configuration file:
1717

1818
```bash
1919
docker run -d -p 10000:10000 \
20-
-v $PWD/sablier.yaml:/etc/sablier/sablier.yaml sablierapp/sablier:1.9.0
20+
-v $PWD/sablier.yaml:/etc/sablier/sablier.yaml sablierapp/sablier:1.10.0
2121
```
2222

2323
## Use the binary distribution

docs/plugins/traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ experimental:
103103

104104
```bash
105105
--experimental.plugins.sablier.modulename=github.com/sablierapp/sablier
106-
--experimental.plugins.sablier.version=v1.9.0
106+
--experimental.plugins.sablier.version=v1.10.0
107107
```
108108

109109
<!-- tabs:end -->

docs/providers/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PROVIDER_NAME=docker
3434
```yaml
3535
services:
3636
sablier:
37-
image: sablierapp/sablier:1.9.0
37+
image: sablierapp/sablier:1.10.0
3838
command:
3939
- start
4040
- --provider.name=docker

docs/providers/docker_swarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PROVIDER_NAME=docker_swarm # or swarm
3535
```yaml
3636
services:
3737
sablier:
38-
image: sablierapp/sablier:1.9.0
38+
image: sablierapp/sablier:1.10.0
3939
command:
4040
- start
4141
- --provider.name=docker_swarm # or swarm

docs/providers/podman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PROVIDER_NAME=podman
3434
```yaml
3535
services:
3636
sablier:
37-
image: sablierapp/sablier:1.9.0
37+
image: sablierapp/sablier:1.10.0
3838
command:
3939
- start
4040
- --provider.name=podman

docs/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By default, the docker image looks for themes located inside the `/etc/sablier/t
2525
```yaml
2626
services:
2727
sablier:
28-
image: sablierapp/sablier:1.9.0
28+
image: sablierapp/sablier:1.10.0
2929
volumes:
3030
- '/var/run/docker.sock:/var/run/docker.sock'
3131
- '/path/to/my/themes:/etc/sablier/themes'

0 commit comments

Comments
 (0)