This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 27 Jan, 2022 1 commit
  2. 24 Jan, 2022 3 commits
  3. 19 Jan, 2022 3 commits
  4. 18 Jan, 2022 1 commit
  5. 13 Jan, 2022 2 commits
  6. 12 Jan, 2022 2 commits
  7. 23 Dec, 2021 1 commit
    • Tim Gross's avatar
      deps: upgrade go-getter to 1.5.10 (#11740) · 000354a7
      Tim Gross authored
      The `go-getter` library was updated to 1.5.9 in #11481 to pick up a
      bug fix for automatically unpacking uncompressed tar archives. But
      this version had a regression in git `ref` param behavior and was
      patched in 1.5.10.
      000354a7
  8. 17 Nov, 2021 6 commits
  9. 15 Nov, 2021 1 commit
  10. 05 Nov, 2021 1 commit
  11. 27 Oct, 2021 1 commit
  12. 14 Oct, 2021 1 commit
  13. 07 Oct, 2021 1 commit
  14. 05 Oct, 2021 1 commit
  15. 01 Oct, 2021 1 commit
  16. 29 Sep, 2021 1 commit
  17. 16 Sep, 2021 1 commit
    • James Rasell's avatar
      allow configuration of Docker hostnames in bridge mode (#11173) · e34fa583
      James Rasell authored
      Add a new hostname string parameter to the network block which
      allows operators to specify the hostname of the network namespace.
      Changing this causes a destructive update to the allocation and it
      is omitted if empty from API responses. This parameter also supports
      interpolation.
      
      In order to have a hostname passed as a configuration param when
      creating an allocation network, the CreateNetwork func of the
      DriverNetworkManager interface needs to be updated. In order to
      minimize the disruption of future changes, rather than add another
      string func arg, the function now accepts a request struct along with
      the allocID param. The struct has the hostname as a field.
      
      The in-tree implementations of DriverNetworkManager.CreateNetwork
      have been modified to account for the function signature change.
      In updating for the change, the enhancement of adding hostnames to
      network namespaces has also been added to the Docker driver, whilst
      the default Linux manager does not current implement it.
      e34fa583
  18. 15 Sep, 2021 1 commit
  19. 07 Sep, 2021 1 commit
  20. 25 Aug, 2021 1 commit
  21. 27 Jul, 2021 1 commit
    • Mahmood Ali's avatar
      Update some dependencies to match Enterprise (#10940) · 79cd4f8f
      Mahmood Ali authored
      Noticed that the private Enterprise repository dependencies drifted a bit. Here, we update the OSS to the dependencies used by Enterprise.
      
      We should update all dependencies as a matter of hygiene, but that's an issue for another time.
      79cd4f8f
  22. 23 Jul, 2021 1 commit
  23. 22 Jul, 2021 1 commit
  24. 20 Jul, 2021 1 commit
  25. 13 Jul, 2021 1 commit
  26. 21 Jun, 2021 1 commit
  27. 17 Jun, 2021 1 commit
  28. 09 Jun, 2021 1 commit
    • Isabel Suchanek's avatar
      cli: add monitor flag to deployment status · 0edda116
      Isabel Suchanek authored
      Adding '-verbose' will print out the allocation information for the
      deployment. This also changes the job run command so that it now blocks
      until deployment is complete and adds timestamps to the output so that
      it's more in line with the output of node drain.
      
      This uses glint to print in place in running in a tty. Because glint
      doesn't yet support cmd/powershell, Windows workflows use a different
      library to print in place, which results in slightly different
      formatting: 1) different margins, and 2) no spinner indicating
      deployment in progress.
      0edda116
  29. 30 Apr, 2021 1 commit