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.
2.1.2 - 2024-04-17
- Variable that defines after how many seconds of user inactivity the user is logged out
who.timeout = 1800
- Various
ckanext-grouphierarchy-sddi
updates and fixing of styling bugs. See CHANGELOG for changes.- Removed "Remember me" button on the login page
- Fixing the missing variables for personalization of the main page
- Repair the view of the dataset added by the organization on the main page
2.1.1 - 2024-04-17
2.1.0 - 2024-04-17
2.0.1 - 2023-11-07
- Expanding the Dataset Spatial Extend preview. #52
2.0.0 - 2023-11-02
-
Added ckanext-password-policy. This may break existing installations. The default password policy settings are:
ckanext.password_policy.password_length=12
ckanext.password_policy.failed_logins=3
ckanext.password_policy.user_locked_time=600
- Changed default basemap in map views, see ckan/ckanext-spatial#317
- Enabled new resource preview - webpage view
This release contains several security relevant changes and fixes. The issues are discussed in #40.
- Updated dependencies in ckanext-datesearch, tum-gis/ckanext-datesearch#1
- Several fixes in ckanext-grouphierarchy-sddi
- Limit emails sent for the "Forgot your password?" function
- Added Cross-Site-Scripting protection
- Password's containing "@" are not accepted, see keitaroinc/ckanext-password-policy#6
1.2.0 - 2023-08-21
-
Extended workflows to create a latest image for each pull request. The latest image will be tagged following this pattern:
ghcr.io/tum-gis/ckan-sddi-dev:sddi-base-pr-${{github.event.number}}
ghcr.io/tum-gis/ckan-sddi-dev:sddi-base-pr-${{github.event.number}}-debug
ghcr.io/tum-gis/ckan-sddi-dev:sddi-pr-${{github.event.number}}
ghcr.io/tum-gis/ckan-sddi-dev:sddi-pr-${{github.event.number}}-debug
ghcr.io/tum-gis/ckan-sddi-dev:sddi-social-pr-${{github.event.number}}
ghcr.io/tum-gis/ckan-sddi-dev:sddi-social-pr-${{github.event.number}}-debug
- Update to CKAN
2.9.9
1.1.3 - 2023-08-03
- Upstream bugfix from ckanext-grouphierarchy-sddi extension tum-gis/ckanext-grouphierarchy-sddi#17
- Default filter "read" for searching datasets by Main Categories/Topics is removed.
- Extended licenses list required for SDDI is added in upstream repo ckanext-grouphierarchy-sddi
1.1.2 - 2023-07-24
- Bump tum-gis/ckanext-relation-sddi:
1.0.1
->1.0.2
- Option to remove an already created resource has been added. tum-gis/ckanext-relation-sddi#10
1.1.1 - 2023-07-06
- upstream bugfix from ckanext-grouphierarchy-sddi extension. Fixed upload of images from from local source. tum-gis/ckanext-grouphierarchy-sddi#11
- upstream bugfix in ckanext-relation-sddi extension. Color labels of main categories synchronized with their graphic representation. tum-gis/ckanext-relation-sddi#7, tum-gis/ckanext-relation-sddi#8
1.1.0 - 2023-06-28
- Improvements in personalization via variables. Default groups and organizations have been added. See #23
- Via variables it is now possible to: define Background image, define intro text, define text below intro text
- The administrator can also change background image, intro text and text below intro text in the user interface in the "Systemadmin-settings" dialog in the running instance.
- Update to CKAN
2.9.8
- Fixed inconsistent base image and build image versions
1.0.1 - 2023-05-22
- Various extension updates and German translation.
- Various extension updates and fixing of styling bugs mentioned in the #20 issue.
1.0.0 - 2023-04-28
-
Added debug images with CKAN FLASK Debug Toolbar enabled, see here
-
Added devel images built form latest commit to
devel
branch. -
Various docs additions.
-
Added Zenodo DOI.
- Various extension updates.
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!