Skip to content

Commit

Permalink
Update for Release v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxji committed May 3, 2021
1 parent 4857f05 commit f7bad7c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .chglog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# RACK Change Log

## [v6.0] - 2021-05-03

This release has the following changes:

- Loaded LMCO & SRI ontology overlays
- Loaded only DO-178C, made ARP-4754A, DO-330, & MIL-STD-881D optional
- Added Boeing data validation query nodegreoup
- Added [dataInsertedBy](https://github.com/ge-high-assurance/RACK/wiki/How-to-use-dataInsertedBy) property and predefined nodegroup
- Improved construct query UI and functionality
- Added [RACK migration tool](https://github.com/ge-high-assurance/RACK/tree/master/migration)
- Automatically generated Wiki page for [RACK ontology changes](https://github.com/ge-high-assurance/RACK/wiki/RACK-ontology-detailed-changelogs)
- Automatically generated Wiki page for [RACK predefined queries](https://github.com/ge-high-assurance/RACK/wiki/RACK-Predefined-Queries)
- Streamlined Wiki (custom sidebar)

## [v5.0] - 2021-03-08

This release has the following changes:
Expand Down
4 changes: 2 additions & 2 deletions rack-box/Docker-Hub-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ If you do see these resource settings, make the following changes:
Now you are ready to start your RACK box. Type the following commands to download the Docker RACK box and run it on your computer:

```shell
docker pull gehighassurance/rack-box:v5.9
docker run --detach -p 80:80 -p 12050-12092:12050-12092 gehighassurance/rack-box:v5.9
docker pull gehighassurance/rack-box:v6.0
docker run --detach -p 80:80 -p 12050-12092:12050-12092 gehighassurance/rack-box:v6.0
```

Type "localhost" in your web browser's address bar, hit Enter, and you should see your RACK box's welcome page appear in your browser. The welcome page will tell you some things you can do with your RACK box.
Expand Down
6 changes: 3 additions & 3 deletions rack-box/GitHub-Release-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Here are very brief instructions how to run the Docker RACK box. You will find more detailed [instructions](https://github.com/ge-high-assurance/RACK/wiki/Install-a-Docker-RACK-Box) in the RACK Wiki. You will need to give your Docker Hub username to the RACK team so you can be given access to our Docker Hub repository.

1. Open a terminal window where you can run `docker`.
2. Type `docker pull gehighassurance/rack-box:v5.9`
3. Type `docker run --detach -p 80:80 -p 12050-12092:12050-12092 gehighassurance/rack-box:v5.9`
2. Type `docker pull gehighassurance/rack-box:v6.0`
3. Type `docker run --detach -p 80:80 -p 12050-12092:12050-12092 gehighassurance/rack-box:v6.0`
4. Visit <http://localhost/> in your browser to view the RACK box's welcome page.

## Run the Virtual RACK box
Expand All @@ -18,7 +18,7 @@ Here are very brief instructions how to run the Virtual RACK box. You will find
2. Concatenate the split VirtualBox zip files together.
3. Unzip the newly concatenated zip file.
4. Start VirtualBox.
5. Import the VirtualBox VM from the rack-box-virtualbox-v5.9 folder.
5. Import the VirtualBox VM from the rack-box-virtualbox-v6.0 folder.
6. Open the VM's Settings.
7. Click on Network.
8. Change the first network adapter from NAT to Bridged.
Expand Down

0 comments on commit f7bad7c

Please sign in to comment.