mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-17 21:14:34 +00:00
chore(release): Updating default CLI version, update updating-datahub (#6590)
This commit is contained in:
parent
4ca3327d89
commit
180a993e09
@ -98,7 +98,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="(e.g. 0.9.0)"
|
placeholder="(e.g. 0.9.3)"
|
||||||
value={state.config?.version || ''}
|
value={state.config?.version || ''}
|
||||||
onChange={(event) => setVersion(event.target.value)}
|
onChange={(event) => setVersion(event.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -5,13 +5,24 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
|
|||||||
## Next
|
## Next
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
- `datahub check graph-consistency` command has been removed. It was a beta API that we had considered but decided there are better solutions for this. So removing this.
|
|
||||||
|
|
||||||
### Potential Downtime
|
### Potential Downtime
|
||||||
|
|
||||||
### Deprecations
|
### Deprecations
|
||||||
|
|
||||||
- In PowerBI source `workspace_id_pattern` is recommended over deprecated `workspace_id`.
|
### Other notable Changes
|
||||||
|
|
||||||
|
## 0.9.3
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
- The beta `datahub check graph-consistency` command has been removed.
|
||||||
|
|
||||||
|
### Potential Downtime
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
|
||||||
|
- PowerBI source: `workspace_id_pattern` is introduced in place of `workspace_id`. `workspace_id` is now deprecated and set for removal in a future version.
|
||||||
|
|
||||||
### Other notable Changes
|
### Other notable Changes
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ Produces the following variables and supports token replacement
|
|||||||
import org.apache.tools.ant.filters.ReplaceTokens
|
import org.apache.tools.ant.filters.ReplaceTokens
|
||||||
|
|
||||||
def detailedVersionString = "0.0.0-unknown-SNAPSHOT"
|
def detailedVersionString = "0.0.0-unknown-SNAPSHOT"
|
||||||
def cliMajorVersion = "0.9.0" // base default cli major version
|
def cliMajorVersion = "0.9.3" // base default cli major version
|
||||||
def snapshotVersion = false
|
def snapshotVersion = false
|
||||||
if (project.hasProperty("releaseVersion")) {
|
if (project.hasProperty("releaseVersion")) {
|
||||||
version = releaseVersion
|
version = releaseVersion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user