Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
em- committed Feb 6, 2024
1 parent 0f28aca commit 54b2c8a
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 = "lava-gitlab-runner"
version = "0.3.0"
version = "0.3.1"
authors = ["Sjoerd Simons <[email protected]>"]
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 @@ -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: ""
Expand Down

0 comments on commit 54b2c8a

Please sign in to comment.