Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/helm/culvert/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: culvert
description: OpenVPN + WireGuard VPN server, optionally tunnelled over HTTPS, with OIDC SSO and external PKI
type: application
version: 2.1.14
appVersion: "v2.1.14"
version: 2.1.15
appVersion: "v2.1.15"

icon: https://raw.githubusercontent.com/hyperi-io/culvert/main/assets/brand/product-culvert/light/product-culvert_square_400w.png

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name = "culvert"
version = "0.0.0"
description = "Culvert - OpenVPN + WireGuard, optionally tunnelled over HTTPS, with OIDC SSO and external PKI"
requires-python = ">=3.12"
requires-python = ">=3.14"
license = {text = "Apache-2.0"}

# Granular secrets extras on purpose: culvert's backends are file (core,
Expand Down
Loading
Loading