From 0b47b07c030a9b9ff0fc2cb8f96efccbaea77d47 Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Mon, 17 Apr 2023 07:17:52 -0500 Subject: [PATCH] docs: add note for cloud upgrades [DOCS-352]: https://hasurahq.atlassian.net/browse/DOCS-352?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8776 GitOrigin-RevId: dc965ff582062af35bcbdd346b56e455d56e111f --- docs/docs/hasura-cloud/projects/index.mdx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/docs/hasura-cloud/projects/index.mdx b/docs/docs/hasura-cloud/projects/index.mdx index 172382483c6..f03e3a25763 100644 --- a/docs/docs/hasura-cloud/projects/index.mdx +++ b/docs/docs/hasura-cloud/projects/index.mdx @@ -30,7 +30,7 @@ For each project, you can do the one of the following actions: -### Open project console +### Open project Console Click `Launch Console` to open the project's Hasura Console in your browser. @@ -42,6 +42,19 @@ Click the gear icon to manage your project settings. +## Version upgrades + +When using Hasura Cloud, upgrades to the service happen automatically on a regular basis. These upgrades are designed to +improve the functionality and security of the service, and to ensure that you always have access to the latest features +and bug fixes. + +When a new version of Hasura Cloud is released, your instance will be automatically upgraded to the new version. This +happens without any action required on your part, and should not cause any disruption to your service. + +It is important to note that while upgrades are designed to be seamless, there is always a possibility of compatibility +issues arising. To mitigate this risk, we recommend that you test your application thoroughly after each upgrade to +ensure that everything is functioning as expected. + :::info Note Please see the [API reference](/api-reference/cloud-api-reference.mdx) to create and manage Hasura Cloud projects