[
https://issues.apache.org/jira/browse/FLINK-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-9888.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
1.5.2
1.4.3
master: b81cccfa9a6559d159350daeea1dc03257fd6112
1.6: 29c76ce21ac56dd657d2ae6ea97ff3675964e6dd
1.5: 9baca1b8095cde8d05771f0800df587987a52ef6
1.4: dd7734b94b3d6097e3beb911e5823b909f4cbcec
> Remove unsafe defaults from release scripts
> -------------------------------------------
>
> Key: FLINK-9888
> URL: https://issues.apache.org/jira/browse/FLINK-9888
> Project: Flink
> Issue Type: Bug
> Components: Release System
> Affects Versions: 1.4.0, 1.5.0, 1.6.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.4.3, 1.5.2, 1.6.0
>
>
> Several variables in the release scripts have unsafe defaults, like these
> from {{create_release_branch.sh}}:
> {code}
> OLD_VERSION=${OLD_VERSION:-1.2-SNAPSHOT}
> NEW_VERSION=${NEW_VERSION:-1.3-SNAPSHOT}
> {code}
> We should not allow the script to run successfully without these being
> explicitly set.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)