commit bec5d6e91878765b592621e16b4ebbe373665a98
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Nov 19 00:19:41 2020 -0600
build: update to v453
M go.mod
M go.sum
commit b7451b38afba265bb8bc1641b4143ef7e86ae80d
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Nov 18 22:08:18 2020 -0600
fix(api): allow regexp and equals work on parameters.
M backend/machines.go
M backend/utils.go
commit 808ff75bbb7ca7d4ff73a99122de199608dc86cb
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Nov 11 11:41:15 2020 -0600
fix(pools): Remove panics that should have been cleaned
M frontend/pools.go
commit c8aeac16bec85932052120400ff74fb87dfbc6b2
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Nov 11 11:31:04 2020 -0600
fix(pools): Look up objects for pools across endpoints
M backend/machines.go
M frontend/pools.go
commit 68dadcc51633ee59f7f6a8ce843e1e16261ac027
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Nov 17 10:04:44 2020 -0600
fix(content): Error when secureData in content cannot be used.
When we upload a content bundle with secure data embedded, make sure
it can be used. If it cannot (due to not having a matching secret key
to decode the content), error out instead of silently accepting a
content bundle that has data we cannot use.
M clitest/contents_test.go
A clitest/test-data/output/TestContentCli/contents.create.929b3e4f89e8128450f2a22800c3dbfd/stderr.expect
M frontend/content.go
commit 5429a6118f9931bb6ba012687a25c1db984514ea
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Nov 17 14:46:33 2020 -0600
fix(dhcp): Ignore unicast DISCOVER packets.
Windows clients will send a unicast DISCOVER to us, which confuses our
DHCP stack. For now, ignore all such packets and force the client to
fall back to sending broadcast DISCOVER packets.
M midlayer/dhcp.go
commit d98bad19b81c9f4eead60a447ee26e971e5ff264
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Nov 12 14:29:30 2020 -0600
fix(log): Expose debug prefs for more logs.
We have grown a few more log categories, and have foolishly failed to
expose their settings as preferences. Add the extra settings to
assist in debugging.
M backend/dataTracker.go
M backend/pluginProviders.go
M clitest/test-data/output/TestContentCli/contents.list.2/stdout.expect
M clitest/test-data/output/TestContentCli/contents.list.3/stdout.expect
M clitest/test-data/output/TestContentCli/contents.list.4/stdout.expect
M clitest/test-data/output/TestContentCli/contents.list.5/stdout.expect
M clitest/test-data/output/TestContentCli/contents.list/stdout.expect
M clitest/test-data/output/TestContentsFunctionalCli/contents.list.2/stdout.expect
M clitest/test-data/output/TestContentsFunctionalCli/contents.list/stdout.expect
M go.mod
M go.sum
End of Note