Skip to content

v3.4.0

commit b031eaf6092c2f97fca2012b4994d610780ce937
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Mon Dec 4 12:15:21 2017 -0600

    Knonw Machine tokens should update jobs as well as patch them.

    The Agent CLI should Patch the job and not update.  it is safer.

M   backend/renderData.go

commit bbf37edbb31a644b9ee2366cc67979165cff2e62
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Mon Dec 4 10:27:22 2017 -0600

    Fix a missing location where we should have been setting CurrentTask to -1

M   backend/machines.go

commit 6ce806ddde7fce25930f9844324408a8fac8052e
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Mon Dec 4 10:31:02 2017 -0600

    Remove cluster meta data requirement

M   backend/renderData.go
M   backend/renderData_test.go

commit 383b8c9b80ffc9706f1a7acb119f14a851a2b1c5
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Sat Dec 2 20:52:28 2017 -0600

    Add GenerateProfileToken to generate a cluster
    profile access token for machines.

M   backend/renderData.go
M   backend/renderData_test.go

commit 86d5aad0a3d3a66ee68f6cb951a2239a1b68438f
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Nov 30 21:09:18 2017 -0600

    Remove plugin providers before adding them.

M   midlayer/controller.go

commit ceac1b5103e68369c8f007da284b9989e6b6b177
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Thu Nov 30 15:58:24 2017 -0600

    Epic rewrite of the CLI to use the native API.

    This includes:

    * Built-in change-stage processing that does not require
      a dedicated change-stage task.

    * A rewritten CLI test framework that requires less ongoing
      maintenance than the previous one.

    * Several API consistency updates around how we return errors.

    * A rewritten CLI that uses the native API and which is more
      maintainable and extensible compared to the previous API.

M   backend/bootenv.go
M   backend/dataTracker.go
M   backend/jobs.go
M   backend/machines.go
M   backend/param.go
M   backend/plugins.go
M   backend/profiles.go
M   backend/stage.go
M   backend/stage_test.go
M   backend/subnet.go
M   backend/task.go
M   backend/template.go
M   backend/user.go
A   cmds/regex_test/testRe.go
M   frontend/frontend.go
M   frontend/jobs.go
M   frontend/leases.go
M   frontend/machines.go
M   frontend/plugin_providers.go
M   frontend/plugins.go
M   frontend/profiles.go
M   frontend/reservations.go
M   frontend/users.go
M   midlayer/controller.go
M   midlayer/dhcp.go
M   pacman/PKGBUILD
M   server/assets.go

commit 572808daa7be50be09c2e853bdd625b5172b37b2
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Nov 29 11:23:16 2017 -0600

    Remove addition 3des cipher

M   server/server.go

commit 434aa17e452ec595afd48f932686429991ce5dfb
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Nov 29 09:07:48 2017 -0600

    Use the same ciphers as DRv2

M   server/server.go

commit b73bf6b7488a65778b09a13483cbf25c5fe7e7ba
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Sun Nov 26 16:45:02 2017 -0600

    add check graphic for test

A   embedded/assets/swagger-ui/images/check.png

commit eafe2926a90642a6fd867e71ca6e1e5e0ab454ab
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Mon Nov 20 21:15:27 2017 -0600

    Create a tls default cipher list that is restricted
    to strong ciphers.  Add a flag to --use-old-ciphers
    to put the previous behaviour back.

M   server/server.go

End of Note