Skip to content

Commit 54b2c8a

Browse files
committed
Release 0.3.1
Changelog: * cargo: update dependencies * 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 * ci: move from bors to GitHub merge queues Signed-off-by: Emanuele Aina <[email protected]>
1 parent 0f28aca commit 54b2c8a

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 = "lava-gitlab-runner"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Sjoerd Simons <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ image:
1919
repository: ghcr.io/collabora/lava-gitlab-runner
2020
pullPolicy: Always
2121
# Overrides the image tag whose default is the chart appVersion.
22-
tag: "v0.3.0"
22+
tag: "v0.3.1"
2323

2424
imagePullSecrets: []
2525
nameOverride: ""

0 commit comments

Comments
 (0)