# [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))
22 lines
509 B
TOML
22 lines
509 B
TOML
[package]
|
|
name = "openconcho"
|
|
version = "0.15.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "openconcho_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-http = "2"
|
|
tauri-plugin-shell = "2"
|
|
tauri-plugin-deep-link = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tokio = { version = "1", features = ["net", "io-util", "time", "rt", "macros"] }
|
|
futures = "0.3"
|