Skip to content

v2.0.6 (Bullseye)

Latest
Compare
Choose a tag to compare
@JedMeister JedMeister released this 05 Apr 03:04
· 71 commits to master since this release
07b5b1a

Update to Confconsole - primarily to support DNS-01 challenges for our Let's Encrypt integration.

I'm posting this release here as it's not yet available via our apt repo (and I'm not sure when it will be).

Here's what's new for this release:

  • Refactored code to provide libconfconsole
  • Make the code PEP8 compliant and include typing
  • Bugfix stunnel not restarting after updating certs
  • Bugfix for standalone tomcat Let's encrypt plugin - closed #1712
  • Move secupdates advanced config (from common) into Confconsole
  • Refactor/improve keyboard setting code; may still need more? -
    relevant to #1695
  • Prefill hostname box with current hostname (taken from /etc/hostname)
  • Bugfix install option not visable in confconsole when running live
  • Add 'hostname' to the interfaces file when setting manual IP
  • Networking (ifutil.py) improvements, preliminary support for wpa_supplicant
  • Implementation of dns-01 challenge support in Confconsole Let's Encrypt
    plugin - big thanks to @NitrogenUA