Skip to content

Commit ff04725

Browse files
committed
Add release notes for 3.17.0
1 parent e255706 commit ff04725

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

docs/release-notes/3.17.0.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# General
2+
* Property type metadata keys with allowed values now support sort order.
3+
* Improved core metadata functionality with ability to support allowed values defined in the internal property type.
4+
* Standardized check for allowed values when saving items with core metadata fields.
5+
# Machine design
6+
* New icon for IOC type machine elements.
7+
* Restricted editing of IOC items to only allow the ioc view and ioc API for editing.
8+
* Redirect to IOC view page for edit.
9+
# IOC Specific Functionality
10+
* General
11+
* DB static data now includes a new IOC entity type.
12+
* Standard ioc metadata such as:
13+
* Machine Tag
14+
* Function Tag
15+
* Deployment Status
16+
* Preboot, postboot, powercycle, and addtional markdown instructions.
17+
* Ability to simply link and unlink a machine parent.
18+
* Simplified removal of IOC items without needing to detach from hierarchy as other machine items.
19+
* Ensure that IOC names are unique within the machine design.
20+
* Machine parent not required for an IOC item.
21+
* Portal
22+
* Ability to search for IOCs and some metadata (machine, function, deployment status) from list page.
23+
* Specialized IOC create page with machine tags, function tags, deployment status and parent.
24+
* Ability to clone IOC items along with all the metadata by default.
25+
* Ability to save configured columns for IOC list.
26+
* Promoted owner user of the IOC on the IOC details section.
27+
* Specialized IOC instructions dialog
28+
* Static sections for preboot, post boot, and powercycle with relevant placeholder examples.
29+
* An addition markdown free entry section.
30+
* Uses standard text field part of markdown property type.
31+
* Uses a parser to appropriately split the data into seperate fields for UI and API.
32+
* Restricted to no uploads within ioc instructions.
33+
* Standardized way to creating customized markdown dialog extension with support for pasting URLs similarly as the standard markdown dialog.
34+
* API
35+
* Ability to add and update IOC items and its metadata
36+
* Ability to fetch all IOC items
37+
* Ability to fetch allowed metadata values such as machine tags, function tags, and deployment statues.
38+
* Admin API to convert an existing machine IOC to an IOC type machine. Cleans up IOC item to ensure no special machine functionality exists.
39+
# Cable Design
40+
* Add support for clone
41+
* Clones endpoints by default
42+
* Clones cable metadata by default.
43+
# App Domain
44+
* Add support for clone
45+
# CLI
46+
* Migration to click for prompting interactive choices. Removed inquirerpy dependency.
47+
# Bug fixes
48+
* Clone properties now supports cloning markdown property

0 commit comments

Comments
 (0)