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.
For releases < 1.0.0
minor version steps may indicate breaking changes too.
Unreleased - YYYY-MM-DD
- Added debug images with CKAN FLASK Debug Toolbar enabled, see here
0.0.5 - 2023-03-30
Note: This is a testing release that might contain errors. Do not use this for production environments.
- Added
ckanext-dcat
- Added
ckanext-spatial
- Added
CKAN_INI
env var for CKAN config.ini file path for better compatibility with official CKAN images - Set timezone using
TZ
env var - Allow setting runtime base image with
BASEIMAGE_REPOSITORY
build arg
- Use official CKAN images for build stage
- Update Update OCI specs image labels
- Various docs updates
- Dropped outdated build scripts
- Several smaller fixes
- Fixed CKAN extension loading order
0.0.4 - 2023-03-02
- Latest fixes from tum-gis/ckanext-grouphierarchy-sddi and tum-gis/ckanext-relation-sddi included.
0.0.3 - 2023-03-02
- Workflow to build
edge
images from latest commit tomain
branch
- Adapt
sddi-base
Dockerfile for new extensions
0.0.2 - 2023-02-09
- Fixed SDDI group installation, revert #dd043571b634e881689f0ad8d8dc86013016a3f6.
0.0.1 - 2023-02-08
- Initial release to initialize Github packages.
- Images are not functional jet!