Skip to content

Commit 905bed7

Browse files
committed
update layer version and navigator version
1 parent 0052609 commit 905bed7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Consult these sections as needed for step 5 in the above list.
133133
* Release [ATT&CK content version X.Y](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
134134
See the release notes [here](https://attack.mitre.org/resources/updates/updates-<month>-<year>/).
135135
```
136+
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
137+
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/v4.5/layerformat.md) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).
136138
137139
### Minor release
138140
@@ -150,3 +152,5 @@ Consult these sections as needed for step 5 in the above list.
150152
* Release ATT&CK content version X.Y.
151153
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
152154
```
155+
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
156+
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/v4.5/layerformat.md) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).

modules/site_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ def set_subdirectory(subdirectory_str):
179179
"save_as: ${path}/${attack_id}-${domain}-layer.json\n"
180180
"json: "
181181
)
182-
layer_version = "4.4"
183-
navigator_version = "4.8.1"
182+
layer_version = "4.5"
183+
navigator_version = "5.1.0"
184184

185185
# Directory for test reports
186186
test_report_directory = "reports"

0 commit comments

Comments
 (0)