docs(release): update doc version from 1.3.1-beta.1 to 1.4.0-beta.1 [skip ci]

This commit is contained in:
semantic-release-bot
2023-03-29 01:31:56 +00:00
parent 795792058f
commit 5e85cdbc69
5 changed files with 11 additions and 11 deletions

View File

@@ -201,7 +201,7 @@ sablier --help
# or # or
docker run acouvreur/sablier[:version] --help docker run acouvreur/sablier[:version] --help
# ex: docker run acouvreur/sablier:1.3.1-beta.1 --help # ex: docker run acouvreur/sablier:1.4.0-beta.1 --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
@@ -239,7 +239,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 acouvreur/sablier:1.3.1-beta.1 -v $PWD/sablier.yml:/etc/sablier/sablier.yml acouvreur/sablier:1.4.0-beta.1
``` ```
### Use the binary distribution ### Use the binary distribution
@@ -338,7 +338,7 @@ You can use the command `sablier health` to check for healthiness.
```yml ```yml
services: services:
sablier: sablier:
image: acouvreur/sablier:1.3.1-beta.1 image: acouvreur/sablier:1.4.0-beta.1
healthcheck: healthcheck:
test: ["sablier", "health"] test: ["sablier", "health"]
interval: 1m30s interval: 1m30s

View File

@@ -5,7 +5,7 @@ services:
image: traefik:2.9.1 image: traefik:2.9.1
command: command:
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier - --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier
- --experimental.plugins.sablier.version=v1.3.1-beta.1 - --experimental.plugins.sablier.version=v1.4.0-beta.1
- --entryPoints.http.address=:80 - --entryPoints.http.address=:80
- --providers.docker=true - --providers.docker=true
- --providers.file.filename=/etc/traefik/dynamic-config.yml - --providers.file.filename=/etc/traefik/dynamic-config.yml
@@ -16,7 +16,7 @@ services:
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml' - './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
sablier: sablier:
image: acouvreur/sablier:1.3.1-beta.1 image: acouvreur/sablier:1.4.0-beta.1
volumes: volumes:
- '/var/run/docker.sock:/var/run/docker.sock' - '/var/run/docker.sock:/var/run/docker.sock'
labels: labels:

View File

@@ -21,7 +21,7 @@ version: 3.9
services: services:
sablier: sablier:
image: acouvreur/sablier:1.3.1-beta.1 image: acouvreur/sablier:1.4.0-beta.1
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

@@ -68,7 +68,7 @@
additionalArguments: additionalArguments:
- "--experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier" - "--experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier"
- "--experimental.plugins.sablier.version=v1.3.1-beta.1" - "--experimental.plugins.sablier.version=v1.4.0-beta.1"
providers: providers:
kubernetesIngress: kubernetesIngress:
@@ -152,7 +152,7 @@
serviceAccount: sablier serviceAccount: sablier
containers: containers:
- name: sablier - name: sablier
image: acouvreur/sablier:1.3.1-beta.1 image: acouvreur/sablier:1.4.0-beta.1
args: args:
- "start" - "start"
- "--provider.name=kubernetes" - "--provider.name=kubernetes"

View File

@@ -17,7 +17,7 @@ experimental:
plugins: plugins:
sablier: sablier:
moduleName: "github.com/acouvreur/sablier" moduleName: "github.com/acouvreur/sablier"
version: "v1.3.1-beta.1" version: "v1.4.0-beta.1"
``` ```
2. Configure the plugin using the Dynamic Configuration. Example: 2. Configure the plugin using the Dynamic Configuration. Example:
@@ -71,7 +71,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/acouvreur/sablier/plugins/traefik - --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier/plugins/traefik
- --experimental.plugins.sablier.version=v1.3.1-beta.1 - --experimental.plugins.sablier.version=v1.4.0-beta.1
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
@@ -79,7 +79,7 @@ services:
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml' - './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
sablier: sablier:
image: acouvreur/sablier:1.3.1-beta.1 image: acouvreur/sablier:1.4.0-beta.1
command: command:
- start - start
- --provider.name=docker - --provider.name=docker