Skip to content

Commit

Permalink
Update main from 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
kupferk committed Oct 16, 2024
1 parent e0264a5 commit 26204e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ by a different Flowman project, you now need to explicitly import the project in
* The `kind` for schema definitions is now a mandatory attribute, Flowman will not fall back to a `inline` schema anymore.


## Version 0.30.2 - 2024-07-29

* github-496: updated build profile for CDP 7.1.9 platform version


## Version 0.30.1 - 2023-04-12

* github-379: [BUG] Parallel execution of multiple targets runs too many targets on Java 17
Expand Down
5 changes: 5 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ This version introduces some (minor) breaking changes:
by a different Flowman project, you now need to explicitly import the project in the `project.yml`


### Version 0.30.2 - 2024-07-29

* github-496: updated build profile for CDP 7.1.9 platform version


### Version 0.30.1 - 2023-04-12

* github-379: [BUG] Parallel execution of multiple targets runs too many targets on Java 17
Expand Down
2 changes: 1 addition & 1 deletion flowman-plugins/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin.name>flowman-openapi</plugin.name>
<plugin.version>${project.version}</plugin.version>
<plugin.jar>${project.build.finalName}.jar</plugin.jar>
<swagger.v3.version>2.1.18</swagger.v3.version>
<swagger.v3.version>2.1.22</swagger.v3.version>
</properties>

<profiles>
Expand Down

0 comments on commit 26204e6

Please sign in to comment.