docs(release): update doc version from 1.8.2 to 1.8.3

This commit is contained in:
semantic-release-bot
2025-02-02 05:01:28 +00:00
parent 00cc153d7a
commit 4d7472fbf1
11 changed files with 15 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ sablier --help
# or # or
docker run sablierapp/sablier[:version] --help docker run sablierapp/sablier[:version] --help
# ex: docker run sablierapp/sablier:1.8.2 --help # ex: docker run sablierapp/sablier:1.8.3 --help
``` ```
All arguments can be used in the form of the config file such as All arguments can be used in the form of the config file such as

View File

@@ -78,7 +78,7 @@ services:
image: acouvreur/whoami:v1.10.2 image: acouvreur/whoami:v1.10.2
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
command: command:
- start - start
- --provider.name=docker - --provider.name=docker
@@ -113,7 +113,7 @@ services:
image: acouvreur/whoami:v1.10.2 image: acouvreur/whoami:v1.10.2
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
command: command:
- start - start
- --provider.name=docker - --provider.name=docker
@@ -145,7 +145,7 @@ services:
- sablier.group=demo - sablier.group=demo
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
volumes: volumes:
- '/var/run/docker.sock:/var/run/docker.sock' - '/var/run/docker.sock:/var/run/docker.sock'
``` ```

View File

@@ -59,7 +59,7 @@
additionalArguments: additionalArguments:
- "--experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier" - "--experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier"
- "--experimental.plugins.sablier.version=v1.8.2" - "--experimental.plugins.sablier.version=v1.8.3"
providers: providers:
kubernetesIngress: kubernetesIngress:
@@ -142,7 +142,7 @@
serviceAccountName: sablier serviceAccountName: sablier
containers: containers:
- name: sablier - name: sablier
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
args: args:
- "start" - "start"
- "--provider.name=kubernetes" - "--provider.name=kubernetes"

View File

@@ -16,7 +16,7 @@ You can use the command `sablier health` to check for healthiness.
```yml ```yml
services: services:
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
healthcheck: healthcheck:
test: ["sablier", "health"] test: ["sablier", "health"]
interval: 1m30s interval: 1m30s

View File

@@ -18,7 +18,7 @@ Choose one of the Docker images and run it with one sample configuration file:
```bash ```bash
docker run -d -p 10000:10000 \ docker run -d -p 10000:10000 \
-v $PWD/sablier.yml:/etc/sablier/sablier.yml sablierapp/sablier:1.8.2 -v $PWD/sablier.yml:/etc/sablier/sablier.yml sablierapp/sablier:1.8.3
``` ```
## Use the binary distribution ## Use the binary distribution

View File

@@ -103,7 +103,7 @@ experimental:
```bash ```bash
--experimental.plugins.sablier.modulename=github.com/sablierapp/sablier --experimental.plugins.sablier.modulename=github.com/sablierapp/sablier
--experimental.plugins.sablier.version=v1.8.2 --experimental.plugins.sablier.version=v1.8.3
``` ```
<!-- tabs:end --> <!-- tabs:end -->

View File

@@ -34,7 +34,7 @@ PROVIDER_NAME=docker
```yaml ```yaml
services: services:
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
command: command:
- start - start
- --provider.name=docker - --provider.name=docker

View File

@@ -35,7 +35,7 @@ PROVIDER_NAME=docker_swarm # or swarm
```yaml ```yaml
services: services:
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
command: command:
- start - start
- --provider.name=docker_swarm # or swarm - --provider.name=docker_swarm # or swarm

View File

@@ -25,7 +25,7 @@ By default, the docker image looks for themes located inside the `/etc/sablier/t
```yaml ```yaml
services: services:
sablier: sablier:
image: sablierapp/sablier:1.8.2 image: sablierapp/sablier:1.8.3
volumes: volumes:
- '/var/run/docker.sock:/var/run/docker.sock' - '/var/run/docker.sock:/var/run/docker.sock'
- '/path/to/my/themes:/etc/sablier/themes' - '/path/to/my/themes:/etc/sablier/themes'

View File

@@ -16,10 +16,10 @@ Here I'll show you two options with Docker.
### By using the provided Dockerfile ### By using the provided Dockerfile
```bash ```bash
docker build https://github.com/sablierapp/sablier.git#v1.8.2:plugins/caddy -t caddy:with-sablier docker build https://github.com/sablierapp/sablier.git#v1.8.3:plugins/caddy -t caddy:with-sablier
``` ```
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.2`) **Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.3`)
### By updating your Caddy Dockerfile ### By updating your Caddy Dockerfile

View File

@@ -72,7 +72,7 @@ services:
- --providers.docker=true - --providers.docker=true
- --providers.file.filename=/etc/traefik/dynamic-config.yml - --providers.file.filename=/etc/traefik/dynamic-config.yml
- --experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier/plugins/traefik - --experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier/plugins/traefik
- --experimental.plugins.sablier.version=v1.8.2 - --experimental.plugins.sablier.version=v1.8.3
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes: