Skip to content

v4.1.0-beta3

commit bd8553864bbf7807329782fa57e4cac4cd8872fe
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Fri Sep 27 11:10:31 2019 -0500

    Bump go.sum

M   go.sum

commit d12603f36a420187d65789b250deda95a81077f8
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Thu Sep 26 13:33:10 2019 -0500

    Deal properly with confused or non-Context agents.

    Compare the job create request Context field with the machine Context,
    and if they do not match, return 204 to indicate there are no jobs.

    In the case that non context-aware Agent tries to create a job on a
    machine in the empty Context, it will succeed, otherwise it will just
    wait until the Machine has the correct context to actually run
    something.

    Context-aware agents will set the Context field of the job create
    request to the context the Agent is running jobs in, so if one gets
    confused it will just wait for the next machine state change.

M   frontend/job_create.go
M   go.mod
M   go.sum

End of Note