mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 14:31:51 +01:00
docs(release): update doc version from 1.8.1 to 1.8.2
Some checks failed
Build / Build (push) Has been cancelled
Docker / Build Sablier Docker image (linux/amd64) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm/v7) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm64) (push) Has been cancelled
Build Sablier plugins / Build Sablier docker image once and share it to E2E jobs (push) Has been cancelled
Build Sablier plugins / Build Traefik Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy docker image once and share it to Caddy E2E jobs (push) Has been cancelled
Build Sablier plugins / Build ProxyWasm Plugin once and share it to ProxyWasm E2E jobs (push) Has been cancelled
Release / Release (push) Has been cancelled
Docker / Merge and Publish multiarch (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (kubernetes) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Apache APISIX (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Envoy (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Nginx (docker) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Docker / Build Sablier Docker image (linux/amd64) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm/v7) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm64) (push) Has been cancelled
Build Sablier plugins / Build Sablier docker image once and share it to E2E jobs (push) Has been cancelled
Build Sablier plugins / Build Traefik Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy docker image once and share it to Caddy E2E jobs (push) Has been cancelled
Build Sablier plugins / Build ProxyWasm Plugin once and share it to ProxyWasm E2E jobs (push) Has been cancelled
Release / Release (push) Has been cancelled
Docker / Merge and Publish multiarch (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (kubernetes) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Apache APISIX (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Envoy (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Nginx (docker) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
@@ -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.1 --help
|
# ex: docker run sablierapp/sablier:1.8.2 --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
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
image: acouvreur/whoami:v1.10.2
|
image: acouvreur/whoami:v1.10.2
|
||||||
|
|
||||||
sablier:
|
sablier:
|
||||||
image: sablierapp/sablier:1.8.1
|
image: sablierapp/sablier:1.8.2
|
||||||
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.1
|
image: sablierapp/sablier:1.8.2
|
||||||
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.1
|
image: sablierapp/sablier:1.8.2
|
||||||
volumes:
|
volumes:
|
||||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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.1"
|
- "--experimental.plugins.sablier.version=v1.8.2"
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
serviceAccountName: sablier
|
serviceAccountName: sablier
|
||||||
containers:
|
containers:
|
||||||
- name: sablier
|
- name: sablier
|
||||||
image: sablierapp/sablier:1.8.1
|
image: sablierapp/sablier:1.8.2
|
||||||
args:
|
args:
|
||||||
- "start"
|
- "start"
|
||||||
- "--provider.name=kubernetes"
|
- "--provider.name=kubernetes"
|
||||||
|
|||||||
@@ -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.1
|
image: sablierapp/sablier:1.8.2
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["sablier", "health"]
|
test: ["sablier", "health"]
|
||||||
interval: 1m30s
|
interval: 1m30s
|
||||||
|
|||||||
@@ -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.1
|
-v $PWD/sablier.yml:/etc/sablier/sablier.yml sablierapp/sablier:1.8.2
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use the binary distribution
|
## Use the binary distribution
|
||||||
|
|||||||
@@ -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.1
|
--experimental.plugins.sablier.version=v1.8.2
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- tabs:end -->
|
<!-- tabs:end -->
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ PROVIDER_NAME=docker
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
sablier:
|
sablier:
|
||||||
image: sablierapp/sablier:1.8.1
|
image: sablierapp/sablier:1.8.2
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker
|
- --provider.name=docker
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ PROVIDER_NAME=docker_swarm # or swarm
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
sablier:
|
sablier:
|
||||||
image: sablierapp/sablier:1.8.1
|
image: sablierapp/sablier:1.8.2
|
||||||
command:
|
command:
|
||||||
- start
|
- start
|
||||||
- --provider.name=docker_swarm # or swarm
|
- --provider.name=docker_swarm # or swarm
|
||||||
|
|||||||
@@ -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.1
|
image: sablierapp/sablier:1.8.2
|
||||||
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'
|
||||||
|
|||||||
@@ -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.1:plugins/caddy -t caddy:with-sablier
|
docker build https://github.com/sablierapp/sablier.git#v1.8.2:plugins/caddy -t caddy:with-sablier
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.1`)
|
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.2`)
|
||||||
|
|
||||||
### By updating your Caddy Dockerfile
|
### By updating your Caddy Dockerfile
|
||||||
|
|
||||||
|
|||||||
@@ -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.1
|
- --experimental.plugins.sablier.version=v1.8.2
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user