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(deps): update dependency titiler.application to v0.21.1 #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
titiler.application (changelog) ==0.19.2 -> ==0.21.1 age adoption passing confidence

Release Notes

developmentseed/titiler (titiler.application)

v0.21.1

Compare Source

titiler.core
titiler.xarray

v0.21.0

Compare Source

Misc
  • use URN style CRS notation in WMTS document

  • Unify Docker images (deprecate titiler-uvicorn)

Uvicorn

before

docker run \
    --platform=linux/amd64 \
    -p 8000:8000 \
    --env PORT=8000 \
    --rm -it ghcr.io/developmentseed/titiler-uvicorn:latest

now

docker run \
    --platform=linux/amd64 \
    -p 8000:8000 \
    --rm -it ghcr.io/developmentseed/titiler:latest \
    uvicorn titiler.application.main:app --host 0.0.0.0 --port 8000 --workers 1

Gunicorn

before

docker run \
    --platform=linux/amd64 \
    -p 8000:8000 \
    --env PORT=8000 \
    --rm -it ghcr.io/developmentseed/titiler:latest

now

docker run \
    --platform=linux/amd64 \
    -p 8000:8000 \
    --rm -it ghcr.io/developmentseed/titiler:latest \
    gunicorn -k uvicorn.workers.UvicornWorker titiler.application.main:app --bind 0.0.0.0:8000 --workers 1
```

v0.20.1

Compare Source

titiler.xarray
  • pin python zarr to >2,<3.0 to avoid zarr 3.0 breaking changes

v0.20.0

Compare Source

titiler.core
titiler.application
titiler.mosaic
  • remove rescale_dependency and color_formula_dependency attributes in MosaicTilerFactory class breaking change
  • add render_func: Callable[..., Tuple[bytes, str]] = render_image attribute in MosaicTilerFactory class breaking change
titiler.extensions
Misc

v0.19.3

Compare Source

titiler.xarray
  • pin python zarr to >2,<3.0 to avoid zarr 3.0 breaking changes [Backported from 0.20.1]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from fd689b8 to be02c71 Compare January 9, 2025 22:54
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.20.0 chore(deps): update dependency titiler.application to v0.20.1 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from be02c71 to d666e30 Compare January 24, 2025 16:30
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.20.1 chore(deps): update dependency titiler.application to v0.21.0 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/titiler.application-0.x branch from d666e30 to 61570ad Compare January 29, 2025 13:19
@renovate renovate bot changed the title chore(deps): update dependency titiler.application to v0.21.0 chore(deps): update dependency titiler.application to v0.21.1 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants