Skip to content

Commit b86f9e9

Browse files
ckanext-relation -> 1.1.2 (#80)
* ckanext-relation -> 1.1.2 * Version pinning * ckanext-relation -> 1.1.2 * Update CHANGELOG.md
1 parent cc3cf42 commit b86f9e9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
For releases `< 1.0.0` minor version steps may indicate breaking changes too.
88

9+
## [3.1.1] - 2025-07-02
10+
11+
### Changed
12+
- Bump `ckanext-relation` `1.1.1` -> `1.1.2`
13+
914
## [3.1.0] - 2025-04-08
1015

1116
### Changed
@@ -270,7 +275,8 @@ for production environments.**
270275

271276
### Known issues
272277

273-
[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/3.1.0...HEAD
278+
[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/3.1.1...HEAD
279+
[3.1.1]: https://github.com/tum-gis/ckan-docker/compare/3.1.0...3.1.1
274280
[3.1.0]: https://github.com/tum-gis/ckan-docker/compare/3.0.1...3.1.0
275281
[3.0.1]: https://github.com/tum-gis/ckan-docker/compare/3.0.0...3.0.1
276282
[3.0.0]: https://github.com/tum-gis/ckan-docker/compare/2.1.2...3.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ are alway pinned to a stable release number or commit hash.
168168
| [`ckanext-geoview` ](https://github.com/ckan/ckanext-geoview) | `v0.2.2` |:heavy_check_mark: |:heavy_check_mark: | Configure and share CKAN dataset metadata forms. |
169169
| [`ckanext-clamav` ](https://github.com/mutantsan/ckanext-clamav) | `a1d23ac` |:heavy_check_mark: | :heavy_check_mark: |CKAN extension that integrates ClamAV antivirus scanning to ensure the security of uploaded files by automatically checking them for malware.|
170170
| [`ckanext-dcat` ](https://github.com/ckan/ckanext-dcat ) | `v1.5.1` |:heavy_check_mark: | :heavy_check_mark: |Allow CKAN to expose and consume metadata from other catalogs using RDF documents serialized using DCAT.|
171-
| [`ckanext-relation-sddi`](https://github.com/tum-gis/ckanext-relation-sddi ) | `1.1.1` | | :heavy_check_mark: | Enables to create and visualize different types of relations (*realated_to*, *depends_on*, *part_of*) between catalog entries. |
171+
| [`ckanext-relation-sddi`](https://github.com/tum-gis/ckanext-relation-sddi ) | `1.1.2` | | :heavy_check_mark: | Enables to create and visualize different types of relations (*realated_to*, *depends_on*, *part_of*) between catalog entries. |
172172
| [`ckanext-datesearch`](https://github.com/MarijaKnezevic/ckanext-datesearch) | `1.1.0`|| :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. |
173173
| [`ckanext-spatial`](https://github.com/ckan/ckanext-spatial) | `v2.3.0` | |:heavy_check_mark: | Enables geospatial capabilities to CKAN instance. |
174174
| [`ckanext-scheme-sddi`](https://github.com/MarijaKnezevic/ckanext-scheme-sddi) | `0.0.1` || :heavy_check_mark: | This plugin is extending CKAN schema definition, validation, and custom field support accordingly to SDDI needs. |

sddi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
2626
RUN pip install -U markupsafe==2.0.1 sqlalchemy==1.4.41
2727

2828
# ckanext-relation ############################################################
29-
ARG CKANEXT_RELATION_VERSION="1.1.1"
29+
ARG CKANEXT_RELATION_VERSION="1.1.2"
3030
ENV CKANEXT_RELATION_VERSION=${CKANEXT_RELATION_VERSION}
3131

3232
RUN set -ex && \

0 commit comments

Comments
 (0)