From 950d038dd71e863c03133c6e62e2632818fd6fc5 Mon Sep 17 00:00:00 2001 From: Marija <93824048+MarijaKnezevic@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:55:00 +0200 Subject: [PATCH] Release 1.1.2 (#29) * Update ckanext-relation to `v1.0.2` --------- Co-authored-by: Bruno Willenborg --- CHANGELOG.md | 12 ++++++++++-- README.md | 2 +- sddi-base/Dockerfile | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1937f..7a35caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). For releases `< 1.0.0` minor version steps may indicate breaking changes too. +## [1.1.2] - 2023-07-24 + +### Added + +- 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 ### Fixed @@ -119,7 +126,7 @@ for production environments.** - Initial release to initialize Github packages. - **Images are not functional jet**! -## [template] - YYYY-MM-DD +## [Unreleased] - YYYY-MM-DD ### Added @@ -151,7 +158,8 @@ for production environments.** ### Known issues -[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/0.0.5...HEAD +[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/1.1.2...HEAD +[1.1.2]: https://github.com/tum-gis/ckan-docker/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/tum-gis/ckan-docker/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/tum-gis/ckan-docker/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/tum-gis/ckan-docker/compare/1.0.0...1.0.1 diff --git a/README.md b/README.md index 9901e1a..47e9b1b 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ are alway pinned to a stable release number or commit hash. | [`scheming`](https://github.com/MarijaKnezevic/ckanext-scheming) | `5c30bba` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Configure and share CKAN dataset metadata forms. | | [`hierarchy`](https://github.com/ckan/ckanext-hierarchy) | `v1.2.0` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Allows to organize organizations and groups in a hierarchy tree (nested groups/orgs). | | [`grouphierarchysddi`](https://github.com/tum-gis/ckanext-grouphierarchy-sddi) | `1.1.1` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Extends `hierarchy` with pre-defined groups and topics of the SDDI concept. | -| [`relation`](https://github.com/tum-gis/ckanext-relation-sddi) | `1.0.1` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Enables to create and visualize different types of relations (*realated_to*, *depends_on*, *part_of*) between catalog entries. | +| [`relation`](https://github.com/tum-gis/ckanext-relation-sddi) | `1.0.2` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Enables to create and visualize different types of relations (*realated_to*, *depends_on*, *part_of*) between catalog entries. | | [`spatial`](https://github.com/MarijaKnezevic/ckanext-spatial) | `90ba354` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Provides the ability to search for datasets according to a given spatial extent. | | [`datesearch`](https://github.com/MarijaKnezevic/ckanext-datesearch) | `1.0.1` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Provides the ability to search for datasets according to a given time frame. The search includes all datasets, in which the time of validity overlaps in at least one second with the search time frame. | | [`repeating`](https://github.com/MarijaKnezevic/ckanext-repeating) | `1.0.0` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | This extension provides a way to store repeating fields in CKAN datasets, resources, organizations and groups. | diff --git a/sddi-base/Dockerfile b/sddi-base/Dockerfile index 16174fe..85e982f 100644 --- a/sddi-base/Dockerfile +++ b/sddi-base/Dockerfile @@ -37,7 +37,7 @@ RUN set -ex && \ ls -lah /wheels # ckanext-relation ############################################################ -ARG CKANEXT_RELATION_VERSION="1.0.1" +ARG CKANEXT_RELATION_VERSION="1.0.2" ENV CKANEXT_RELATION_VERSION=${CKANEXT_RELATION_VERSION} RUN set -ex && \