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. 13 Feb, 2021 4 commits
  2. 12 Feb, 2021 3 commits
  3. 11 Feb, 2021 5 commits
  4. 10 Feb, 2021 4 commits
  5. 09 Feb, 2021 5 commits
    • Seth Hoenig's avatar
      Merge pull request #9990 from hashicorp/f-nsiso-task · c7b5ae65
      Seth Hoenig authored
      drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior
      c7b5ae65
    • Seth Hoenig's avatar
      Merge pull request #9995 from hashicorp/f-expose-custom · dbfde6a0
      Seth Hoenig authored
      consul/connect: enable custom sidecars to use expose checks
      dbfde6a0
    • Seth Hoenig's avatar
      docs: fix egregious changelog ordering · bc710d8f
      Seth Hoenig authored
      bc710d8f
    • Seth Hoenig's avatar
      consul/connect: enable custom sidecars to use expose checks · af48777d
      Seth Hoenig authored
      This PR enables jobs configured with a custom sidecar_task to make
      use of the `service.expose` feature for creating checks on services
      in the service mesh. Before we would check that sidecar_task had not
      been set (indicating that something other than envoy may be in use,
      which would not support envoy's expose feature). However Consul has
      not added support for anything other than envoy and probably never
      will, so having the restriction in place seems like an unnecessary
      hindrance. If Consul ever does support something other than Envoy,
      they will likely find a way to provide the expose feature anyway.
      
      Fixes #9854
      af48777d
    • Buck Doyle's avatar
      Fix exec escaping for emoji task name (#7813) · 24b9a899
      Buck Doyle authored
      This closes #7459.
      
      While emoji don’t actually need escaping, expanding the
      expression that enumerates all task name characters that
      don’t need escaping to include emoji is prohibitive, since
      it’s a discontinuous range. The emoji-regex project has
      such an expression and it’s 12kB.
      
      This fixes the regular expression to property escape emoji
      as a single character instead of as its component bytes.
      Thanks to @DingoEatingFuzz for the suggestion.
      24b9a899
  6. 08 Feb, 2021 14 commits
  7. 05 Feb, 2021 5 commits