Releases: kepler16/kl
Releases · kepler16/kl
Release list
v2.15.2
Changes
- Respond with NXDOMAIN for unsupport .test records in 900b6a6
Full Changelog: v2.15.1...v2.15.2
v2.15.1
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
Changes
- Add new service management TUI using charm.clj in 75611f5
v2.14.0
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:- Dnsmasq is very legacy and it and its containers are unmaintained for
years. - We reduce the number of containers we need to run, which is more
efficient. - The coredns containers support multiple architectures, so we don't
need to run them under emulation.
- Dnsmasq is very legacy and it and its containers are unmaintained for
v2.13.1
Changes
- Build kl with 64k page size by default in c60506b
v2.13.0
v2.12.0
Add a flag to `stop` which deletes volumes
v2.11.0
v2.10.2
Handle missing endpoint or service gracefully