From 54b2c8add08c24d53506669108bfd63d397b3a8a Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Tue, 6 Feb 2024 15:19:28 +0100 Subject: [PATCH] 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 --- Cargo.toml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e668fd1..3a40211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lava-gitlab-runner" -version = "0.3.0" +version = "0.3.1" authors = ["Sjoerd Simons "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/chart/values.yaml b/chart/values.yaml index c227c0c..df002b0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -19,7 +19,7 @@ image: repository: ghcr.io/collabora/lava-gitlab-runner pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v0.3.0" + tag: "v0.3.1" imagePullSecrets: [] nameOverride: ""