Releases: kepler16/kl
Releases · kepler16/kl
v2.10.1
v2.10.0
Merge pull request #10 from kepler16/jv/change-twmtvynylvlk Automatically resolve repo default branch
v2.9.0
Merge pull request #7 from kepler16/jv/change-pxorrozussoy Add support for regex in hosts
v2.8.2
Change LICENCE to MIT
v2.8.1
Allow setting service and endpoint as arguments for set-endpoint comm…
v2.8.0
Support --add-host with defaults for linux Add a new `--add-host` multi flag to the `kl network start` command which allows configuring additional hosts on the proxy container. In addition to this, on linux, the `host.docker.internal:172.17.0.1` host is added to be consistent with macos.
v2.7.2
Improve route listing
v2.7.1
Add better instructions on setting up dns for linux/mac
v2.7.0
Resolve module-diff from filesystem Currently the module diff is calculated by comparing the new module lock to the old module lock. This isn't good enough as it doesn't account for cases where: 1) The modules on disk are removed or altered independently from kl and things are now out-of-sync. 2) The lockfile itself is manually modified (perhaps to rollback). In these cases we need to compare what is on disk with the current module lock and use that diff to download/remove modules.
v2.6.0
Rename containers down to containers stop