Skip to content

v4.5.3

commit 67697f5db8c8983cb0b3deb2275dd395d39d4fc8
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Nov 18 22:03:57 2020 -0600

    feat(cli): unbundle contents to yaml with format option

M   cli/contents.go

commit 3c33e75068a6f35587d40adf42e4bbd05df28333
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Thu Oct 29 09:28:21 2020 -0500

    fix(store): Have the file Store set Name on open.

    This brings it in-line with all the other Store types.

M   store/file.go

commit 9ae27cfb58635bfec9da4693066c5b8b94fd70f2
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Wed Oct 14 09:45:08 2020 -0500

    fix(agent): Switch to using a hard fork of the service package.

    It is overly strict about determining what init system it is using,
    causing detection to fail in cases where the service install environment
    is not the same as the enviropnment in which the service will be started.

M   cli/agent.go
M   go.mod
M   go.sum

commit cee829a4a3a96922e901aaf040b5410248c8fe02
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Tue Nov 17 12:04:45 2020 -0600

    fix(dhcp): Allow spaces in the dhcp options

M   models/dhcpOption.go

End of Note