Skip to content

Commit b683e4f

Browse files
emanueleainasjoerdsimons
authored andcommitted
Release 0.1.8
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]>
1 parent 6c4fbc7 commit b683e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "obs-gitlab-runner"
3-
version = "0.1.6"
3+
version = "0.1.8"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ image:
1717
repository: ghcr.io/collabora/obs-gitlab-runner
1818
pullPolicy: Always
1919
# Overrides the image tag whose default is the chart appVersion.
20-
tag: "main"
20+
tag: "0.1.8"
2121

2222
imagePullSecrets: []
2323
nameOverride: ""

0 commit comments

Comments
 (0)