Release Notes
[0.19.6](https://github.com/determined-ai/determined/blob/0.19.6/docs/release-notes.rst)
Changelog
- 12adc4752 chore: bump version: 0.19.6-rc6 -> 0.19.6
- 2766fd1e7 docs: add release notes for 0.19.6 (5357)
- 4cb7414fa chore: bump version: 0.19.6-rc5 -> 0.19.6-rc6
- ad4aca79c chore: bump version: 0.19.6-rc4 -> 0.19.6-rc5
- 54be3a640 chore: bump version: 0.19.6-rc3 -> 0.19.6-rc4
- 68013ba8a chore: bump version: 0.19.6-rc2 -> 0.19.6-rc3
- 1d124b164 fix: account for incompatible pbs-related expconf change (5332)
- 5ecd13659 chore: bump version: 0.19.6-rc1 -> 0.19.6-rc2
- a19bbf0b9 fix: dont trigger loading state on experiment selection (5299)
- 05ad8b6a0 fix: layout of logview (5307)
- 846e3e3c3 fix: remove compare action for experiments (5302)
- 96cde3940 fix: dont show loading state when polling trial details (5301)
- 89a3b60d8 chore: bump version: 0.19.6-rc0 -> 0.19.6-rc1
- b42a431f9 chore: Revert "chore: update to `Stylelint` v14 (5238)" (5296)
- 88f75e333 fix: dont show scrollbars in table cells (5290)
- 073d79a66 fix: fetchMyRoles on login, only if rbac is on (5291)
- 40dbeacf9 fix: account for incompatible expconf change (5292)
- 4f849d6d9 chore: bump version: 0.19.6-dev0 -> 0.19.6-rc0
- ba7ae157f feat: Trials Comparison Frontend (4820)
- 7c20754b7 chore: update to `Stylelint` v14 (5238)
- d140af079 fix: keyboard scrolling in logs [WEB-463] (5266)
- fc05dfd80 fix: lockdown NTSC EE rebase import cycle (5285)
- 60e5fe145 feat: custom searcher (4424)
- 4b8c94f0b docs: Add PBS documentation [FOUNDENG-184] (5232)
- 013b3d9bc docs: external notification general doc [DET-219] (5244)
- 020d23aa0 fix: remove =true from sso url querystring (5282)
- 6c54d3809 chore: improve project not found error message in create experiment (5277)
- 36e4b3569 fix: position resize shadow under cursor at start (5242)
- dd3e39d80 feat: support configuring agent self-shutdown for `det deploy aws` (5241)
- 644e747df fix: Wire up user edit modal to rbac endpoints (5261)
- 340c8a1c1 chore: remove unnecessary getPath usage (5272)
- 5db81f6e1 refactor: Add ability to lockdown NTSC [DET-8276, DET-7377] (5260)
- a487eab7d refactor: authz checkpoints [DET-8533] (5233)
- 3ea55a7ef fix: add version check for protoc to prevent confusion (5271)
- 7ac9e7e1a fix: workspace page tab route (5269)
- c4b7b5018 chore: add to git blame ignore list (5262)
- 7b264a3c8 fix: Workspace member modal handling of groups and roles (5268)
- aa9f1ba86 chore: make web_lint_check.py executable (5265)
- 781bff654 fix: fix getPath (5256)
- 21355bf32 fix: check target user, allow \wadmin\w names but not admin itself [WEB-529] (5251)
- 2fee696da feat: page listing Webhooks [from main repo] [WEB-211] (5259)
- ad8e6ef71 fix: selector fixes in log viewer (5192)
- b3f253f3c docs: fix fypos, grammar edits for clarification, etc. (5186)
- 67890df6f fix: Load workspace members from RBAC API (5253)
- 81ac80478 chore: PBS & Slurm options for commands (5219)
- cef943026 fix: decorate PBS & slurm options with ,omitempty (5230)
- 8cf354c60 feat: support -i/--include [MLG-194] (5193)
- 77ff49a35 chore: bump version: 0.19.5-dev0 -> 0.19.6-dev0
- 5ce358ca8 docs: add release notes for 0.19.5 (5227)
- 794742b55 build(deps): bump amannn/action-semantic-pull-request from 4 to 5 (5239)
- 79a163078 feat: ls for all applicable cli options [MLG-193]
- c5b535b7d fix: trial workloads sort and filter (5228)
- 7096deb14 fix: Roles should be fetched immediately when logging in (5229)
- b32039d77 chore: update to `React18` (5226)
- f88fddc03 fix: register checkpoint "new model" workflow [WEB-499] (5215)
- 8ee7e8c26 perf: remove unused getExpValHistory calls (5172)
- 7e7cd9643 refactor: Authz tasks [DET-8367] (5209)
- dc6160874 fix: hide uncategorized from nav, when it is not available to RBAC user (5203)
- 10f5d7bae feat: Add CAN_EDIT_WEBHOOKS permission to pre-canned admin role [WEB-218] (5200)
- 552bef9c4 chore: update to `react-router-dom` v6 (5222)
- fccaecac6 test: enables linting for master integration tests (5223)
- b35a55970 fix: correctly aggregate allocation resources by agent label. (5214)
- b9803c0d3 chore: Round Robin scheduler message (5216)
- cfdd7bb0d fix: custom error requires permission object (5221)
- bdb41a824 build: fix check if test-intg-downstream could be skipped (5115)
- 999eb800e feat: add echo authentication by default (5008)
- 906356ead chore: new react-router components (5166)
- d285e8fd7 chore: add custom permission [DET-8526] (5195)
- b5d018541 fix: replace shell script with python script for `Pre-Commit` (5220)
- 98ef84e97 fix: fix the error message for auto checkpoint download (5201)
- 4806f1f74 ci: only run lint in package-and-push for release workflows. (5191)
- c091de954 chore: revert "fix: use theme var in Avatar stylesheet [DET-8237] (5109)" (5211)
- b8155bdda fix: table ui follow up (5207)
- 8f01284da fix: only call fetchKnownRoles in RBAC, closing testing issue (5210)
- 78b2b9dde refactor: authz allocations [DET-8366. DET-7971] (5178)
- 8a7e7999a chore: usePolling on fetchMyRoles (5204)
- 48ac9af20 fix: RBAC calls getPermissionsSummary, changes to admin's use of listRoles [WEB-517] (5185)
- cf2df493a chore: remove accidentally added attributions file (5202)
- 20fde081a fix: resolve table UI issues (5199)
- 08bab936f fix: remove unnecessary loading state (5181)
- 37fe428ef fix: page transition in multi trial page (5198)
- 106e2313e feat: rbac authz refactor for user groups [DET-8478] (5136)
- 522d192ed fix: avoid using lookbehind regex (5197)
- 40b3739bf fix: stop infinite rerender in move experiment modal (5194)
- 0d608e558 fix: check for horovod backend in PyTorchTrial (5180)
- 0429c648c ci: bump cache buster version (5189)
- 3cecf5014 feat: Add Webhook CRUD API [WEB-212] (5175)
- 8f01b4611 feat: enable configuring the agent to shut down on connection failure (5044)
- cad902c7f feat: support `security.authz` config option in helm chart. (5183)
- 5d5be28bd chore: refactor slurm/pbs options to expconf (5150)
- 1703adfeb fix: do not publish helm chart for *-rc releases [DPS-260] (5182)