Skip to content

Commit

Permalink
Release Kedro-Docker 0.3.1 (#94)
Browse files Browse the repository at this point in the history
* Add release notes for kedro-docker 0.3.1

Signed-off-by: Jannic Holzer <[email protected]>

* Update version in kedro_docker module

Signed-off-by: Jannic Holzer <[email protected]>

Signed-off-by: Jannic Holzer <[email protected]>
  • Loading branch information
jmholzer authored Dec 30, 2022
1 parent 0c5a0a6 commit 6fb5d07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions kedro-docker/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

## Major features and improvements

* Introduced two-stage builds with separated runtime environment and project code
* Optimized image layers that store project code
* Redundant Spark and Hadoop libs removed from Spark's template

## Bug fixes and other changes

## Breaking changes to the API

# Release 0.3.1
## Major features and improvements
* Introduced two-stage builds with separated runtime environment and project code.
* Optimized image layers that store project code.
* Redundant Spark and Hadoop libs removed from Spark's template.

## Thanks for supporting contributions
[Mariusz Strzelecki](https://github.com/szczeles)

# Release 0.3.0
## Major features and improvements
* Add compatibility with `kedro` 0.18.0
Expand Down
2 changes: 1 addition & 1 deletion kedro-docker/kedro_docker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Kedro plugin for packaging a project with Docker """

__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 6fb5d07

Please sign in to comment.