Skip to content

Commit

Permalink
backport of commit 855dc2a
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jul 25, 2023
1 parent 937d927 commit e0e1231
Show file tree
Hide file tree
Showing 3,690 changed files with 6,917 additions and 47,888 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 0 additions & 4 deletions .changelog/11041.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/13343.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16099.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16134.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16221.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16228.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16243.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16463.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16743.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16763.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16908.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/16932.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17010.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17017.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17041.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17044.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17045.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17065.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17074.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17084.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17138.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17196.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17214.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17309.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17334.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17341.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17343.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17345.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17354.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17421.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17576.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17579.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17645.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17647.txt

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/17652.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
scheduler: Fixed a bug that could cause replacements for failed allocations to be placed in the wrong datacenter during a canary deployment
```
3 changes: 0 additions & 3 deletions .changelog/17752.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17754.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17783.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17843.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17911.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17915.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17932.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17933.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17935.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/17938.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/18017.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/18021.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/18051.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ project {
header_ignore = [
"command/asset/*.hcl",
"command/agent/bindata_assetfs.go",
// Enterprise files do not fall under the open source licensing. OSS-ENT
// merge conflicts might happen here, please be sure to put new OSS
// exceptions above this comment.
]
}
3 changes: 0 additions & 3 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# This commit just fixes some typos and isn't useful
b0a20b4dc965a38b0c843f47c16685ccad7439da

# giant copywrite headers commit
f005448366ed3e796a2f22696d8c063dff4677f8
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
goos: [windows]
goarch: ["amd64"]
goarch: ["386", "amd64"]
fail-fast: true

name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
matrix:
goos: [linux]
goarch: ["arm", "arm64", "amd64"]
goarch: ["arm", "arm64", "386", "amd64"]
fail-fast: true

name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down Expand Up @@ -167,7 +167,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y \
libc6-dev-i386 \
libpcre3-dev \
linux-libc-dev:i386
sudo apt-get install -y \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/copywrite.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

run:
# Timeout for analysis.
deadline: 10m
Expand Down
3 changes: 0 additions & 3 deletions .release/linux/package/etc/nomad.d/nomad.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

# Full configuration options can be found at https://www.nomadproject.io/docs/configuration

data_dir = "/opt/nomad/data"
Expand Down
3 changes: 0 additions & 3 deletions .release/release-metadata.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

url_license = "https://github.com/hashicorp/nomad/blob/main/LICENSE"
url_project_website = "https://www.nomadproject.io/"
url_source_repository = "https://github.com/hashicorp/nomad"
3 changes: 0 additions & 3 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

container {
secrets {
all = false
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/api_errorf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: "fmt_errorf_unformatted_use"
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
# Check `release-note` in changelog entries.
# https://semgrep.dev/s/DyRW
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/fsm_time.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: "no-time-in-fsm"
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/go_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
# Check `require` or `assert` testify overrides.
# https://semgrep.dev/s/PgAq
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/http_endpoint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: "http-endpoint-request-decode-error-code"
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/loopclosure.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: loopclosure
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/protect_globals.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: "no-overriding-struct-globals"
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/rpc_endpoint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
# Check potentially unauthenticated RPC endpoints. Technically more
# authorization (authz) oriented than authn, but before Nomad 1.4/1.5 that
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/rpc_metrics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
# Check for server RPC endpoints without metrics
- id: "rpc-missing-metrics"
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/time_after.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: "time-after-leak"
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .semgrep/ui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

rules:
- id: ui-no-string-extensions
patterns:
Expand Down
Loading

0 comments on commit e0e1231

Please sign in to comment.