chore(release): 0.15.0 [skip ci]
# [0.15.0](https://github.com/offendingcommit/openconcho/compare/v0.14.0...v0.15.0) (2026-06-03) ### Bug Fixes * **helm:** guard tmpfs blocks when empty, cap volume names at 63 chars ([d5a65d7](d5a65d73b5)) * **helm:** pdb mutual exclusion, ingress null rules guard, hpa nil utilization guard ([b4939bd](b4939bd57f)) * **helm:** pin busybox:1.36, add -T 10 timeout, use --spider, add activeDeadlineSeconds ([8fac5d0](8fac5d060f)) * **helm:** use http://json-schema.org/draft-07/schema# for Helm compatibility ([8d41455](8d41455e39)) ### Features * **helm:** add _helpers.tpl with name, label, and imageTag partials ([0268275](02682750ab)) * **helm:** add Deployment template with read-only FS, tmpfs, probes ([514e1d4](514e1d46c0)) * **helm:** add NOTES.txt with access instructions and NetworkPolicy/Ingress warning ([ce211df](ce211df48c)) * **helm:** add optional HPA, PDB, and NetworkPolicy templates ([b0b648b](b0b648bdcf)) * **helm:** add optional Ingress template ([9aa106c](9aa106cede)) * **helm:** add Service and ServiceAccount templates ([ee916ea](ee916eabc4)) * **helm:** add test-healthz and test-spa-root helm test jobs ([ee4630e](ee4630e79c)) * **helm:** chart scaffold — Chart.yaml, values, schema ([4112270](411227046a))
This commit is contained in:
2
packages/desktop/src-tauri/Cargo.lock
generated
2
packages/desktop/src-tauri/Cargo.lock
generated
@@ -2256,7 +2256,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "openconcho"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"serde",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openconcho"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user