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

This commit is contained in:
semantic-release-bot
2023-03-09 13:36:48 +00:00
parent 15e8f8b9a8
commit 0ca414b4d4
12 changed files with 17 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
tags: acouvreur/sablier:local tags: acouvreur/sablier:1.0.0-beta.1local
outputs: type=docker,dest=/tmp/sablier.tar outputs: type=docker,dest=/tmp/sablier.tar
- name: Upload artifact - name: Upload artifact

View File

@@ -196,7 +196,7 @@ sablier --help
# or # or
docker run acouvreur/sablier[:version] --help docker run acouvreur/sablier[:version] --help
# ex: docker run acouvreur/sablier:1.3.0-beta.3 --help # ex: docker run acouvreur/sablier:1.0.0-beta.11.3.0-beta.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
@@ -232,7 +232,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.0-beta.3 -v $PWD/sablier.yml:/etc/sablier/sablier.yml acouvreur/sablier:1.0.0-beta.11.3.0-beta.3
``` ```
### Use the binary distribution ### Use the binary distribution
@@ -331,7 +331,7 @@ You can use the command `sablier health` to check for healthiness.
```yml ```yml
services: services:
sablier: sablier:
image: acouvreur/sablier:1.3.0-beta.3 image: acouvreur/sablier:1.0.0-beta.11.3.0-beta.3
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.1.0 - --experimental.plugins.sablier.version=v1.0.0-beta.11.1.0
- --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.0-beta.3 image: acouvreur/sablier:1.0.0-beta.11.3.0-beta.3
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.0-beta.3 image: acouvreur/sablier:1.0.0-beta.11.3.0-beta.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

@@ -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.1.1" - "--experimental.plugins.sablier.version=v1.0.0-beta.11.1.1"
providers: providers:
kubernetesIngress: kubernetesIngress:
@@ -152,7 +152,7 @@
serviceAccount: sablier serviceAccount: sablier
containers: containers:
- name: sablier - name: sablier
image: acouvreur/sablier:1.3.0-beta.3 image: acouvreur/sablier:1.0.0-beta.11.3.0-beta.3
args: args:
- "start" - "start"
- "--provider.name=kubernetes" - "--provider.name=kubernetes"

View File

@@ -12,7 +12,7 @@ services:
- ./conf/nginx_docker_classic.conf:/etc/nginx/conf.d/default.conf - ./conf/nginx_docker_classic.conf:/etc/nginx/conf.d/default.conf
sablier: sablier:
image: acouvreur/sablier:local image: acouvreur/sablier:1.0.0-beta.1local
ports: ports:
- 10000:10000 - 10000:10000
command: command:

View File

@@ -15,7 +15,7 @@ services:
- ./conf/nginx_docker_swarm.conf:/etc/nginx/conf.d/default.conf - ./conf/nginx_docker_swarm.conf:/etc/nginx/conf.d/default.conf
sablier: sablier:
image: acouvreur/sablier:local image: acouvreur/sablier:1.0.0-beta.1local
ports: ports:
- 10000:10000 - 10000:10000
command: command:

View File

@@ -19,7 +19,7 @@ spec:
serviceAccount: sablier serviceAccount: sablier
containers: containers:
- name: sablier - name: sablier
image: acouvreur/sablier:local image: acouvreur/sablier:1.0.0-beta.1local
args: ["start", "--provider.name=kubernetes", "--logging.level=trace"] args: ["start", "--provider.name=kubernetes", "--logging.level=trace"]
ports: ports:
- containerPort: 10000 - containerPort: 10000

View File

@@ -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.0-beta.3 - --experimental.plugins.sablier.version=v1.0.0-beta.11.3.0-beta.3
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.0-beta.3 image: acouvreur/sablier:1.0.0-beta.11.3.0-beta.3
command: command:
- start - start
- --provider.name=docker - --provider.name=docker

View File

@@ -17,7 +17,7 @@ services:
restart: "no" restart: "no"
sablier: sablier:
image: acouvreur/sablier:local image: acouvreur/sablier:1.0.0-beta.1local
command: command:
- start - start
- --provider.name=docker - --provider.name=docker

View File

@@ -24,7 +24,7 @@ services:
condition: none # Do not restart on setup failure condition: none # Do not restart on setup failure
sablier: sablier:
image: acouvreur/sablier:local image: acouvreur/sablier:1.0.0-beta.1local
command: command:
- start - start
- --provider.name=swarm - --provider.name=swarm

View File

@@ -19,7 +19,7 @@ spec:
serviceAccount: sablier serviceAccount: sablier
containers: containers:
- name: sablier - name: sablier
image: acouvreur/sablier:local image: acouvreur/sablier:1.0.0-beta.1local
args: ["start", "--provider.name=kubernetes", "--logging.level=trace"] args: ["start", "--provider.name=kubernetes", "--logging.level=trace"]
ports: ports:
- containerPort: 10000 - containerPort: 10000