Skip to content

Releases: kepler16/kl

v2.15.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 23:47
900b6a6

Changes

  • Respond with NXDOMAIN for unsupport .test records in 900b6a6

Full Changelog: v2.15.1...v2.15.2

v2.15.1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:01
fbecedd

Changes

  • Fix DNS resolution regression from 656bc1d in fbecedd

    The switch to coredns resulted in DNS resolution requests for non .test
    domains failing to resolve.

    This was due to the lack of a fallback when the .test match failed.

Full Changelog: v2.15.0...v2.15.1

v2.15.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 12:42
75611f5

Changes

  • Add new service management TUI using charm.clj in 75611f5

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 11:18
656bc1d

Changes

  • Update traefik container to 3.6 in 40a59d1
  • Replace both dnsmasq containers with coredns in 656bc1d

    This replaces the two dnsmasq constainers that make up the network
    topology with a single coredns container. This is for a few reasons:

    1. Dnsmasq is very legacy and it and its containers are unmaintained for
      years.
    2. We reduce the number of containers we need to run, which is more
      efficient.
    3. The coredns containers support multiple architectures, so we don't
      need to run them under emulation.

v2.13.1

Choose a tag to compare

@github-actions github-actions released this 23 Jan 16:39
c60506b

Changes

  • Build kl with 64k page size by default in c60506b

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 15:55
677df18

Changes

  • Add SELinux shared volume labels in 051ded9

    This allows running this in SELinux-enabled distributions

  • Reference host-gateway instead of static IP in b6dda97

    Allows this to operate correctly with Podman on linux

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 09 May 15:25
e851ceb
Add a flag to `stop` which deletes volumes

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 06 May 20:56
a37e3bf
Fix gum selection height

v2.10.2

Choose a tag to compare

@github-actions github-actions released this 05 Dec 15:42
0815a05
Handle missing endpoint or service gracefully

v2.10.1

Choose a tag to compare

@github-actions github-actions released this 27 Sep 12:18
4c99e57
Upgrade github actions