chore(main): release 1.11.0 (#756)

Co-authored-by: sablier-bot[bot] <186367030+sablier-bot[bot]@users.noreply.github.com>
This commit is contained in:
sablier-bot[bot]
2025-12-07 09:58:52 -05:00
committed by GitHub
parent 6136d4edca
commit af4e738f5e
12 changed files with 29 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
{
".": "1.10.5"
".": "1.11.0"
}

View File

@@ -1,5 +1,19 @@
# Changelog
## [1.11.0](https://github.com/sablierapp/sablier/compare/v1.10.5...v1.11.0) (2025-12-05)
### Features
* **docker:** add docker pause strategy ([#755](https://github.com/sablierapp/sablier/issues/755)) ([0d699ef](https://github.com/sablierapp/sablier/commit/0d699effc34260be35aba0d3acb57d8775bf8f8b))
### Documentation
* add mimic healthcheck ([ff5c447](https://github.com/sablierapp/sablier/commit/ff5c4476bd0a45f4495fdb8e32e1d18e0b32ec4e))
* add quick start ([58896b9](https://github.com/sablierapp/sablier/commit/58896b9feb27577ff8a41e5a8f3e3438761b2f5f))
* update provider features ([d7685f0](https://github.com/sablierapp/sablier/commit/d7685f04a1afd4df1b4acb511ecd9c6051b17e99))
## [1.10.5](https://github.com/sablierapp/sablier/compare/v1.10.4...v1.10.5) (2025-11-23)

View File

@@ -55,7 +55,7 @@ You can install Sablier using one of the following methods:
<!-- x-release-please-start-version -->
![Docker Pulls](https://img.shields.io/docker/pulls/sablierapp/sablier)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/sablierapp/sablier/1.10.5)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/sablierapp/sablier/1.11.0)
<!-- x-release-please-end -->
- **Docker Hub**: [sablierapp/sablier](https://hub.docker.com/r/sablierapp/sablier)
@@ -67,13 +67,13 @@ Choose one of the Docker images and run it with a sample configuration file:
<!-- x-release-please-start-version -->
```bash
docker run -p 10000:10000 -v /var/run/docker.sock:/var/run/docker.sock sablierapp/sablier:1.10.5
docker run -p 10000:10000 -v /var/run/docker.sock:/var/run/docker.sock sablierapp/sablier:1.11.0
```
> [!TIP]
> Verify the image signature to ensure authenticity:
> ```bash
> gh attestation verify --owner sablierapp oci://sablierapp/sablier:1.10.5
> gh attestation verify --owner sablierapp oci://sablierapp/sablier:1.11.0
> ```
<!-- x-release-please-end -->

View File

@@ -92,7 +92,7 @@ sablier --help
# or
docker run sablierapp/sablier:1.10.5 --help
docker run sablierapp/sablier:1.11.0 --help
```
<!-- x-release-please-end -->

View File

@@ -77,7 +77,7 @@ services:
image: acouvreur/whoami:v1.10.2
sablier:
image: sablierapp/sablier:1.10.5 # x-release-please-version
image: sablierapp/sablier:1.11.0 # x-release-please-version
command:
- start
- --provider.name=docker
@@ -112,7 +112,7 @@ services:
image: acouvreur/whoami:v1.10.2
sablier:
image: sablierapp/sablier:1.10.5 # x-release-please-version
image: sablierapp/sablier:1.11.0 # x-release-please-version
command:
- start
- --provider.name=docker
@@ -144,7 +144,7 @@ services:
- sablier.group=demo
sablier:
image: sablierapp/sablier:1.10.5 # x-release-please-version
image: sablierapp/sablier:1.11.0 # x-release-please-version
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
```

View File

@@ -142,7 +142,7 @@
serviceAccountName: sablier
containers:
- name: sablier
image: sablierapp/sablier:1.10.5 # x-release-please-version
image: sablierapp/sablier:1.11.0 # x-release-please-version
args:
- "start"
- "--provider.name=kubernetes"

View File

@@ -17,7 +17,7 @@ The `sablier health` command takes one argument, `--url`, which defaults to `htt
```yml
services:
sablier:
image: sablierapp/sablier:1.10.5
image: sablierapp/sablier:1.11.0
healthcheck:
test: ["sablier", "health"]
interval: 1m30s

View File

@@ -18,7 +18,7 @@ Choose one of the Docker images and run it with a sample configuration file:
<!-- x-release-please-start-version -->
```bash
docker run -d -p 10000:10000 \
-v $PWD/sablier.yaml:/etc/sablier/sablier.yaml sablierapp/sablier:1.10.5
-v $PWD/sablier.yaml:/etc/sablier/sablier.yaml sablierapp/sablier:1.11.0
```
<!-- x-release-please-end -->

View File

@@ -35,7 +35,7 @@ PROVIDER_NAME=docker
```yaml
services:
sablier:
image: sablierapp/sablier:1.10.5
image: sablierapp/sablier:1.11.0
command:
- start
- --provider.name=docker

View File

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

View File

@@ -35,7 +35,7 @@ PROVIDER_NAME=podman
```yaml
services:
sablier:
image: sablierapp/sablier:1.10.5
image: sablierapp/sablier:1.11.0
command:
- start
- --provider.name=podman

View File

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