From 8fc383c28e9f6a7e1d5f5671a662f417dd0a517a Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Thu, 17 Dec 2020 16:11:36 -0800 Subject: [PATCH] docs: Remove beta tag for 1.8 and 1.9 features Remove beta tag for 1.8 and 1.9 features which are now GA. --- website/content/api-docs/acl/index.mdx | 4 ++-- website/content/api-docs/connect/intentions.mdx | 6 +++--- website/content/docs/agent/config-entries/index.mdx | 2 +- .../docs/agent/config-entries/service-intentions.mdx | 6 +++--- website/content/docs/k8s/crds/index.mdx | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/website/content/api-docs/acl/index.mdx b/website/content/api-docs/acl/index.mdx index d133ff7c2..97d86699c 100644 --- a/website/content/api-docs/acl/index.mdx +++ b/website/content/api-docs/acl/index.mdx @@ -390,7 +390,7 @@ $ curl \ {' '} - This is an enterprise only endpoint. This feature is currently in beta.{' '} + This is an enterprise only endpoint. This endpoint was added in Consul 1.8.0 and is used to obtain an authorization @@ -469,7 +469,7 @@ $ curl \ {' '} - This is an enterprise only endpoint. This feature is currently in beta.{' '} + This is an enterprise only endpoint. This endpoint was added in Consul 1.8.0 and is used to exchange an OIDC diff --git a/website/content/api-docs/connect/intentions.mdx b/website/content/api-docs/connect/intentions.mdx index fcd2ba8a6..d0d377111 100644 --- a/website/content/api-docs/connect/intentions.mdx +++ b/website/content/api-docs/connect/intentions.mdx @@ -17,7 +17,7 @@ migrated to the [`service-intentions`](/docs/agent/config-entries/service-intentions) config entry kind. -## Upsert Intention by Name ((#upsert-intention-by-name)) Beta +## Upsert Intention by Name ((#upsert-intention-by-name)) -> **1.9.0+:** This API is available in Consul versions 1.9.0 and later. @@ -289,7 +289,7 @@ $ curl \ http://127.0.0.1:8500/v1/connect/intentions/e9ebc19f-d481-42b1-4871-4d298d3acd5c ``` -## Read Specific Intention by Name ((##read-specific-intention-by-name)) Beta +## Read Specific Intention by Name ((##read-specific-intention-by-name)) This endpoint reads a specific intention by its unique source and destination. @@ -511,7 +511,7 @@ the following selectors and filter operations being supported: | `SourceName` | Equal, Not Equal, In, Not In, Matches, Not Matches | | `SourceType` | Equal, Not Equal, In, Not In, Matches, Not Matches | -## Delete Intention by Name ((#delete-intention-by-name)) Beta +## Delete Intention by Name ((#delete-intention-by-name)) -> **1.9.0+:** This API is available in Consul versions 1.9.0 and later. diff --git a/website/content/docs/agent/config-entries/index.mdx b/website/content/docs/agent/config-entries/index.mdx index cd5e3c7da..ee5cc6abc 100644 --- a/website/content/docs/agent/config-entries/index.mdx +++ b/website/content/docs/agent/config-entries/index.mdx @@ -34,7 +34,7 @@ The supported `Kind` names for configuration entries are: - [`service-defaults`](/docs/agent/config-entries/service-defaults) - configures defaults for all the instances of a given service -- [`service-intentions`](/docs/agent/config-entries/service-intentions) Beta - defines +- [`service-intentions`](/docs/agent/config-entries/service-intentions) - defines the [intentions](/docs/connect/intentions) for a destination service - [`service-resolver`](/docs/agent/config-entries/service-resolver) - matches diff --git a/website/content/docs/agent/config-entries/service-intentions.mdx b/website/content/docs/agent/config-entries/service-intentions.mdx index 2f8774a10..4f451b79c 100644 --- a/website/content/docs/agent/config-entries/service-intentions.mdx +++ b/website/content/docs/agent/config-entries/service-intentions.mdx @@ -1,14 +1,14 @@ --- layout: docs -page_title: 'Configuration Entry Kind: Service Intentions (beta)' -sidebar_title: service-intentions Beta +page_title: 'Configuration Entry Kind: Service Intentions' +sidebar_title: service-intentions description: >- The service-intentions config entry kind controls Connect traffic authorization for both networking layer 4 (e.g. TCP) and networking layer 7 (e.g. HTTP). --- -# Service Intentions ((#service-intentions)) Beta +# Service Intentions ((#service-intentions)) -> **1.9.0+:** This config entry is available in Consul versions 1.9.0 and newer. diff --git a/website/content/docs/k8s/crds/index.mdx b/website/content/docs/k8s/crds/index.mdx index 301a6747c..997b91fb0 100644 --- a/website/content/docs/k8s/crds/index.mdx +++ b/website/content/docs/k8s/crds/index.mdx @@ -55,7 +55,7 @@ and enable the controller that acts on them: ```yaml global: name: consul - image: 'consul:1.9.0-beta1' # consul >= 1.8.4 must be used + image: 'consul:1.9.0' # consul >= 1.8.4 must be used imageK8S: 'hashicorp/consul-k8s:0.20.0' controller: @@ -68,7 +68,7 @@ connectInject: Note that: 1. `controller.enabled: true` installs the CRDs and enables the controller. -1. `global.image` must be a Consul version `>= 1.8.4`, e.g. `consul:1.8.4` or `consul:1.9.0-beta1`. +1. `global.image` must be a Consul version `>= 1.8.4`, e.g. `consul:1.8.4` or `consul:1.9.0`. 1. `global.imageK8S` must be `>= 0.20.0` 1. Configuration entries are used to configure Consul service mesh so it's also expected that `connectInject` will be enabled. @@ -259,7 +259,7 @@ Notes: 1. See [service-defaults](/docs/agent/config-entries/service-defaults) for full documentation on this config entry. -### ServiceIntentions (Beta) +### ServiceIntentions A [service-intentions](/docs/agent/config-entries/service-intentions) entry configures traffic authorization for a destination service.