Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gokoala): Bump GoKoala to v0.53.4 #25

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import (
)

const (
defaultGokoalaImage = "docker.io/pdok/gokoala:0.52.0"
defaultGokoalaImage = "docker.io/pdok/gokoala:0.53.4"
)

var (
Expand Down
180 changes: 150 additions & 30 deletions config/crd/bases/pdok.nl_ogcapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,26 +657,31 @@ spec:
type: array
type: object
mapSheetDownloads:
description: Downloads available for this collection
description: |-
Downloads available for this collection through map sheets. Note that 'map sheets' refer to a map
divided in rectangle areas that can be downloaded individually.
properties:
properties:
description: Properties that provide the download
details per map sheet
description: |-
Properties that provide the download details per map sheet. Note that 'map sheets' refer to a map
divided in rectangle areas that can be downloaded individually.
properties:
assetUrl:
description: Property containing file download
URL
description: Property/column containing
file download URL
type: string
mapSheetId:
description: Property containing the map
sheet identifier
description: Property/column containing
the map sheet identifier
type: string
mediaType:
description: Property containing file media
type
description: The actual media type (not
a property/column) of the download, like
application/zip.
type: string
size:
description: Property containing file size
description: Property/column containing
file size
type: string
required:
- assetUrl
Expand Down Expand Up @@ -792,6 +797,41 @@ spec:
only required when "implicit tiling" extension
is used.
type: string
web:
description: Configuration specifically related
to HTML/Web representation
properties:
featureViewer:
description: Viewer config for displaying a
single feature on a map
properties:
maxScale:
description: |-
Minimal initial zoom level of the viewer when rendering features, specified by scale denominator
(not set by default).
type: integer
minScale:
description: |-
Maximum initial zoom level of the viewer when rendering features, specified by scale denominator.
Defaults to 1000 (= scale 1:1000).
type: integer
type: object
featuresViewer:
description: Viewer config for displaying multiple
features on a map
properties:
maxScale:
description: |-
Minimal initial zoom level of the viewer when rendering features, specified by scale denominator
(not set by default).
type: integer
minScale:
description: |-
Maximum initial zoom level of the viewer when rendering features, specified by scale denominator.
Defaults to 1000 (= scale 1:1000).
type: integer
type: object
type: object
required:
- id
type: object
Expand Down Expand Up @@ -1363,26 +1403,31 @@ spec:
type: array
type: object
mapSheetDownloads:
description: Downloads available for this collection
description: |-
Downloads available for this collection through map sheets. Note that 'map sheets' refer to a map
divided in rectangle areas that can be downloaded individually.
properties:
properties:
description: Properties that provide the download
details per map sheet
description: |-
Properties that provide the download details per map sheet. Note that 'map sheets' refer to a map
divided in rectangle areas that can be downloaded individually.
properties:
assetUrl:
description: Property containing file download
URL
description: Property/column containing
file download URL
type: string
mapSheetId:
description: Property containing the map
sheet identifier
description: Property/column containing
the map sheet identifier
type: string
mediaType:
description: Property containing file media
type
description: The actual media type (not
a property/column) of the download, like
application/zip.
type: string
size:
description: Property containing file size
description: Property/column containing
file size
type: string
required:
- assetUrl
Expand Down Expand Up @@ -1498,6 +1543,41 @@ spec:
only required when "implicit tiling" extension
is used.
type: string
web:
description: Configuration specifically related
to HTML/Web representation
properties:
featureViewer:
description: Viewer config for displaying a
single feature on a map
properties:
maxScale:
description: |-
Minimal initial zoom level of the viewer when rendering features, specified by scale denominator
(not set by default).
type: integer
minScale:
description: |-
Maximum initial zoom level of the viewer when rendering features, specified by scale denominator.
Defaults to 1000 (= scale 1:1000).
type: integer
type: object
featuresViewer:
description: Viewer config for displaying multiple
features on a map
properties:
maxScale:
description: |-
Minimal initial zoom level of the viewer when rendering features, specified by scale denominator
(not set by default).
type: integer
minScale:
description: |-
Maximum initial zoom level of the viewer when rendering features, specified by scale denominator.
Defaults to 1000 (= scale 1:1000).
type: integer
type: object
type: object
required:
- id
type: object
Expand Down Expand Up @@ -2595,26 +2675,31 @@ spec:
type: array
type: object
mapSheetDownloads:
description: Downloads available for this collection
description: |-
Downloads available for this collection through map sheets. Note that 'map sheets' refer to a map
divided in rectangle areas that can be downloaded individually.
properties:
properties:
description: Properties that provide the download
details per map sheet
description: |-
Properties that provide the download details per map sheet. Note that 'map sheets' refer to a map
divided in rectangle areas that can be downloaded individually.
properties:
assetUrl:
description: Property containing file download
URL
description: Property/column containing
file download URL
type: string
mapSheetId:
description: Property containing the map
sheet identifier
description: Property/column containing
the map sheet identifier
type: string
mediaType:
description: Property containing file media
type
description: The actual media type (not
a property/column) of the download, like
application/zip.
type: string
size:
description: Property containing file size
description: Property/column containing
file size
type: string
required:
- assetUrl
Expand Down Expand Up @@ -2730,6 +2815,41 @@ spec:
only required when "implicit tiling" extension
is used.
type: string
web:
description: Configuration specifically related
to HTML/Web representation
properties:
featureViewer:
description: Viewer config for displaying a
single feature on a map
properties:
maxScale:
description: |-
Minimal initial zoom level of the viewer when rendering features, specified by scale denominator
(not set by default).
type: integer
minScale:
description: |-
Maximum initial zoom level of the viewer when rendering features, specified by scale denominator.
Defaults to 1000 (= scale 1:1000).
type: integer
type: object
featuresViewer:
description: Viewer config for displaying multiple
features on a map
properties:
maxScale:
description: |-
Minimal initial zoom level of the viewer when rendering features, specified by scale denominator
(not set by default).
type: integer
minScale:
description: |-
Maximum initial zoom level of the viewer when rendering features, specified by scale denominator.
Defaults to 1000 (= scale 1:1000).
type: integer
type: object
type: object
required:
- id
type: object
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/PDOK/ogcapi-operator

go 1.22.4
go 1.22.6

require (
github.com/PDOK/gokoala v0.52.0
github.com/PDOK/gokoala v0.53.4
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/peterbourgon/ff v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/PDOK/gokoala v0.52.0 h1:G7SYSIr6B01gOxl1wxymXZCaa/5fwI9mtKUyzRv73w4=
github.com/PDOK/gokoala v0.52.0/go.mod h1:IQAx9E2PTQHhjhzLF74d2+ooU/VOhiQHYfSj74A0n6c=
github.com/PDOK/gokoala v0.53.4 h1:jhD9RCeW9NDZqaZIkA9s6MkE5lBAresj2wVrK4BXPlQ=
github.com/PDOK/gokoala v0.53.4/go.mod h1:6MCChf4zzB6JdfDNM0hOvC5MZyM8aSaDygqMdnKt+JE=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
Expand Down
Loading