1 Commits

Author SHA1 Message Date
cuddle-please
742e8627e9 chore(release): 0.5.9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-12 13:26:23 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.10] - 2025-01-13 ## [0.5.9] - 2025-01-12
### Fixed ### Other
- make sure to not brick my reverse proxy - fall back on timestamp if file not exists
## [0.5.8] - 2025-01-12 ## [0.5.8] - 2025-01-12

View File

@@ -1,4 +1,4 @@
@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io @${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
handle @${name}-node { handle ${name}-node {
reverse_proxy ${split("/", ip)[0]}:80 reverse-proxy ${split("/", ip)[0]}:80
} }

View File

@@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "Telmate/proxmox" source = "Telmate/proxmox"
version = "3.0.1-rc9" version = "3.0.1-rc6"
} }
} }
required_version = ">= 0.13" required_version = ">= 0.13"