Luiz Aoqui
fdc023019e
ui: fix file formating
2021-12-17 19:47:25 -05:00
Luiz Aoqui
e067b3d75f
changelog: fix entry for #11544
2021-12-17 18:57:54 -05:00
Jai
e813f27b7b
fix: remove eslint disable indent
2021-12-17 09:36:42 -05:00
Jai Bhagat
9dc6ad7b7d
chore: changelog entry
2021-11-23 18:28:33 -05:00
Jai Bhagat
7241a8b24e
fix: add job version filter
2021-11-23 18:24:01 -05:00
Jai Bhagat
203940e26d
fix: filter callbacks use different param
2021-11-23 17:57:35 -05:00
Jai Bhagat
883502fccf
disable eslint for indentation
2021-11-20 10:49:31 -05:00
Jai Bhagat
2f0f6fc0fa
feat: add taskgroup filter to alloc
2021-11-20 10:30:48 -05:00
Jai Bhagat
e3ae0ea7ae
feat: add client status filter
2021-11-20 10:21:28 -05:00
Jai Bhagat
8e15b6c12e
feat: add status filter to allocations
2021-11-20 10:04:15 -05:00
James Rasell
4618002f26
Merge pull request #11541 from hashicorp/f-add-jobstopglobal-website-api-docs
...
docs: add global query param to API job deregister endpoint.
2021-11-19 15:17:05 +01:00
James Rasell
14ee8435f6
Merge pull request #11538 from hashicorp/b-gh-11536
...
terraform: update installed version used to 1.0.11.
2021-11-19 14:47:19 +01:00
James Rasell
88cc158ae1
docs: add global query param to API job deregister endpoint.
2021-11-19 13:45:24 +01:00
James Rasell
e4070b7f41
terraform: update installed version used to 1.0.11.
2021-11-19 09:33:11 +01:00
Luiz Aoqui
83b654b866
changelog: add entries for v1.1.7 and v1.0.13 ( #11527 )
2021-11-17 16:31:09 -05:00
dependabot[bot]
e6bfcc4d07
build(deps): bump github.com/hashicorp/cronexpr from 1.1.0 to 1.1.1 in /api ( #11132 )
...
* build(deps): bump github.com/hashicorp/cronexpr in /api
Bumps [github.com/hashicorp/cronexpr](https://github.com/hashicorp/cronexpr ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/cronexpr/releases )
- [Commits](https://github.com/hashicorp/cronexpr/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/cronexpr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod tidy
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Gross <tim@0x74696d.com>
2021-11-17 11:46:48 -05:00
Tim Gross
7f6fca6db9
changelog batch ( #11517 )
2021-11-17 11:24:32 -05:00
Tim Gross
e729133134
api: return 404 for alloc FS list/stat endpoints ( #11482 )
...
* api: return 404 for alloc FS list/stat endpoints
If the alloc filesystem doesn't have a file requested by the List
Files or Stat File API, we currently return a HTTP 500 error with the
expected "file not found" error message. Return a HTTP 404 error
instead.
* update FS Handler
Previously the FS handler would interpret a 500 status as a 404
in the adapter layer by checking if the response body contained
the text or is the response status
was 500 and then throw an error code for 404.
Co-authored-by: Jai Bhagat <jaybhagat841@gmail.com>
2021-11-17 11:15:07 -05:00
Tim Gross
863486ffb0
deps: update go-getter to 1.5.9 ( #11481 )
...
go-getter 1.5.9 includes a patch in 1.5.6 that automatically unpacks
uncompressed tar archives. Previously Nomad only unpacked compressed
archives, but documented that it unpacked all archives.
2021-11-17 11:14:44 -05:00
Charlie Voiselle
176de1bfe6
Refactor sendAck(3) into sendAck(2),sendNack(2),sendAcknowledgement(3) ( #11506 )
2021-11-17 10:49:55 -05:00
dependabot[bot]
8f8d6c13cd
build(deps): bump github.com/kr/pretty from 0.1.0 to 0.3.0 in /api ( #11135 )
...
* build(deps): bump github.com/kr/pretty from 0.1.0 to 0.3.0 in /api
Bumps [github.com/kr/pretty](https://github.com/kr/pretty ) from 0.1.0 to 0.3.0.
- [Release notes](https://github.com/kr/pretty/releases )
- [Commits](https://github.com/kr/pretty/compare/v0.1.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: github.com/kr/pretty
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update in core as well and tidy
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Gross <tim@0x74696d.com>
2021-11-17 10:41:21 -05:00
dependabot[bot]
fe857673da
build(deps): bump github.com/aws/aws-sdk-go from 1.38.20 to 1.42.6 ( #11515 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.38.20 to 1.42.6.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.38.20...v1.42.6 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 10:20:48 -05:00
dependabot[bot]
6cc1105247
build(deps): bump github.com/mitchellh/mapstructure in /api ( #11188 )
...
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure ) from 1.3.3 to 1.4.2.
- [Release notes](https://github.com/mitchellh/mapstructure/releases )
- [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitchellh/mapstructure/compare/v1.3.3...v1.4.2 )
---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 10:04:12 -05:00
dependabot[bot]
df907cd245
build(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2 ( #11325 )
...
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/mitchellh/mapstructure/releases )
- [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitchellh/mapstructure/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 09:32:20 -05:00
dependabot[bot]
6a09befa78
build(deps): bump github.com/fatih/color from 1.9.0 to 1.13.0 ( #11324 )
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.9.0 to 1.13.0.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 09:16:12 -05:00
dependabot[bot]
be4f84de94
build(deps): bump github.com/rs/cors from 1.7.0 to 1.8.0 ( #11323 )
...
Bumps [github.com/rs/cors](https://github.com/rs/cors ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/rs/cors/releases )
- [Commits](https://github.com/rs/cors/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/cors
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 09:03:10 -05:00
dependabot[bot]
21b53e5b31
build(deps): bump github.com/hashicorp/go-cleanhttp in /api ( #11133 )
...
Bumps [github.com/hashicorp/go-cleanhttp](https://github.com/hashicorp/go-cleanhttp ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/hashicorp/go-cleanhttp/releases )
- [Commits](https://github.com/hashicorp/go-cleanhttp/compare/v0.5.1...v0.5.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-cleanhttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 08:42:34 -05:00
dependabot[bot]
759b1e9e3a
build(deps): bump github.com/mitchellh/go-testing-interface in /api ( #11136 )
...
Bumps [github.com/mitchellh/go-testing-interface](https://github.com/mitchellh/go-testing-interface ) from 1.0.0 to 1.14.1.
- [Release notes](https://github.com/mitchellh/go-testing-interface/releases )
- [Commits](https://github.com/mitchellh/go-testing-interface/compare/v1.0.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: github.com/mitchellh/go-testing-interface
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 08:38:35 -05:00
James Rasell
ffd038e440
Merge pull request #11504 from hashicorp/b-update-go-metrics-dep
...
deps: update armon/go-metrics to v0.3.10.
2021-11-17 14:37:11 +01:00
Danish Prakash
1e2c9b3aa0
client: emit max_memory metric ( #11490 )
2021-11-17 08:34:22 -05:00
Luiz Aoqui
7e1b2f1147
Merge release 1.2.0 branch ( #11513 )
2021-11-16 14:16:26 -05:00
Luiz Aoqui
6029fd0e38
update website banner ( #11512 )
2021-11-16 14:15:58 -05:00
Luiz Aoqui
3e1c7caaad
update download to Nomad v1.2.0 ( #11511 )
2021-11-16 12:13:35 -05:00
Luiz Aoqui
12feb598af
docs: add note about the Nomad APM autoscaling plugin and scaling cluster to zero ( #11494 )
2021-11-16 11:58:26 -05:00
Luiz Aoqui
9a09fe160c
docs: remove mutual-exclusion between node class and datacenter in scaling policies ( #11499 )
2021-11-16 11:58:14 -05:00
James Rasell
519851cf1a
changelog: add entry for #11504
2021-11-15 12:01:52 +01:00
James Rasell
fbe1b8eb27
deps: update armon/go-metrics to v0.3.10.
2021-11-15 11:55:50 +01:00
Luiz Aoqui
610a8a05e6
Merge release 1.2.0 rc1 branch ( #11486 )
2021-11-09 17:55:13 -05:00
Luiz Aoqui
d6dc2b10ac
add Nomad v1.2.0-rc1 download box ( #11485 )
2021-11-09 16:37:09 -05:00
kfenech1
26a0158ead
docs: nomad.client.unallocated.memory
is in Megabytes not bytes ( #11468 )
2021-11-08 11:05:11 -05:00
Jai
33aae954e8
Merge pull request #11465 from hashicorp/ui-update-deps
...
Update UI dependencies
2021-11-07 14:15:56 -05:00
Luiz Aoqui
c80f760db7
ui: update node version in GitHub Actions
2021-11-05 20:33:40 -04:00
Dave May
3c04d7927b
cli: refactor operator debug capture ( #11466 )
...
* debug: refactor Consul API collection
* debug: refactor Vault API collection
* debug: cleanup test timing
* debug: extend test to multiregion
* debug: save cmdline flags in bundle
* debug: add cli version to output
* Add changelog entry
2021-11-05 19:43:10 -04:00
Luiz Aoqui
94b7071c98
ui: upgrade xterm 4.10.0 -> 4.15.0 and xterm-addon-fit 0.3.0 -> 0.5.0
2021-11-05 18:09:20 -04:00
Luiz Aoqui
532d6219df
ui: upgrade testem 3.2.0 -> 3.6.0
2021-11-05 18:09:19 -04:00
Luiz Aoqui
521acf688e
ui: upgrade sass 1.32.6 -> 1.43.4
2021-11-05 18:09:19 -04:00
Luiz Aoqui
c6d3950a90
ui: upgrade qunit-dom 1.6.0 -> 2.0.0
2021-11-05 18:09:18 -04:00
Luiz Aoqui
044153275a
ui: upgrade query-string 5.1.1 -> 7.0.1
2021-11-05 18:09:18 -04:00
Luiz Aoqui
f3ad191962
ui: upgrade pretender 3.4.3 -> 3.4.7
2021-11-05 18:09:17 -04:00
Luiz Aoqui
f96f8ea6f0
ui: upgrade lru_map 0.3.3 -> 0.4.1
2021-11-05 18:09:17 -04:00