Skip to content

v4.3.0-beta7

commit c4eaa4eca4cc7ac97fef70e3de3e576c71ab2eff
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Mon May 4 12:10:42 2020 -0500

    fix(tests): Update unit tests for new machine search items

M   cli/test-data/output/TestCorePieces/machines.indexes/stdout.expect

commit f57bd27f0894d02310d4ad27b8a6cb6b357e3139
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Mon May 4 11:24:26 2020 -0500

    feat(api): allow for NO PROXY token and user sessions

    Many things need the PROXY not be turned on like it is.
    The proxy is fine for a singleton runner on a lone machine,
    but for testing environments and within the server, the proxy
    gets in the way.

M   api/client.go

commit b9a5db7ee95b36a0e064b5ee0524eb8d9f7eb583
Author: Meshiest <meek.mesh@gmail.com>
Date:   Mon May 4 10:52:58 2020 -0500

    feat(ux): include version in docs indexer

M   tools/docs-indexer.sh

commit 86b7e89765ab12a47516b2dc848dfe3b59468126
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Tue Apr 28 13:44:03 2020 -0500

    feat(fingerprint): machine fingerprint models and Gohai updates

    Add the required models and machine code changes to allow for detcting
    what Machine record most closely matches the current running machine.

    Currently, this is based on a combination of matching certian classes of
    DMI information, memory serial numbers, and MAC address matching.

    This will eventually allow dr-provision to be resilient in the face
    of hardware changes when running tasks.

M   cli/machines.go
M   cli/startup.go
M   go.mod
M   go.sum
M   models/machine.go
M   models/role.go
A   models/whoami.go

End of Note