Skip to content

Releases: kepler16/kl

v2.10.1

27 Sep 12:18
4c99e57
Compare
Choose a tag to compare
Upgrade github actions

v2.10.0

03 Aug 13:31
488537d
Compare
Choose a tag to compare
Merge pull request #10 from kepler16/jv/change-twmtvynylvlk

Automatically resolve repo default branch

v2.9.0

16 Jul 23:29
26df3aa
Compare
Choose a tag to compare
Merge pull request #7 from kepler16/jv/change-pxorrozussoy

Add support for regex in hosts

v2.8.2

20 Jan 16:07
dfe189d
Compare
Choose a tag to compare
Change LICENCE to MIT

v2.8.1

19 Jan 11:14
b69d7f5
Compare
Choose a tag to compare
Allow setting service and endpoint as arguments for set-endpoint comm…

v2.8.0

22 Nov 04:10
4719d87
Compare
Choose a tag to compare
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

21 Nov 01:32
f73dcc3
Compare
Choose a tag to compare
Improve route listing

v2.7.1

17 Nov 04:10
71a8508
Compare
Choose a tag to compare
Add better instructions on setting up dns for linux/mac

v2.7.0

16 Nov 06:11
cbfeecd
Compare
Choose a tag to compare
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

16 Nov 03:35
cc7e247
Compare
Choose a tag to compare
Rename containers down to containers stop