Releases: rekby/lets-proxy2
Autoscale acme accounts
What's Changed
Full Changelog: v0.26.2...v0.26.3
Fix redirect from /test// to /test/ by proxy
Fix account file name
it will transparent in all usual cases.
Disable insecure chipers
-
Disable insecure chipers by default:
https://github.com/rekby/lets-proxy2/blob/3375877a4eed5a05acc16aa78fef30356e05e58c/internal/cert_manager/manager.go#L53 -
Switch new go version to 1.17
-
Switch CI from travis to github actions
github-ci
Update dns lib for fix CVE-2019-19794
Broken change:
target darwin/amd64 excluded from compile by go 1.10
Target change:
Update dns lib for fix CVE-2019-19794
GHSA-44r7-7p62-q3fr
Other changes summary from v.0.23.17 (prev stable release):
-
Add docker router support
Lets-proxy now cat find docker containers, labeled by domain and proxy traffic to the containers by labels.
By default search labels lets-proxy.domain.
Now it is initial experiment and must not use in production. It poll container list for every request without cache -
Add flag --debug and --enable-docker-router for run program.
Add non-broken tags for docker
Test autobuild for docker with non-broken version tag.
For example: compatible-0.23 will auto-update to v0.23.21, v0.23.22, ... but for v0.24.1 will create new tag: compatible-0.24
Add auto build docker images
No code changes.
Since the release lets-proxy will auto-build images for docker-hub https://hub.docker.com/repository/docker/rekby/lets-proxy2
Initial support docker router
-
Add docker router support
Lets-proxy now cat find docker containers, labeled by domain and proxy traffic to the containers by labels.
By default search labels lets-proxy.domain.
Now it is initial experiment and must not use in production. It poll container list for every request without cache -
Add flag --debug and --enable-docker-router for run program.
Switch to tests by pebble
No changes in code. Switch to other test/build process only.