Skip to content

Commit

Permalink
Merge pull request #38 from tum-gis/devel
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
BWibo authored Aug 21, 2023
2 parents 3c1e03f + a13a29d commit c03b818
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
echo "${{ env.REGISTRY }}/tum-gis/ckan-sddi-dev:sddi-pr-${{github.event.number}}-${{ steps.short-sha.outputs.sha }}-debug"
# SDDI
# SDDI-SOCIAL
-
name: Extract metadata (tags, labels) for docker image
id: meta-sddi-social
Expand Down
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ 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.2.0] - 2023-08-21

### Changed

- Update to CKAN `2.9.9`

### Fixed

## [1.1.3] - 2023-08-03

### Fixed

- upstream bugfix from [ckanext-grouphierarchy-sddi](https://github.com/tum-gis/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](https://github.com/tum-gis/ckanext-grouphierarchy-sddi/blob/main/ckanext/grouphierarchy/licenses_SDDI.json) required for SDDI is added in upstream repo [ckanext-grouphierarchy-sddi](https://github.com/tum-gis/ckanext-grouphierarchy-sddi)
- Upstream bugfix from [ckanext-grouphierarchy-sddi](https://github.com/tum-gis/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](https://github.com/tum-gis/ckanext-grouphierarchy-sddi/blob/main/ckanext/grouphierarchy/licenses_SDDI.json) required for SDDI is added in upstream repo [ckanext-grouphierarchy-sddi](https://github.com/tum-gis/ckanext-grouphierarchy-sddi)

## [1.1.2] - 2023-07-24

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ This registry will be cleared periodically.

### CKAN and CKAN extension versions

CKAN version: `2.9.8`
CKAN base image: `ghcr.io/keitaroinc/ckan:2.9.8-focal`
CKAN version: `2.9.9`
CKAN base image: `ghcr.io/keitaroinc/ckan:2.9.9-focal`

The CKAN catalog platform uses several extensions to provide the functionality
needed for the SDDI concept. The table below lists the included extensions with
Expand Down
6 changes: 3 additions & 3 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
###############################################################################
# Build stage
###############################################################################
ARG CKAN_VERSION_BUILD_STAGE=2.9.8-dev
ARG CKAN_VERSION_BUILD_SPATIAL=2.9.8-focal
ARG CKAN_VERSION_RUNTIME_STAGE=2.9.8-focal
ARG CKAN_VERSION_BUILD_STAGE=2.9.9-dev
ARG CKAN_VERSION_BUILD_SPATIAL=2.9.9-focal
ARG CKAN_VERSION_RUNTIME_STAGE=2.9.9-focal

FROM ckan/ckan-base:${CKAN_VERSION_BUILD_STAGE} as extbuild

Expand Down
2 changes: 1 addition & 1 deletion sddi-base/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASEIMAGE_VERSION=edge

FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}

ARG CKAN_VERSION=2.9.8
ARG CKAN_VERSION=2.9.9
ENV CKAN_VERSION=${CKAN_VERSION}

USER root
Expand Down
2 changes: 1 addition & 1 deletion sddi-social/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# #############################################################################
ARG BASEIMAGE_REPOSITORY=ghcr.io/tum-gis/ckan-sddi
ARG BASEIMAGE_VERSION=latest
ARG CKAN_VERSION_BUILD_STAGE=2.9.8-dev
ARG CKAN_VERSION_BUILD_STAGE=2.9.9-dev

FROM ckan/ckan-base:${CKAN_VERSION_BUILD_STAGE} as extbuild

Expand Down
2 changes: 1 addition & 1 deletion sddi-social/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASEIMAGE_VERSION=edge

FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}

ARG CKAN_VERSION=2.9.8
ARG CKAN_VERSION=2.9.9
ENV CKAN_VERSION=${CKAN_VERSION}

USER root
Expand Down
2 changes: 1 addition & 1 deletion sddi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# #############################################################################
ARG BASEIMAGE_REPOSITORY=ghcr.io/tum-gis/ckan-sddi-base
ARG BASEIMAGE_VERSION=latest
ARG CKAN_VERSION_BUILD_STAGE=2.9.8-dev
ARG CKAN_VERSION_BUILD_STAGE=2.9.9-dev

FROM ckan/ckan-base:${CKAN_VERSION_BUILD_STAGE} as extbuild

Expand Down
2 changes: 1 addition & 1 deletion sddi/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASEIMAGE_VERSION=edge

FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}

ARG CKAN_VERSION=2.9.8
ARG CKAN_VERSION=2.9.9
ENV CKAN_VERSION=${CKAN_VERSION}

USER root
Expand Down

0 comments on commit c03b818

Please sign in to comment.