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.54.1 #27

Merged
merged 1 commit into from
Aug 29, 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.54.0"
defaultGokoalaImage = "docker.io/pdok/gokoala:0.54.1"
)

var (
Expand Down
73 changes: 36 additions & 37 deletions config/crd/bases/pdok.nl_ogcapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,9 @@ spec:
- description
type: object
supportedSrs:
description: Specifies in what projections (SRS/CRS)
the tiles are offered
description: |-
Specifies in what projections (SRS/CRS) the tiles are offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
properties:
srs:
Expand Down Expand Up @@ -809,17 +810,19 @@ spec:
ID to the underlying table in the datasource.
type: string
tileServer:
description: Reference to the server (or object
storage) hosting the tiles
description: |-
Reference to the server (or object storage) hosting the tiles.
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
pattern: ^(https?://.+)|(\$\{.+\}.*)
type: string
tileServerPath:
description: Optional basepath to 3D tiles on the
tileserver. Defaults to the collection ID.
type: string
types:
description: Could be 'vector' and/or 'raster' to
indicate the types of tiles offered
description: |-
Could be 'vector' and/or 'raster' to indicate the types of tiles offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
enum:
- raster
Expand Down Expand Up @@ -880,9 +883,6 @@ spec:
type: object
required:
- id
- supportedSrs
- tileServer
- types
type: object
type: array
tileServer:
Expand Down Expand Up @@ -1572,8 +1572,9 @@ spec:
- description
type: object
supportedSrs:
description: Specifies in what projections (SRS/CRS)
the tiles are offered
description: |-
Specifies in what projections (SRS/CRS) the tiles are offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
properties:
srs:
Expand Down Expand Up @@ -1604,17 +1605,19 @@ spec:
ID to the underlying table in the datasource.
type: string
tileServer:
description: Reference to the server (or object
storage) hosting the tiles
description: |-
Reference to the server (or object storage) hosting the tiles.
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
pattern: ^(https?://.+)|(\$\{.+\}.*)
type: string
tileServerPath:
description: Optional basepath to 3D tiles on the
tileserver. Defaults to the collection ID.
type: string
types:
description: Could be 'vector' and/or 'raster' to
indicate the types of tiles offered
description: |-
Could be 'vector' and/or 'raster' to indicate the types of tiles offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
enum:
- raster
Expand Down Expand Up @@ -1675,9 +1678,6 @@ spec:
type: object
required:
- id
- supportedSrs
- tileServer
- types
type: object
type: array
datasources:
Expand Down Expand Up @@ -2893,8 +2893,9 @@ spec:
- description
type: object
supportedSrs:
description: Specifies in what projections (SRS/CRS)
the tiles are offered
description: |-
Specifies in what projections (SRS/CRS) the tiles are offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
properties:
srs:
Expand Down Expand Up @@ -2925,17 +2926,19 @@ spec:
ID to the underlying table in the datasource.
type: string
tileServer:
description: Reference to the server (or object
storage) hosting the tiles
description: |-
Reference to the server (or object storage) hosting the tiles.
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
pattern: ^(https?://.+)|(\$\{.+\}.*)
type: string
tileServerPath:
description: Optional basepath to 3D tiles on the
tileserver. Defaults to the collection ID.
type: string
types:
description: Could be 'vector' and/or 'raster' to
indicate the types of tiles offered
description: |-
Could be 'vector' and/or 'raster' to indicate the types of tiles offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
enum:
- raster
Expand Down Expand Up @@ -2996,14 +2999,12 @@ spec:
type: object
required:
- id
- supportedSrs
- tileServer
- types
type: object
type: array
supportedSrs:
description: Specifies in what projections (SRS/CRS) the
tiles are offered
description: |-
Specifies in what projections (SRS/CRS) the tiles are offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
properties:
srs:
Expand All @@ -3030,13 +3031,15 @@ spec:
type: object
type: array
tileServer:
description: Reference to the server (or object storage)
hosting the tiles
description: |-
Reference to the server (or object storage) hosting the tiles.
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
pattern: ^(https?://.+)|(\$\{.+\}.*)
type: string
types:
description: Could be 'vector' and/or 'raster' to indicate
the types of tiles offered
description: |-
Could be 'vector' and/or 'raster' to indicate the types of tiles offered
Note: Only marked as optional in CRD to support top-level OR collection-level tiles
items:
enum:
- raster
Expand All @@ -3047,10 +3050,6 @@ spec:
description: Optional template to the vector tiles on
the tileserver. Defaults to {tms}/{z}/{x}/{y}.pbf.
type: string
required:
- supportedSrs
- tileServer
- types
type: object
type: object
resources:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/PDOK/ogcapi-operator
go 1.22.6

require (
github.com/PDOK/gokoala v0.54.0
github.com/PDOK/gokoala v0.54.1
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.54.0 h1:oXKcTax3JspH0AI8xSuvIwQC6tzXzoFx4AlAQDeH5QQ=
github.com/PDOK/gokoala v0.54.0/go.mod h1:k8tlgeP1RKOB+rdIK68nNsjeeoSdFqarKIa8ySbCQq0=
github.com/PDOK/gokoala v0.54.1 h1:nk0i13435moU/UMb4AWYo1J9zBsqu84y9A1d6WIgYBc=
github.com/PDOK/gokoala v0.54.1/go.mod h1:k8tlgeP1RKOB+rdIK68nNsjeeoSdFqarKIa8ySbCQq0=
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