mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 12:05:05 +01:00
docs: bump version to 1.2.0 to prepare automated version update
This commit is contained in:
committed by
Alexis Couvreur
parent
793fd26804
commit
2aaeecd88b
@@ -183,7 +183,7 @@ sablier --help
|
||||
# or
|
||||
|
||||
docker run acouvreur/sablier[:version] --help
|
||||
# ex: docker run acouvreur/sablier:v1.0.0 --help
|
||||
# ex: docker run acouvreur/sablier:1.2.0 --help
|
||||
```
|
||||
|
||||
All arguments can be used in the form of the config file such as
|
||||
@@ -219,7 +219,7 @@ Choose one of the Docker images and run it with one sample configuration file:
|
||||
|
||||
```bash
|
||||
docker run -d -p 10000:10000 \
|
||||
-v $PWD/sablier.yml:/etc/sablier/sablier.yml acouvreur/sablier:1.1.0
|
||||
-v $PWD/sablier.yml:/etc/sablier/sablier.yml acouvreur/sablier:1.2.0
|
||||
```
|
||||
|
||||
### Use the binary distribution
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:1.1.0
|
||||
image: acouvreur/sablier:1.2.0
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
labels:
|
||||
|
||||
@@ -21,7 +21,7 @@ version: 3.9
|
||||
|
||||
services:
|
||||
sablier:
|
||||
image: acouvreur/sablier:local
|
||||
image: acouvreur/sablier:1.2.0
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '/path/to/my/themes:/etc/sablier/themes'
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
serviceAccount: sablier
|
||||
containers:
|
||||
- name: sablier
|
||||
image: acouvreur/sablier:1.1.1
|
||||
image: acouvreur/sablier:1.2.0
|
||||
args:
|
||||
- "start"
|
||||
- "--provider.name=kubernetes"
|
||||
|
||||
@@ -17,7 +17,7 @@ experimental:
|
||||
plugins:
|
||||
sablier:
|
||||
moduleName: "github.com/acouvreur/sablier"
|
||||
version: "v1.0.0"
|
||||
version: "v1.2.0"
|
||||
```
|
||||
|
||||
2. Configure the plugin using the Dynamic Configuration. Example:
|
||||
@@ -79,7 +79,7 @@ services:
|
||||
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:local
|
||||
image: acouvreur/sablier:1.2.0
|
||||
command:
|
||||
- start
|
||||
- --provider.name=docker
|
||||
|
||||
Reference in New Issue
Block a user