cneira / firecracker-task-driver

nomad task driver that uses firecracker to start micro-vms
Apache License 2.0
145 stars 18 forks source link

Bump github.com/hashicorp/nomad from 0.9.6 to 1.0.14 #18

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/hashicorp/nomad from 0.9.6 to 1.0.14.

Release notes

Sourced from github.com/hashicorp/nomad's releases.

v1.0.11

IMPROVEMENTS:

  • deps: Updated go-memdb to v1.3.2 [GH-11185]

BUG FIXES:

  • audit (Enterprise): Don't timestamp active audit log file. [GH-11198]
  • cli: Display all possible scores in the allocation status table [GH-11128]
  • cli: Fixed a bug where the NOMAD_CLI_NO_COLOR environment variable was not always applied [GH-11168]
  • client: Task vars should take precedence over host vars when performing interpolation. [GH-11206]

Binaries - https://releases.hashicorp.com/nomad/1.0.11/

v1.0.6

https://github.com/hashicorp/nomad/blob/release-1.0.6/CHANGELOG.md

1.0.6 (May 18, 2021)

BUG FIXES:

  • core (Enterprise): Update licensing library to v0.0.11 to include race condition fix. [GH-10253]
  • agent: Only allow querying Prometheus formatted metrics if Prometheus is enabled within the config [GH-10140]
  • api: Ensured that api.LicenseGet returned response meta data [GH-10276]
  • api: Added missing devices block to AllocatedTaskResources [GH-10064]
  • api: Fixed a panic that may occur on concurrent access to an SDK client [GH-10302]
  • cli: Fixed a bug where non-int proxy port would panic CLI [GH-10072]
  • cli: Fixed a bug where snapshot agent command panics on launch [GH-10276]
  • cli: Remove extra linefeeds in monitor.log files written by nomad operator debug. [GH-10252]
  • cli: Fixed a bug where parsing HCLv2 may panic on some variable interpolation syntax [GH-10326] [GH-10419]
  • cli: Fixed a bug where nomad operator debug incorrectly parsed https Consul API URLs. [GH-10082]
  • cli: Fixed a panic where nomad job run or plan would crash when supplied with non-existent -var-file files. [GH-10569]
  • client: Fixed log formatting when killing tasks. [GH-10135]
  • client: Added handling for cgroup-v2 memory metrics [GH-10286]
  • client: Only publish measured allocation memory metrics [GH-10376]
  • client: Fixed a bug where small files would be assigned the wrong content type. [GH-10348]
  • consul/connect: Fixed a bug where job plan always different when using expose checks. [GH-10492]
  • consul/connect: Fixed a bug where HTTP ingress gateways could not use wildcard names. [GH-10457]
  • cni: Fallback to an interface with an IP address if sandbox interface lacks one. [GH-9895]
  • csi: Fixed a bug where volume with IDs that are a substring prefix of another volume could use the wrong volume for feasibility checking. [GH-10158]
  • drivers/docker: Fixed a bug where Dockerfile STOPSIGNAL was not honored. [GH-10441]
  • drivers/raw_exec: Fixed a bug where exit codes could be dropped and return a spurious error. [GH-10494]
  • scheduler: Fixed a bug where Nomad reports negative or incorrect running children counts for periodic jobs. [GH-10145]
  • scheduler: Fixed a bug where jobs requesting multiple CSI volumes could be incorrectly scheduled if only one of the volumes passed feasibility checking. [GH-10143]
  • service: Fixed a bug where new script checks would not be added on job updates. [GH-10403]
  • server: Fixed a bug affecting periodic job summary counts [GH-10145]
  • server: Fixed a bug where draining a node may fail to migrate its allocations [GH-10411]
  • server: Fixed a bug where jobs may not run if submitted with ParentID field set [GH-10424]
  • server: Fixed a panic that may arise on submission of jobs containing invalid service checks [GH-10154]
  • ui: Fixed the rendering of interstitial components shown after processing a dynamic application sizing recommendation. [GH-10094]

... (truncated)

Changelog

Sourced from github.com/hashicorp/nomad's changelog.

1.0.14 (November 19, 2021)

SECURITY:

1.0.13 (November 15, 2021)

IMPROVEMENTS:

  • cli: Improve debug namespace and region support [GH-11269]
  • cli: Update defaults for nomad operator debug flags -interval and -server-id to match common usage [GH-10121]
  • client/plugins/drivermanager: log if there is an error in a driver event [GH-11280]
  • core: Elevated rejected node plan log lines to help diagnose #9506 [GH-11416]

BUG FIXES:

  • agent: Fixed an issue that caused some non-JSON log output when log_json was enabled [GH-11291]
  • agent: Fixed an issue that could cause previous log lines to be overwritten [GH-11386]
  • client: Fixed a bug where network speed fingerprint could fail on Windows [GH-11183]
  • client: Removed spurious error log messages when tasks complete [GH-11273]
  • driver/exec: Set CPU resource limits when cgroup-v2 is enabled [GH-11287]
  • rpc: Set the job deregistration eval priority to the job priority [GH-11426]
  • rpc: Set the job scale eval priority to the job priority [GH-11429]
  • server: Fixed a panic that may occur when preempting multiple allocations on the same node [GH-11346]

1.0.12 (October 5, 2021)

IMPROVEMENTS:

  • build: Updated to Go 1.15.15 [GH-11252]

BUG FIXES:

  • client: Fixed a memory leak in log collector when tasks restart [GH-11261]
  • events: Fixed wildcard namespace handling [GH-10935]

1.0.11 (September 20, 2021)

IMPROVEMENTS:

  • deps: Updated go-memdb to v1.3.2 [GH-11185]

BUG FIXES:

  • audit (Enterprise): Don't timestamp active audit log file. [GH-11198]
  • cli: Display all possible scores in the allocation status table [GH-11128]
  • cli: Fixed a bug where the NOMAD_CLI_NO_COLOR environment variable was not always applied [GH-11168]
  • client: Task vars should take precedence over host vars when performing interpolation. [GH-11206]

... (truncated)

Commits
  • 1fae1e1 Release v1.0.14
  • 0c62d6d Generate files for 1.0.14 release
  • 5e40fc7 docs: add 1.0.4 to changelog
  • e372765 qemu: add args_allowlist to sandbox VM command line inputs
  • 57865a9 Release v1.0.13
  • ec7f086 Generate files for 1.0.13 release
  • a267d2e docs: add 1.0.13 to changelog
  • bccb337 Merge pull request #11426 from hashicorp/b-set-dereg-eval-priority-correctly
  • 1c33da9 Merge pull request #11429 from hashicorp/b-set-scale-eval-priority-correctly
  • bd6f1eb Merge pull request #11416 from hashicorp/f-rejected-info
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cneira/firecracker-task-driver/network/alerts).