Skip to content

Releases: kellertobias/servobill

Release v1.4.0

25 Jun 20:35

Choose a tag to compare

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:v1

Note: The latest and version-specific tags are also available, but only updated weekly.

Release v1.3.0

25 Jun 00:10

Choose a tag to compare

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:v1

Note: The latest and version-specific tags are also available, but only updated weekly.

Release v1.2.6

24 Jun 23:53

Choose a tag to compare

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:v1

Note: The latest and version-specific tags are also available, but only updated weekly.

Release v1.2.5

24 Jun 02:12

Choose a tag to compare

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.5

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.2.5 ./deploy/dockerized/deploy.sh

Release v1.2.4

24 Jun 02:02

Choose a tag to compare

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.4

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.2.4 ./deploy/dockerized/deploy.sh

Release v1.2.3

24 Jun 01:25

Choose a tag to compare

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.3

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.2.3 ./deploy/dockerized/deploy.sh

Release v1.2.2

23 Jun 00:15

Choose a tag to compare

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.2

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.2.2 ./deploy/dockerized/deploy.sh

Release v1.2.1

22 Jun 12:17

Choose a tag to compare

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.1

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.2.1 ./deploy/dockerized/deploy.sh

Release v1.2.0

22 Jun 12:12

Choose a tag to compare

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.0

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.2.0 ./deploy/dockerized/deploy.sh

Release v1.1.0

22 Jun 11:11

Choose a tag to compare

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.0

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.1.0 ./deploy/dockerized/deploy.sh