> For the complete documentation index, see [llms.txt](https://docs.aethir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aethir.com/checker-guide/release-notes/october-11-2024.md).

# October 11, 2024

The Checker v1.0.2.9 upgrade is now available. Many of the checkers are automatically updated. However, there’s a small group of checkers that may need a manual update. If your GUI/CLI still needs to be updated, please follow the steps below to ensure your system is up to date. Please visit the [Checker Portal](https://app.aethir.com/) for latest versions.&#x20;

### Update Instructions

### For GUI Users:

1. **Exit and Restart** the application.
2. Wait for the upgrade prompt and complete the installation of the new version.

#### Alternatively: You can exit the application and download the latest version directly from our official website:[ app.aethir.com](https://app.aethir.com).

#### For CLI Users:

Run the following command in your terminal to restart the checker:

<mark style="color:green;">sudo systemctl restart aethir-checker</mark>

### For NaaS Users:

If you are using NaaS and not running your own nodes, please log in to the [Checker Portal ](https://app.aethir.com/)and verify that your licenses are not showing as offline. If any issues are detected, please contact the service provider you use for further assistance.

### Important Notice

A **3-day grace period** (October 8 - October 10, 2024) was applied to allow time for you to complete the upgrade. During this time, please ensure your system is updated to avoid any interruptions in service.

### Need Help?

Please contact our support team if you encounter any issues during the upgrade process. We're here to assist you!

Thank you for your understanding and cooperation.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aethir.com/checker-guide/release-notes/october-11-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
