fix(test/certificate-provisioning): Update certificate provisioning tests with updated port mapping and ACME options; use accountEmail instead of contactEmail, adjust auto-api route creation to use HTTPS terminate helper, and refine expectations for wildcard passthrough domains.

This commit is contained in:
2025-05-10 18:58:28 +00:00
parent 81293c6842
commit 38bacd0e91
3 changed files with 67 additions and 33 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-05-10 - 16.0.2 - fix(test/certificate-provisioning)
Update certificate provisioning tests with updated port mapping and ACME options; use accountEmail instead of contactEmail, adjust auto-api route creation to use HTTPS terminate helper, and refine expectations for wildcard passthrough domains.
- Changed portMap mapping: HTTP now maps 80 to 8080 and HTTPS from 443 to 4443
- Replaced 'contactEmail' with 'accountEmail' in ACME configuration (set to 'test@bleu.de')
- Updated auto-api route to use createHttpsTerminateRoute instead of createApiRoute for consistency
- Adjusted expectations: passthrough domains are now included in certificate extraction when using terminate route with certificate 'auto'
- Minor cleanup in test event handling and proxy stop routines
## 2025-05-10 - 16.0.1 - fix(smartproxy)
No changes in this commit; configuration and source remain unchanged.