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. 26 Feb, 2021 2 commits
    • Buck Doyle's avatar
      Add changelog entry · 8e1bc916
      Buck Doyle authored
      8e1bc916
    • Buck Doyle's avatar
      Fix rendering of DAS interstitial components · 2263d718
      Buck Doyle authored
      With the Ember update, when the will-destroy action is called
      to check the element height, its height is already zero. That
      seems strange but I didn’t look into it any further, as
      using did-insert to store the element lets us check its height
      before any other actions when a processing button is pressed.
      2263d718
  2. 25 Feb, 2021 1 commit
  3. 24 Feb, 2021 7 commits
  4. 23 Feb, 2021 24 commits
  5. 22 Feb, 2021 4 commits
    • Tim Gross's avatar
      deploymentwatcher: reset progress deadline on promotion (#10042) · 174c206b
      Tim Gross authored
      In a deployment with two groups (ex. A and B), if group A's canary becomes
      healthy before group B's, the deadline for the overall deployment will be set
      to that of group A. When the deployment is promoted, if group A is done it
      will not contribute to the next deadline cutoff. Group B's old deadline will
      be used instead, which will be in the past and immediately trigger a
      deployment progress failure. Reset the progress deadline when the job is
      promotion to avoid this bug, and to better conform with implicit user
      expectations around how the progress deadline should interact with promotions.
      174c206b
    • Seth Hoenig's avatar
      Merge pull request #10059 from hashicorp/b-cc-service-tags · fcf81ab5
      Seth Hoenig authored
      consul/connect: Fix bug where connect sidecar services would be unnecessarily re-registered
      fcf81ab5
    • Michael Dwan's avatar
      Add devices to AllocatedTaskResources · e14be0b4
      Michael Dwan authored
      e14be0b4
    • Seth Hoenig's avatar
      consul/connect: Fix bug where connect sidecar services would be unnecessarily re-registered · e3af4695
      Seth Hoenig authored
      This PR fixes a bug where sidecar services would be re-registered into Consul every ~30
      seconds, caused by the parent service having its tags field set and the sidecar_service
      tags unset. Nomad would directly compare the tags between its copy of the sidecar service
      definition and the tags of the sidecar service reported by Consul. This does not work,
      because Consul will under-the-hood set the sidecar service tags to inherit the parent
      service tags if the sidecar service tags are unset. The comparison then done by Nomad
      would not match, if the parent sidecar tags are set.
      
      Fixes #10025
      e3af4695
  6. 19 Feb, 2021 1 commit
  7. 18 Feb, 2021 1 commit