Skip to content

Commit

Permalink
docs: add video
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendlandt-intel committed Mar 12, 2024
1 parent 11cdd74 commit 20a120c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Release Highlights

<div style="text-align:center">
<iframe width="800" height="450" src="https://www.youtube.com/embed/" title="March 2024 Release Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="800" height="450" src="https://www.youtube.com/embed/P51hfSnszEs?si=2-KxkCeoLsPG0cvG" title="March 2024 Release Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>

Expand Down Expand Up @@ -39,7 +39,7 @@ This release, we have enabled support for RPC-Go to communicate with Enterprise
rpc configure tls -mode Server -password AMTPassword -eaAddress http://192.160.1.100:8000 -eaUsername myUser -eaPassword myPass
```

[See the documentation for additional details](./Reference/RPC/commandsRPC.md#tls)
[See the RPC documentation for flag details](./Reference/RPC/commandsRPC.md#tls) or [the Enterprise Assistant TLS documentation on how to configure into TLS](./Reference/EA/localtlsconfig.md)

<br>

Expand Down Expand Up @@ -83,6 +83,18 @@ v2.22.2

#### RPC-GO

v2.28.0

- feat: prompts for password in local commands activate and configure mebx ([#415](https://github.com/open-amt-cloud-toolkit/rpc-go/issues/415)) ([e34e714](https://github.com/open-amt-cloud-toolkit/rpc-go/commit/e34e714cad96b70baa78b53bb61b215daa88fb9d))

v2.27.4

- fix: local acm activate properly orders certificate chain ([dbfd745](https://github.com/open-amt-cloud-toolkit/rpc-go/commit/dbfd745502241d55f93fd30c2d4e908ca8ae790a))

v2.27.3

- fix: typo "AMT is alreay enabled" ([#412](https://github.com/open-amt-cloud-toolkit/rpc-go/issues/412)) ([5cf9d1a](https://github.com/open-amt-cloud-toolkit/rpc-go/commit/5cf9d1a6e5d93880d863acf344954fdd20992e92))

v2.27.2

- fix: local acm activation ([2031489](https://github.com/open-amt-cloud-toolkit/rpc-go/commit/20314898a8d26238d3dff90132cbf5da77759f32))
Expand Down Expand Up @@ -121,6 +133,10 @@ v2.25.2

#### go-wsman-messages

v2.1.8

- fix: Digest hash URI for wsman must be "/wsman", not full url ([#251](https://github.com/open-amt-cloud-toolkit/go-wsman-messages/issues/251)) ([063246c](https://github.com/open-amt-cloud-toolkit/go-wsman-messages/commit/063246c0dbdde2c0185e7281869f4a12db953c01))

v2.1.7

- fix: PKCS10Request now will be accepted by AMT ([#238](https://github.com/open-amt-cloud-toolkit/go-wsman-messages/issues/238)) ([1de9675](https://github.com/open-amt-cloud-toolkit/go-wsman-messages/commit/1de967586ce3465f533270213b42b1efe0497ec5))
Expand Down
2 changes: 1 addition & 1 deletion docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Learn the high-level basics and get familiar with the toolkit. Learn about the d
<h3></h3>
<h3>Overview of Open AMT Cloud Toolkit</h3>
<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="1280" height="720" src="https://www.youtube.com/embed/P51hfSnszEs?si=2-KxkCeoLsPG0cvG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div></div>
<div class="video-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ extra:
mpsAPI: 2.13.0
rpsAPI: 2.22.0
oamtct: 2.20.0
rpc_go: 2.27.2
rpc_go: 2.28.0
rpc_c: 2.0.0
ui_toolkit: 3.2.3
ui_toolkit_react: 3.2.3
Expand Down

0 comments on commit 20a120c

Please sign in to comment.