Skip to content

Commit

Permalink
updating source/rl10/releases/rl10_10.6.4_release.html.md notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestor Castro committed Apr 17, 2024
1 parent b8cf712 commit 4d826e8
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions source/rl10/releases/rl10_10.6.4_release.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ description: Version-specific information for the 10.6.4 Release of RightLink.

### Updates

- Update go from 1.14 to 1.18
- Updated go from 1.14 to 1.18
- Added Github workflows
- Updated Makefile
- Changed the AuditEntry rate from 10 sec to 50 secs
- Increased sleep time in flush from 100 milliseconds to 500 milliseconds

### Commit changes:
## Quick Reference

- https://github.com/rightscale/rightlinklite/commit/50bce384f5352d133e92697d0981593fd5237da9

### Release downloads:

- https://rightlink.rightscale.com/rll/10.6.4/rightlink.tgz
- https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh
- https://rightlink.rightscale.com/rll/10.6.4/rightlink.zip
- https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1
| Item | Description |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| RightLink10 Change Log | [https://rightlink.rightscale.com/rll/10.6.4/CHANGES.md](https://rightlink.rightscale.com/rll/10.6.4/CHANGES.md) |
| Linux Base ServerTemplate | [https://www.rightscale.com/library/server_templates/RightLink-10/lineage/53250](https://www.rightscale.com/library/server_templates/RightLink-10/lineage/53250) |
| Linux Install-on-image | Installation package: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.tgz](https://rightlink.rightscale.com/rll/10.6.4/rightlink.tgz) |
| Linux Install-at-boot | To run: Import Linux Base ServerTemplate, create server from ST, pick desired MCI, launch |
| Linux Enable-running | Script: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh](https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh)<br>To run: Import Linux Base ServerTemplate, launch raw instance, copy key from<br><b>Settings > Account Settings > API credentials</b>, SSH into raw instance<br>Run command:<br><code>curl -s https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh &#124; bash -s -- -k &quot;&lt;your-key&gt;&quot; -d &quot;&lt;deployment-name&gt;&quot; -n &quot;&lt;your-server-name&gt;&quot; -t &quot;RightLink 10.6.4 Linux Base&quot; -a &quot;us-3.rightscale.com&quot; -c &quot;&lt;cloud_type&gt;&quot;</code> |
| Windows Base ServerTemplate | [https://www.rightscale.com/library/server_templates/RightLink-10/lineage/55964](https://www.rightscale.com/library/server_templates/RightLink-10/lineage/55964) |
| Windows Install-on-image | Installation package: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.zip](https://rightlink.rightscale.com/rll/10.6.4/rightlink.zip) |
| Windows Enable-running | Script: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1](https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1)<br>To run: Import Windows Base ServerTemplate, launch raw instance, copy key from <br><b>Settings > Account Settings > API credentials</b>, Remote Desktop into raw instance<br>Run command:<br><code>$wc = New-Object System.Net.WebClient</code><br><code>$wc.DownloadFile(&quot;https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1&quot;, &quot;rightlink.enable.ps1&quot;);</code><br><code>Powershell -ExecutionPolicy Unrestricted -File rightlink.enable.ps1 -k &quot;&lt;your-key&gt;&quot; -d &quot;&lt;deployment-name&gt;&quot; -n &quot;&lt;your-server-name&gt;&quot; -t &quot;RightLink 10.6.4 Windows Base&quot; -a &quot;us-3.rightscale.com&quot; -c &quot;&lt;cloud_type&gt;&quot;</code> |
| Known Limitations | <ul><li>When using install-at-boot or custom images on vSphere/Softlayer on Linux, be aware of [cloud-init limitations](/rl10/reference/rl10_cloud_init_installation.html)</li><li>Ensure hypervisor timezone matches instance timezone on Windows or time may be misset. If time is off you may not be able to run operational scripts.</li></ul> |

0 comments on commit 4d826e8

Please sign in to comment.