Skip to content

Commit

Permalink
Release upgrade_check 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Jun 14, 2021
1 parent 1cabbf6 commit 15c30e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions airflow/upgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ custom_rules:
## Changelog
### 1.4.0
- Add `conf` not importable from airflow rule (#14400)
- Upgrade rule to suggest rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#14913)
- Fix running "upgrade_check" command in a PTY. (#14977)
- Skip `DatabaseVersionCheckRule` check if invalid version is detected (#15122)
- Fix too specific parsing of `False` in `LegacyUIDeprecated` (#14967)

### 1.3.0

- Fix wrong warning about class that was not used in a dag file (#14700)
Expand Down
2 changes: 1 addition & 1 deletion airflow/upgrade/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

version = "1.3.0"
version = "1.4.0"

0 comments on commit 15c30e1

Please sign in to comment.