docs: remove beta references for ee

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5971
GitOrigin-RevId: 825da7bf073205cb290c5c7eedc914004ceb658a
This commit is contained in:
Rob Dominguez 2022-09-21 08:02:01 -05:00 committed by hasura-bot
parent d5739c5e13
commit e7e19c7678
6 changed files with 10 additions and 10 deletions

View File

@ -34,7 +34,7 @@ already have one.
### Installation in a container platform
Please refer to the quickstart sections which describe how to install Hasura EE in various container platforms. **Each
of the below guides requires HGE versions `v2.12.0-beta.1` and above.**
of the below guides requires HGE versions `v2.12.0` and above.**
- [Quickstart with Docker](/quickstart-docker.mdx)
- [Quickstart with AWS ECS](/quickstart-aws-ecs.mdx)

View File

@ -20,7 +20,7 @@ import LatestRelease from '@site/src/components/LatestRelease';
This tutorial will help you set up a cluster, register a task definition, run the Hasura GraphQL Engine as a Linux
Fargate task, and perform other common tasks in Amazon ECS with the AWS CLI.
**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE on ECS

View File

@ -22,7 +22,7 @@ This guide will help you get the Enterprise Edition of Hasura GraphQL Engine, a
and a Redis database running as Docker containers using Docker Compose. This is the easiest way to set up Hasura
Enterprise Edition on your **local environment**.
**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE using Docker

View File

@ -19,7 +19,7 @@ import LatestRelease from '@site/src/components/LatestRelease';
This tutorial will help you run Hasura Enterprise Edition as a Google Cloud Run service using the `gcloud` CLI.
**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE on Cloud Run

View File

@ -19,7 +19,7 @@ import LatestRelease from '@site/src/components/LatestRelease';
This tutorial helps you set up Hasura Enterprise Edition on Kubernetes and connect it to your Postgres database.
**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE on Kubernetes
@ -151,7 +151,7 @@ The current latest version is:
<LatestRelease />
</code>
All the versions can be found at [here](https://github.com/hasura/graphql-engine/releases).
All the versions can be found [here](https://github.com/hasura/graphql-engine/releases).
### Step 2: Update the container image

View File

@ -15,15 +15,15 @@ sidebar_position: 1
## Overview
Starting from Hasura GraphQL Engine version `v2.12.0-beta.1`, we have included both open-source and commercial
components in the `hasura/graphql-engine` container image.
Starting from Hasura GraphQL Engine version `v2.12.0`, we have included both open-source and commercial components in
the `hasura/graphql-engine` container image.
The `hasura/graphql-engine` image includes both open-source and proprietary components. The open-source portions are
licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). The proprietary
components include features for Hasura Enterprise and are enabled with a license key provided by Hasura. If you would
like to use an image with only the open source components, please use Docker images on
[this page](https://hub.docker.com/r/hasura/graphql-engine/tags?page=1&name=-ce) that end with `-ce`.
(example: `hasura/graphql-engine:<VERSION>-ce`)
[this page](https://hub.docker.com/r/hasura/graphql-engine/tags?page=1&name=-ce) that end with `-ce`. (example:
`hasura/graphql-engine:<VERSION>-ce`)
If you are already running Hasura CE and would like to upgrade to Hasura Enterprise, please follow these instructions: