Skip to content

Commit a77dbe5

Browse files
committed
Update changelog for 1.33.0
1 parent 83a218c commit a77dbe5

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Added
1010

11+
## Changed
12+
13+
## Fixed
14+
15+
## Removed
16+
17+
## [1.33.0]
18+
1119
### Changed
1220
- Flowmachine's cache cleanup service is now a separate docker container from the main server. [#5911](https://github.com/Flowminder/FlowKit/issues/5911)
1321
> [!WARNING]
1422
> You will need to update your FlowKit deployment to include an additional flowmachine container which sets the command to `"cache-cleanup"`.
1523
16-
### Fixed
17-
1824
### Removed
25+
- FlowETL has been updated to Airflow 2.10.5, `airflow.providers.postgres.operators.postgres.PostgresOperator` is deprecated in favour of `airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator`.
1926

2027
## [1.32.0]
2128

@@ -1185,7 +1192,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
11851192

11861193
- Added Python 3.6 support for FlowClient
11871194

1188-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.32.0...master
1195+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.33.0...master
1196+
[1.33.0]: https://github.com/Flowminder/FlowKit/compare/1.32.0...1.33.0
11891197
[1.32.0]: https://github.com/Flowminder/FlowKit/compare/1.31.0...1.32.0
11901198
[1.31.0]: https://github.com/Flowminder/FlowKit/compare/1.30.0...1.31.0
11911199
[1.30.0]: https://github.com/Flowminder/FlowKit/compare/1.29.0...1.30.0

0 commit comments

Comments
 (0)