diff --git a/SECURITY.md b/SECURITY.md index 943cb78397d..d2ecf1e9121 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | +| 1.5.x | :white_check_mark: | | 1.4.x | :white_check_mark: | -| 1.3.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/openmetadata-docs/content/v1.4.x/connectors/pipeline/glue-pipeline/yaml.md b/openmetadata-docs/content/v1.4.x/connectors/pipeline/glue-pipeline/yaml.md index e6a57bcfcf6..86b773919e1 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/pipeline/glue-pipeline/yaml.md +++ b/openmetadata-docs/content/v1.4.x/connectors/pipeline/glue-pipeline/yaml.md @@ -112,11 +112,11 @@ This is a sample config for Glue: ```yaml {% isCodeBlock=true %} source: - type: glue + type: gluepipeline serviceName: local_glue serviceConnection: config: - type: Glue + type: GluePipeline awsConfig: ``` ```yaml {% srNumber=1 %} diff --git a/openmetadata-docs/content/v1.5.x/connectors/pipeline/glue-pipeline/yaml.md b/openmetadata-docs/content/v1.5.x/connectors/pipeline/glue-pipeline/yaml.md index 5898468a0f9..4468dc42486 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/pipeline/glue-pipeline/yaml.md +++ b/openmetadata-docs/content/v1.5.x/connectors/pipeline/glue-pipeline/yaml.md @@ -112,11 +112,11 @@ This is a sample config for Glue: ```yaml {% isCodeBlock=true %} source: - type: glue + type: gluepipeline serviceName: local_glue serviceConnection: config: - type: Glue + type: GluePipeline awsConfig: ``` ```yaml {% srNumber=1 %} diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/glue-pipeline/yaml.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/glue-pipeline/yaml.md index 5898468a0f9..4468dc42486 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/glue-pipeline/yaml.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/glue-pipeline/yaml.md @@ -112,11 +112,11 @@ This is a sample config for Glue: ```yaml {% isCodeBlock=true %} source: - type: glue + type: gluepipeline serviceName: local_glue serviceConnection: config: - type: Glue + type: GluePipeline awsConfig: ``` ```yaml {% srNumber=1 %}