Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Breaking changes for breaking changes.
- Features for new features or changes in existing functionality.
- Fixes for any bug fixes.
- Deprecated for soon-to-be removed features.
Unreleased
4.0.1 - 2023-10-12
Fixes
- Dependencies update.
4.0.0 - 2023-09-15
Breaking changes
- Upgrade from
pydantic
1.x to 2.x.
Fixes
- Dependencies update.
- Update parameters deprecated in
pydantic
2.x.
3.0.0 - 2023-06-25
Breaking changes
- Drops Python 3.7 support.
Fixes
- Pass full Python version to
Dockerfile
if available.
2.0.0 - 2022-12-29
Breaking changes
- Renamed command from
build-docker
todocker-build
. - Renamed config option from
dockerhub
todocker_build
. - Renamed config option key from
username
todockerhub_username
.
Fixes
- Add missing dependency on
packaging
.
1.1.0 - 2022-12-29
Features
- Port
docker-build
command fromdelfino-core
.
1.0.0 - 2022-12-29
Features
- Initial source code