Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
Highlights:

* Support job cancellation and let administrators globally set the
  default monitor job timeout to avoid regressions when relying on the
  job timeout not being respected, by using:
  * the `--job-timeout` command line parameter
  * the `OBS_RUNNER_DEFAULT_MONITOR_JOB_TIMEOUT` env var
  * the `default_monitor_job_timeout` Helm value
* docker: move to Debian Bookworm
* helm: run with lower privileges, make the rootfs read-only
* helm: automatically rollout the deployment when the secret changes
* ci: move to actively maintained Rust actions
* ci: bump version for a few actions

Skip 0.1.7 because it was tagged on git but not really released.

Signed-off-by: Emanuele Aina <[email protected]>
  • Loading branch information
em- authored and sjoerdsimons committed Feb 8, 2024
1 parent 6c4fbc7 commit b683e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obs-gitlab-runner"
version = "0.1.6"
version = "0.1.8"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:
repository: ghcr.io/collabora/obs-gitlab-runner
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "main"
tag: "0.1.8"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit b683e4f

Please sign in to comment.