Releases: kellertobias/servobill
Release v1.4.0
What's Changed
1.4.0 (2025-06-25)
✨ Features
- enhance release workflow with changelog extraction and upload (357181d)
Docker images are built and published only once per week, based on the latest release at the time of the build.
For convenience, you should use the major version tag for most deployments:
services:
app:
image: ghcr.io/kellertobias/servobill/app:v1Note: The
latestand version-specific tags are also available, but only updated weekly.
Release v1.3.0
What's Changed
Docker images are built and published only once per week, based on the latest release at the time of the build.
For convenience, you should use the major version tag for most deployments:
services:
app:
image: ghcr.io/kellertobias/servobill/app:v1Note: The
latestand version-specific tags are also available, but only updated weekly.
Release v1.2.6
What's Changed
Docker images are now built and published only once per week, based on the latest release at the time of the build.
The weekly Docker image will be available after the next scheduled weekly build. Images are tagged as follows:
- The exact release version (e.g.,
v1.2.3) - The latest major version (e.g.,
v1) latest
The following example uses the major version output from the release job, since GitHub Actions expressions do not support .split().
For convenience, you should use the major version tag for most deployments:
services:
app:
image: ghcr.io/kellertobias/servobill/app:v1Note: The
latestand version-specific tags are also available, but only updated weekly.
Release v1.2.5
What's Changed
This release includes:
- Docker images tagged with version 1.2.5
- App image:
ghcr.io/kellertobias/servobill/app:1.2.5 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.2.5
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.2.5
workers:
image: ghcr.io/kellertobias/servobill/workers:1.2.5Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.2.5 ./deploy/dockerized/deploy.shRelease v1.2.4
What's Changed
This release includes:
- Docker images tagged with version 1.2.4
- App image:
ghcr.io/kellertobias/servobill/app:1.2.4 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.2.4
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.2.4
workers:
image: ghcr.io/kellertobias/servobill/workers:1.2.4Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.2.4 ./deploy/dockerized/deploy.shRelease v1.2.3
What's Changed
This release includes:
- Docker images tagged with version 1.2.3
- App image:
ghcr.io/kellertobias/servobill/app:1.2.3 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.2.3
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.2.3
workers:
image: ghcr.io/kellertobias/servobill/workers:1.2.3Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.2.3 ./deploy/dockerized/deploy.shRelease v1.2.2
What's Changed
This release includes:
- Docker images tagged with version 1.2.2
- App image:
ghcr.io/kellertobias/servobill/app:1.2.2 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.2.2
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.2.2
workers:
image: ghcr.io/kellertobias/servobill/workers:1.2.2Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.2.2 ./deploy/dockerized/deploy.shRelease v1.2.1
What's Changed
This release includes:
- Docker images tagged with version 1.2.1
- App image:
ghcr.io/kellertobias/servobill/app:1.2.1 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.2.1
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.2.1
workers:
image: ghcr.io/kellertobias/servobill/workers:1.2.1Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.2.1 ./deploy/dockerized/deploy.shRelease v1.2.0
What's Changed
This release includes:
- Docker images tagged with version 1.2.0
- App image:
ghcr.io/kellertobias/servobill/app:1.2.0 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.2.0
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.2.0
workers:
image: ghcr.io/kellertobias/servobill/workers:1.2.0Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.2.0 ./deploy/dockerized/deploy.shRelease v1.1.0
What's Changed
This release includes:
- Docker images tagged with version 1.1.0
- App image:
ghcr.io/kellertobias/servobill/app:1.1.0 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.1.0
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.1.0
workers:
image: ghcr.io/kellertobias/servobill/workers:1.1.0Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.1.0 ./deploy/dockerized/deploy.sh