Seth Hoenig
6171b85b23
docs: update changelog for memory swap fix
2020-06-16 11:08:15 -05:00
Drew Bailey
3633d476bc
move bugfix to correct version ( #8170 )
2020-06-16 11:53:43 -04:00
James Rasell
b3f6cacb14
changelog: add entry for GH-8161
2020-06-16 17:39:47 +02:00
Chris Baker
a3a1c63fef
changelog for 8167
2020-06-16 12:43:35 +00:00
Drew Bailey
9ffbb27deb
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
14f36aecdc
changelog updates from release-0.11.3
2020-06-05 19:29:57 +00:00
Lang Martin
422493f38d
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
81355d9578
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
108860ac86
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
6e15cf7fe4
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
aeb74c9cd5
license changelog ( #8088 )
2020-06-01 11:07:54 -04:00
Seth Hoenig
d35358a07c
docs: update docs & changelog for docker driver memory_hard_limit configuration
2020-06-01 09:24:49 -05:00
Seth Hoenig
87778d4ac9
docs: add go-getter redirect fix to changelog
2020-06-01 09:01:35 -05:00
Buck Doyle
06baadd01e
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
bab3959fa2
update changelog
2020-05-27 15:07:11 -04:00
Tim Gross
03f277b965
changelog items for CSI in 0.11.3 ( #8064 )
2020-05-27 13:50:34 -04:00
Seth Hoenig
bc72de5d49
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
89ed270b30
docs: update changelog with sidecar task resources fix
2020-05-19 11:49:59 -06:00
Michael Lange
99f117a288
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
7d71b5e3a8
Merge pull request #7983 from spuder/patch-3
...
Fix typo in changelog
2020-05-18 17:27:35 -07:00
Michael Schurter
7c0ab3ad53
build: update from Go 1.14.1 to Go 1.14.3
2020-05-16 10:41:20 -04:00
Michael Lange
afdc599e58
Add missing bug fix from the changelog for 0.11.2
2020-05-15 16:58:07 -07:00
Spencer Owen
add51fb1c5
Fix typo in changelog
...
Removes duplicate entry in the change log
2020-05-15 13:02:39 -06:00
Chris Baker
96e77d3c0a
release: prep for 0.11.3 dev cycle
2020-05-14 21:52:46 +00:00
Chris Baker
32ea625389
updated changelog with #7959
2020-05-14 19:27:11 +00:00
Chris Baker
74f2e443cd
prepare for 0.11.2
2020-05-14 00:04:55 +00:00
Chris Baker
54987b3e58
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
caff2b096d
Changelog additions for bugs and improvements to the UI
2020-05-13 15:40:10 -07:00
Chris Baker
50e060809e
added changelog entry
2020-05-13 20:46:06 +00:00
Tim Gross
55cf0a6e43
changelog entry for stop_after_client_disconnect
2020-05-13 16:41:59 -04:00
Seth Hoenig
da944fb30c
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
ab8057903a
changelog: reordered alphabetically
2020-05-13 19:12:21 +00:00
Mahmood Ali
a8e2da894c
update changelog
...
[ci skip]
2020-05-13 12:54:10 -04:00
Mahmood Ali
99bf86a48a
update changelog ( #7934 )
2020-05-12 12:22:22 -04:00
Spencer Owen
db43891e5d
fix typo in changelog ( #7930 )
...
Fixes a bad link in the changelog
2020-05-12 11:14:07 -04:00
Tim Gross
d197a2a4c0
changelog entries for 0.11.2 CSI bugfixes and improvements ( #7926 )
2020-05-11 16:13:25 -04:00
Buck Doyle
61cddb4c01
Add changelog entry for exec ACL-checking ( #7925 )
2020-05-11 15:04:48 -05:00
James Rasell
22478c5a90
changelog: add entry for GH-7902
2020-05-11 09:26:43 +02:00
Mahmood Ali
9962b9fe7a
changelog and fix typo
2020-05-01 13:14:20 -04:00
Michael Schurter
e3cba0c5be
Merge branch 'master' into b-reserved-scoring
2020-04-30 14:48:14 -07:00
Jasmine Dahilig
c10ac6394f
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
d913f05503
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
40e1db38e9
updated changelog
2020-04-27 21:46:56 +00:00
Chris Baker
1e52f77b4a
changelog entries for 7772 and 7788
2020-04-23 12:45:52 +00:00
Mahmood Ali
4c151e0b4d
prep for 0.11.2 dev cycle
2020-04-22 12:51:49 -04:00
Mahmood Ali
0e37d62fa4
prepare for 0.11.1 and reorder changelog
2020-04-22 12:50:29 -04:00
Tim Gross
25944297bc
changelog entries for 0.11.1 bugfixes ( #7763 )
2020-04-21 10:04:13 -04:00
Mahmood Ali
dacb634489
add changelog
...
[ci skip]
2020-04-21 09:27:40 -04:00
Seth Hoenig
13b4fa9ef1
docs: add bugfix notes for #7690 #7397 #7684 #7683 to changelog
2020-04-20 10:25:57 -06:00
Mahmood Ali
5a5354a86f
update changelog
...
[ci skip]
2020-04-20 10:36:39 -04:00