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. 02 Jul, 2021 1 commit
  2. 01 Jul, 2021 2 commits
  3. 28 Jun, 2021 4 commits
  4. 25 Jun, 2021 1 commit
  5. 22 Jun, 2021 9 commits
  6. 21 Jun, 2021 5 commits
  7. 18 Jun, 2021 6 commits
  8. 17 Jun, 2021 4 commits
  9. 16 Jun, 2021 4 commits
  10. 15 Jun, 2021 4 commits
    • Seth Hoenig's avatar
      Merge pull request #10765 from hashicorp/b-java-fp-version · e16a3516
      Seth Hoenig authored
      client/fingerprint/java: improve java version string regex matching
      e16a3516
    • Seth Hoenig's avatar
      client/fingerprint/java: improve java version string regex matching · 674183c3
      Seth Hoenig authored
      This PR improves the regular expression used for matching the java
      version string, which varies a lot depending on the java vendor and
      version.
      
      These are the example strings we now test for:
      
      java version "1.7.0_80"
      openjdk version "11.0.1" 2018-10-16
      openjdk version "11.0.1" 2018-10-16
      java version "1.6.0_36"
      openjdk version "1.8.0_192"
      openjdk 11.0.11 2021-04-20 LTS
      
      The last one is a new test added on behalf of #6081, which is
      still broken on today's CentOS 7 default JDK package.
      
      openjdk 11.0.11 2021-04-20 LTS
      OpenJDK Runtime Environment 18.9 (build 11.0.11+9-LTS)
      OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9-LTS, mixed mode, sharing)
      
      ==> Evaluation "21c6caf7" finished with status "complete" but failed to place all allocations:
          Task Group "example" (failed to place 1 allocation):
            * Constraint "${driver.java.version} >= 11.0.0": 1 nodes excluded by filter
          Evaluation "2b737d48" waiting for additional capacity to place remainder
      
      Fixes #6081
      674183c3
    • Seth Hoenig's avatar
      Merge pull request #10764 from hashicorp/b-passfail-lost · 52bf1977
      Seth Hoenig authored
      consul: make failures_before_critical and success_before_passing work with group services
      52bf1977
    • Seth Hoenig's avatar
      docs: add bugfix note to 1.0.8 · 0ef0b2ef
      Seth Hoenig authored
      0ef0b2ef