Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating source/rl10/releases/rl10_10.6.4_release.html.md notes #17

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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> |
Loading