Michael Lange
733151a18f
Changelog addition
2020-07-10 15:31:25 -07:00
Michael Lange
069d67cbbf
Changelog additions
2020-07-10 15:20:25 -07:00
Seth Hoenig
90318d9436
docs: update changelog for vault policies lookup fix
2020-07-10 13:14:12 -05:00
Buck Doyle
b9708dedcc
Add #8409 to changelog ( #8414 )
2020-07-10 07:53:46 -05:00
Chris Baker
6a06a05731
updated changelog for 0.12.1
2020-07-09 16:53:18 +00:00
Chris Baker
e51b1ede7b
added release date to 0.12.0 CHANGELOG
2020-07-08 21:20:31 +00:00
Seth Hoenig
8e75b9f348
docs: update changelog with note for go modules switch
2020-07-08 14:49:39 -05:00
Seth Hoenig
5b1c0fe4fc
docs: update changelog with some connect fixes
2020-07-08 14:46:45 -05:00
Chris Baker
098ccd23b8
added changelog entry for #8360
2020-07-04 19:10:24 +00:00
Lang Martin
496aab94aa
CHANGELOG agent host ( #8346 )
2020-07-02 14:09:33 -04:00
Mahmood Ali
4436d6861f
changelog for sidecar bug
2020-07-02 12:10:26 -04:00
Lang Martin
717741a4cb
doc: nomad debug cli ( #8278 )
...
* doc: nomad debug cli
* CHANGELOG
* website/data/docs-navigation: add debug to navigation
* contributing/checklist-command: add website nav link to checklist
2020-06-25 13:48:27 -04:00
Mahmood Ali
4f1df4af40
Merge pull request #8261 from hashicorp/f-disable-host-volume-by-default
...
Restrict Host filesystem access in Docker and Qemu
2020-06-25 07:51:13 -04:00
Mahmood Ali
86b84eb936
add github issue links
...
[ci skip]
2020-06-25 07:50:29 -04:00
Seth Hoenig
4c71c0c155
docs: tweak changelog wording for multiregion deployments
2020-06-24 15:33:35 -05:00
Seth Hoenig
4563859e1b
docs: update changelog for connect native
2020-06-24 14:44:43 -05:00
Mahmood Ali
2d64a404e6
docs: update docs for host path flags
2020-06-24 08:03:56 -04:00
Tim Gross
3b84c2d464
changelog for CSI volume context ( #8243 )
2020-06-22 14:49:56 -04:00
Michael Lange
a113346728
Merge pull request #8227 from hashicorp/d-ui/changelog-entries
...
UI changelog entries for 0.12
2020-06-22 08:50:03 -07:00
Mahmood Ali
12ae1cb6cc
changelog: 0.11.3 fixes a unresponsiveness bug
2020-06-22 10:31:24 -04:00
Michael Lange
f79ad482fb
Merge branch 'master' into d-ui/changelog-entries
2020-06-19 16:29:34 -07:00
Michael Lange
d28b630b46
UI changelog entries for 0.12
2020-06-19 15:55:02 -07:00
Michael Schurter
d9a946dae2
docs: add CNI and MIN to changelog for 0.12-beta1
2020-06-19 15:52:18 -07:00
Mahmood Ali
a5c19d43ab
update changelog
2020-06-19 10:18:00 -04:00
Chris Baker
fe9d654640
Merge pull request #8187 from hashicorp/f-8143-block-scaling-during-deployment
...
modify Job.Scale RPC to return an error if there is an active deployment
2020-06-17 14:38:55 -05:00
Tim Gross
ca5161a8b7
changelog for multiregion deployments ( #8188 )
2020-06-17 14:14:04 -04:00
Chris Baker
cd903218f7
added changelog entry and satisfied make check
2020-06-17 17:43:45 +00:00
Chris Baker
6a43aa31a5
changelog for -persist-counts, #8168
2020-06-16 18:45:29 +00:00
Michael Schurter
0db933b678
Merge pull request #8172 from hashicorp/go-1.14.4
...
build: update from Go 1.14.3 to Go 1.14.4
2020-06-16 10:22:33 -07:00
Michael Schurter
b3f9c241b8
docs: add go bump to changelog
2020-06-16 10:07:06 -07:00
Seth Hoenig
7ed64211ee
docs: update changelog for memory swap fix
2020-06-16 11:08:15 -05:00
Drew Bailey
4cabf70bb2
move bugfix to correct version ( #8170 )
2020-06-16 11:53:43 -04:00
James Rasell
5d5767901d
changelog: add entry for GH-8161
2020-06-16 17:39:47 +02:00
Chris Baker
322a97abb9
changelog for 8167
2020-06-16 12:43:35 +00:00
Drew Bailey
84afc28ceb
only report tasklogger is running if both stdout and stderr are still running ( #8155 )
...
* only report tasklogger is running if both stdout and stderr are still running
* changelog
2020-06-12 09:17:35 -04:00
Chris Baker
b575f6170c
changelog updates from release-0.11.3
2020-06-05 19:29:57 +00:00
Lang Martin
ac7c39d3d3
Delayed evaluations for stop_after_client_disconnect
can cause unwanted extra followup evaluations around job garbage collection ( #8099 )
...
* client/heartbeatstop: reversed time condition for startup grace
* scheduler/generic_sched: use `delayInstead` to avoid a loop
Without protecting the loop that creates followUpEvals, a delayed eval
is allowed to create an immediate subsequent delayed eval. For both
`stop_after_client_disconnect` and the `reschedule` block, a delayed
eval should always produce some immediate result (running or blocked)
and then only after the outcome of that eval produce a second delayed
eval.
* scheduler/reconcile: lostLater are different than delayedReschedules
Just slightly. `lostLater` allocs should be used to create batched
evaluations, but `handleDelayedReschedules` assumes that the
allocations are in the untainted set. When it creates the in-place
updates to those allocations at the end, it causes the allocation to
be treated as running over in the planner, which causes the initial
`stop_after_client_disconnect` evaluation to be retried by the worker.
2020-06-03 09:48:38 -04:00
Seth Hoenig
4bfa0548d9
Merge pull request #8087 from hashicorp/f-docker-mem-config
...
driver/docker: enable setting hard/soft memory limits
2020-06-01 12:16:55 -05:00
Seth Hoenig
2a25ba0493
docs: fix markdown for field in changelog
...
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2020-06-01 10:52:12 -05:00
Chris Baker
cb5d36bf4a
Merge pull request #8086 from hashicorp/docs-add-go-redirect-fix-changelog
...
docs: add go-getter redirect fix to changelog
2020-06-01 10:16:20 -05:00
Drew Bailey
d3fb093082
license changelog ( #8088 )
2020-06-01 11:07:54 -04:00
Seth Hoenig
d10a018283
docs: update docs & changelog for docker driver memory_hard_limit configuration
2020-06-01 09:24:49 -05:00
Seth Hoenig
0485824cd3
docs: add go-getter redirect fix to changelog
2020-06-01 09:01:35 -05:00
Buck Doyle
9c0f85d7b6
UI: add filesystem browsing for allocations ( #7951 )
...
This partially addresses #7799 .
Task state filesystems are contained within a subdirectory of their
parent allocation, so almost everything that existed for browsing task
state filesystems was applicable to browsing allocations, just without
the task name prepended to the path. I aimed to push this differential
handling into as few contained places as possible.
The tests also have significant overlap, so this includes an extracted
behavior to run the same tests for allocations and task states.
2020-06-01 08:15:59 -05:00
Mahmood Ali
fdacbc37e0
update changelog
2020-05-27 15:07:11 -04:00
Tim Gross
65b2672f16
changelog items for CSI in 0.11.3 ( #8064 )
2020-05-27 13:50:34 -04:00
Seth Hoenig
b992ba8dee
Merge pull request #8018 from hashicorp/b-sidecar-task-resources-npe
...
api: canonicalize connect components
2020-05-26 09:19:02 -05:00
Seth Hoenig
7ab61709f3
docs: update changelog with sidecar task resources fix
2020-05-19 11:49:59 -06:00
Michael Lange
af6846e10e
Merge pull request #7986 from hashicorp/missing-changelog-entry
...
Add missing bug fix from the changelog for 0.11.2
2020-05-19 09:20:23 -07:00
Michael Lange
c60b987729
Merge pull request #7983 from spuder/patch-3
...
Fix typo in changelog
2020-05-18 17:27:35 -07:00
Michael Schurter
ca9907a967
build: update from Go 1.14.1 to Go 1.14.3
2020-05-16 10:41:20 -04:00
Michael Lange
15e5bd2dd2
Add missing bug fix from the changelog for 0.11.2
2020-05-15 16:58:07 -07:00
Spencer Owen
6b37144cb5
Fix typo in changelog
...
Removes duplicate entry in the change log
2020-05-15 13:02:39 -06:00
Chris Baker
97658b3a11
release: prep for 0.11.3 dev cycle
2020-05-14 21:52:46 +00:00
Chris Baker
810d913e43
updated changelog with #7959
2020-05-14 19:27:11 +00:00
Chris Baker
69c4ab09e6
prepare for 0.11.2
2020-05-14 00:04:55 +00:00
Chris Baker
edf8d0bae9
Merge pull request #7952 from hashicorp/d/ui-changelog-0.11.2
...
Changelog additions for bugs and improvements to the UI
2020-05-13 18:54:10 -05:00
Michael Lange
5ca8ac2f4d
Changelog additions for bugs and improvements to the UI
2020-05-13 15:40:10 -07:00
Chris Baker
01fa3247d6
added changelog entry
2020-05-13 20:46:06 +00:00
Tim Gross
d30ac759fb
changelog entry for stop_after_client_disconnect
2020-05-13 16:41:59 -04:00
Seth Hoenig
436c371bdb
changelog entry for aws cpu perf ( #7949 )
...
* changelog entry for `stop_after_client_disconnect`
* changelog entry for aws cpu perf
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2020-05-13 16:39:34 -04:00
Chris Baker
bc337938f2
changelog: reordered alphabetically
2020-05-13 19:12:21 +00:00
Mahmood Ali
7141939478
update changelog
...
[ci skip]
2020-05-13 12:54:10 -04:00
Mahmood Ali
3dfd663237
update changelog ( #7934 )
2020-05-12 12:22:22 -04:00
Spencer Owen
02d46b6e5a
fix typo in changelog ( #7930 )
...
Fixes a bad link in the changelog
2020-05-12 11:14:07 -04:00
Tim Gross
938e626750
changelog entries for 0.11.2 CSI bugfixes and improvements ( #7926 )
2020-05-11 16:13:25 -04:00
Buck Doyle
8959791bfd
Add changelog entry for exec ACL-checking ( #7925 )
2020-05-11 15:04:48 -05:00
James Rasell
8ca0b3081a
changelog: add entry for GH-7902
2020-05-11 09:26:43 +02:00
Mahmood Ali
3da74068dd
changelog and fix typo
2020-05-01 13:14:20 -04:00
Michael Schurter
c901d0e7dd
Merge branch 'master' into b-reserved-scoring
2020-04-30 14:48:14 -07:00
Jasmine Dahilig
a9004faa11
UI: Add representations for task lifecycles ( #7659 )
...
This adds details about task lifecycles to allocations, task groups,
and tasks. It includes a live-updating timeline-like chart on allocations.
2020-04-30 08:15:19 -05:00
Buck Doyle
d4708860f0
UI: Fix exec popup link for job id ≠ name ( #7815 )
...
This closes #7814 . It makes URL-generation more central and changes
the exec URL to include job id instead of name.
2020-04-29 07:54:04 -05:00
Chris Baker
6e48d73be8
updated changelog
2020-04-27 21:46:56 +00:00
Chris Baker
beeccc26e4
changelog entries for 7772 and 7788
2020-04-23 12:45:52 +00:00
Mahmood Ali
9ad4498c08
prep for 0.11.2 dev cycle
2020-04-22 12:51:49 -04:00
Mahmood Ali
2ca487900d
prepare for 0.11.1 and reorder changelog
2020-04-22 12:50:29 -04:00
Tim Gross
5b607d7061
changelog entries for 0.11.1 bugfixes ( #7763 )
2020-04-21 10:04:13 -04:00
Mahmood Ali
534275448b
add changelog
...
[ci skip]
2020-04-21 09:27:40 -04:00
Seth Hoenig
cc59227a49
docs: add bugfix notes for #7690 #7397 #7684 #7683 to changelog
2020-04-20 10:25:57 -06:00
Mahmood Ali
1c0e1cabc9
update changelog
...
[ci skip]
2020-04-20 10:36:39 -04:00
Mahmood Ali
6bfef2c945
add changelog
...
[ci skip]
2020-04-20 10:31:09 -04:00
Michael Schurter
85999cbfab
docs: add #7730 to changelog
2020-04-15 15:13:30 -07:00
Drew Bailey
da11c31e4c
Update CHANGELOG.md
2020-04-13 12:41:13 -04:00
Drew Bailey
591aea1edd
changelog
2020-04-10 11:14:39 -04:00
Michael Schurter
084c6bb94b
docs: add #7673 to changelog
2020-04-09 12:18:34 -07:00
Michael Schurter
c763cb3b37
docs: prep changelog for 0.11.1
2020-04-09 12:11:54 -07:00
James Rasell
cb2719b7e6
changelog: add 0.11.0 release date.
2020-04-09 10:35:17 +02:00
Michael Schurter
cfecae904b
Update CHANGELOG.md
...
Co-Authored-By: Drew Bailey <2614075+drewbailey@users.noreply.github.com>
2020-04-07 10:45:18 -07:00
Michael Schurter
a338597ec1
docs: update changelog/upgrade for 0.11.0
2020-04-07 10:32:23 -07:00
Michael Schurter
3c5205c534
docs: add #7643 to changelog
2020-04-06 20:25:09 -07:00
Drew Bailey
0c26161e56
update changelog
2020-04-06 11:58:27 -04:00
Seth Hoenig
433ccab8ae
docs: add connect w/ tls consul in changelog
2020-04-03 08:57:39 -06:00
Mahmood Ali
33e34f06df
batch updates of changelog items ( #7570 )
...
* batch updates of changelog items
[ci skip]
* Update CHANGELOG.md
Co-Authored-By: Jasmine Dahilig <jasmine@dahilig.com>
* add PR to changelog
* update ui changelog message
* docs: note connect expose paths configuration in changelog
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
Co-authored-by: Jasmine Dahilig <jasmine@dahilig.com>
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>
2020-03-31 16:28:11 -07:00
Seth Hoenig
fe5edc11f6
docs: mention #7540 in changelog
2020-03-30 15:37:28 -06:00
Seth Hoenig
53397cfa07
docs: mention #6459 in the changelog
2020-03-30 15:15:40 -06:00
Mahmood Ali
1c1186b344
Merge pull request #7487 from hashicorp/b-xss-oss
...
agent: prevent XSS by controlling Content-Type
2020-03-25 09:56:11 -04:00
Mahmood Ali
e7ebf5ce71
changelog: add 0.10.5 entry
...
[ci skip]
2020-03-25 09:55:33 -04:00
Drew Bailey
38d2cf9a42
add missing changelog entry for 6975
2020-03-25 08:41:36 -04:00
Mahmood Ali
92632a1bea
tweaks 0.11.0 changelog ( #7481 )
2020-03-24 22:20:51 -04:00
Jasmine Dahilig
1a6236f97c
update changelog 0.11 with task dependencies
2020-03-24 12:52:47 -07:00