From 5aff5349a8b0bd3a7bcb9ce753f37b1c25e3ddbe Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 20 Jul 2026 00:31:12 -0400 Subject: [PATCH] Release 1.1.20: bump proxy submodule to v1.1.17 Pins the proxy submodule to v1.1.17 (wildcard sibling-parent fix: an existing single-label subdomain host can now be attached to a wildcard cert added afterward). Embeds proxy's v1.1.17 changelog in the theta-env release notes. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 12 +++++++++++- proxy | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64af26a..514a66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ for what changed inside the apps it composes. ## [Unreleased] +## [1.1.20] - 2026-07-20 + +### Bumped +- proxy -> [v1.1.17](https://github.com/theta42/proxy/releases/tag/v1.1.17) + +proxy: + +### Fixed +- An existing single-label subdomain host (e.g. `sso.nl.wgnode.com`) could not be attached to a wildcard cert added later (e.g. `*.nl.wgnode.com`): `Host.lookUpWildcardParent()` only checked the wildcard-as-child position (the wildcard's own base domain) and missed the far more common wildcard-as-sibling case, so the edit form's "Parent Wildcard" option stayed permanently greyed out. It now checks both positions, and a regression test covers the sibling case. + ## [1.1.19] - 2026-07-18 ### Bumped @@ -282,7 +292,7 @@ First tagged release. Establishes the `vX.Y.Z` tag convention going forward. - proxy -> [v1.1.0](https://github.com/theta42/proxy/releases/tag/v1.1.0) - sso-manager-node -> [v1.1.0](https://github.com/theta42/sso-manager-node/releases/tag/v1.1.0) -[Unreleased]: https://github.com/theta42/theta-env/compare/v1.1.18...HEAD +[Unreleased]: https://github.com/theta42/theta-env/compare/v1.1.20...HEAD [1.1.17]: https://github.com/theta42/theta-env/compare/v1.1.16...v1.1.17 [1.1.16]: https://github.com/theta42/theta-env/compare/v1.1.15...v1.1.16 [1.1.15]: https://github.com/theta42/theta-env/compare/v1.1.14...v1.1.15 diff --git a/proxy b/proxy index 289a958..21e2956 160000 --- a/proxy +++ b/proxy @@ -1 +1 @@ -Subproject commit 289a9587d62facf67876efc85472f01576e1d6d2 +Subproject commit 21e295615b2d7c12b092c8ad5eee8143d0541277