Skip to content

Commit

Permalink
Release 1.1.2 (#29)
Browse files Browse the repository at this point in the history
* Update ckanext-relation to  `v1.0.2`

---------

Co-authored-by: Bruno Willenborg <[email protected]>
  • Loading branch information
MarijaKnezevic and BWibo authored Jul 24, 2023
1 parent 78e46dc commit 950d038
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 950d038

Please sign in to comment.