Merge pull request #10612 from hashicorp/docs-cl-fmt
docs: run changelogfmt
This commit is contained in:
commit
e0b92861ef
|
@ -17,7 +17,7 @@ __BACKWARDS INCOMPATIBILITIES:__
|
|||
* licensing: Enterprise licenses are no longer stored in raft or synced between servers. Loading the Enterprise license from disk or environment is required. The `nomad license put` command has been removed. [[GH-10458](https://github.com/hashicorp/nomad/issues/10458)]
|
||||
|
||||
SECURITY:
|
||||
* drivers/docker+exec+java: Disable `CAP_NET_RAW` linux capability by default to prevent ARP spoofing. CVE-2021-32575 [GH-10568](https://github.com/hashicorp/nomad/issues/10568)
|
||||
* drivers/docker+exec+java: Disable `CAP_NET_RAW` linux capability by default to prevent ARP spoofing. CVE-2021-32575 [[GH-10568](https://github.com/hashicorp/nomad/issues/10568)](https://github.com/hashicorp/nomad/issues/10568)
|
||||
|
||||
IMPROVEMENTS:
|
||||
* api: Added an API endpoint for fuzzy search queries [[GH-10184](https://github.com/hashicorp/nomad/pull/10184)]
|
||||
|
@ -115,7 +115,7 @@ BUG FIXES:
|
|||
## 1.0.5 (May 11, 2021)
|
||||
|
||||
SECURITY:
|
||||
* drivers/docker+exec+java: Disable `CAP_NET_RAW` linux capability by default to prevent ARP spoofing. CVE-2021-32575 [GH-10568](https://github.com/hashicorp/nomad/issues/10568)
|
||||
* drivers/docker+exec+java: Disable `CAP_NET_RAW` linux capability by default to prevent ARP spoofing. CVE-2021-32575 [[GH-10568](https://github.com/hashicorp/nomad/issues/10568)](https://github.com/hashicorp/nomad/issues/10568)
|
||||
|
||||
## 1.0.4 (February 24, 2021)
|
||||
|
||||
|
@ -296,7 +296,7 @@ BUG FIXES:
|
|||
## 0.12.12 (May 11, 2021)
|
||||
|
||||
SECURITY:
|
||||
* drivers/docker+exec+java: Disable `CAP_NET_RAW` linux capability by default to prevent ARP spoofing. CVE-2021-32575 [GH-10568](https://github.com/hashicorp/nomad/issues/10568)
|
||||
* drivers/docker+exec+java: Disable `CAP_NET_RAW` linux capability by default to prevent ARP spoofing. CVE-2021-32575 [[GH-10568](https://github.com/hashicorp/nomad/issues/10568)](https://github.com/hashicorp/nomad/issues/10568)
|
||||
|
||||
## 0.12.11 (March 18, 2021)
|
||||
|
||||
|
|
Loading…
Reference in New Issue