release: v0.10.53 - fix: shell-quote SDLC command args to handle spaces in titles
This commit is contained in:
parent
022184ef6a
commit
19837f7251
11
changelog/v0.10.53.md
Normal file
11
changelog/v0.10.53.md
Normal file
@ -0,0 +1,11 @@
|
||||
# v0.10.53
|
||||
|
||||
**Released:** 2026-02-05
|
||||
|
||||
## Changes
|
||||
|
||||
fix: shell-quote SDLC command args to handle spaces in titles
|
||||
|
||||
---
|
||||
|
||||
**Image:** `ghcr.io/orchard9/rdev-api:v0.10.53`
|
||||
@ -24,7 +24,7 @@ spec:
|
||||
serviceAccountName: rdev-api
|
||||
containers:
|
||||
- name: rdev-api
|
||||
image: ghcr.io/orchard9/rdev-api:v0.10.52
|
||||
image: ghcr.io/orchard9/rdev-api:v0.10.53
|
||||
imagePullPolicy: Always
|
||||
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user