Chore: Bump Default UI Ingestion Version (#5145)

This commit is contained in:
John Joyce 2022-06-09 23:35:24 -04:00 committed by GitHub
parent fbf88f072f
commit c4650356fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 6 deletions

View File

@ -83,7 +83,7 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
Advanced: Provide a custom CLI version to use for ingestion. Advanced: Provide a custom CLI version to use for ingestion.
</Typography.Paragraph> </Typography.Paragraph>
<Input <Input
placeholder="0.8.35" placeholder="0.8.38"
value={state.config?.version || ''} value={state.config?.version || ''}
onChange={(event) => setVersion(event.target.value)} onChange={(event) => setVersion(event.target.value)}
/> />

View File

@ -16,7 +16,7 @@ MAE_CONSUMER_ENABLED=true
MCE_CONSUMER_ENABLED=true MCE_CONSUMER_ENABLED=true
PE_CONSUMER_ENABLED=true PE_CONSUMER_ENABLED=true
UI_INGESTION_ENABLED=true UI_INGESTION_ENABLED=true
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.35 UI_INGESTION_DEFAULT_CLI_VERSION=0.8.38
# Uncomment to disable persistence of client-side analytics events # Uncomment to disable persistence of client-side analytics events
# DATAHUB_ANALYTICS_ENABLED=false # DATAHUB_ANALYTICS_ENABLED=false

View File

@ -19,7 +19,7 @@ MAE_CONSUMER_ENABLED=true
MCE_CONSUMER_ENABLED=true MCE_CONSUMER_ENABLED=true
PE_CONSUMER_ENABLED=true PE_CONSUMER_ENABLED=true
UI_INGESTION_ENABLED=true UI_INGESTION_ENABLED=true
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.35 UI_INGESTION_DEFAULT_CLI_VERSION=0.8.38
# Uncomment to enable Metadata Service Authentication # Uncomment to enable Metadata Service Authentication
# METADATA_SERVICE_AUTH_ENABLED=true # METADATA_SERVICE_AUTH_ENABLED=true

View File

@ -82,7 +82,7 @@ services:
- MCE_CONSUMER_ENABLED=true - MCE_CONSUMER_ENABLED=true
- PE_CONSUMER_ENABLED=true - PE_CONSUMER_ENABLED=true
- UI_INGESTION_ENABLED=true - UI_INGESTION_ENABLED=true
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.35 - UI_INGESTION_DEFAULT_CLI_VERSION=0.8.38
hostname: datahub-gms hostname: datahub-gms
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head} image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
ports: ports:

View File

@ -88,7 +88,7 @@ services:
- MCE_CONSUMER_ENABLED=true - MCE_CONSUMER_ENABLED=true
- PE_CONSUMER_ENABLED=true - PE_CONSUMER_ENABLED=true
- UI_INGESTION_ENABLED=true - UI_INGESTION_ENABLED=true
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.35 - UI_INGESTION_DEFAULT_CLI_VERSION=0.8.38
hostname: datahub-gms hostname: datahub-gms
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head} image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
ports: ports:

View File

@ -12,6 +12,20 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Other notable Changes ### Other notable Changes
## `v0.8.38`
### Breaking Changes
### Potential Downtime
### Deprecations
### Other notable Changes
- Create & Revoke Access Tokens via the UI
- Create and Manage new users via the UI
- Improvements to Business Glossary UI
- FIX - Do not require reindexing to migrate to using the UI business glossary
## `v0.8.36` ## `v0.8.36`
### Breaking Changes ### Breaking Changes

View File

@ -42,7 +42,7 @@ authorization:
ingestion: ingestion:
enabled: ${UI_INGESTION_ENABLED:true} enabled: ${UI_INGESTION_ENABLED:true}
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.35}' defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.38}'
telemetry: telemetry:
enabledCli: ${CLI_TELEMETRY_ENABLED:true} enabledCli: ${CLI_TELEMETRY_ENABLED:true}