Skip to content

Commit cf0bf0b

Browse files
0.24.2 -> 0.25.0 (#1258)
* 0.24.2 -> 0.25.0 * bump chart testing
1 parent ca2c818 commit cf0bf0b

File tree

19 files changed

+24
-609
lines changed

19 files changed

+24
-609
lines changed

.github/workflows/check_charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: '3.x'
4343

4444
- name: Set up chart-testing
45-
uses: helm/chart-testing-action@v2.7.0
45+
uses: helm/chart-testing-action@v2.8.0
4646

4747
- name: Run chart-testing (list-changed)
4848
id: list-changed

deployment/aws/lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /tmp
88
RUN dnf install -y gcc-c++ && dnf clean all
99

1010
RUN python -m pip install pip -U
11-
RUN python -m pip install "titiler.application==0.24.2" "mangum>=0.10.0" -t /asset --no-binary pydantic
11+
RUN python -m pip install "titiler-application==0.25.0" "mangum>=0.10.0" -t /asset --no-binary pydantic
1212

1313
# Reduce package size and remove useless files
1414
RUN cd /asset && find . -type f -name '*.pyc' | while read f; do n=$(echo $f | sed 's/__pycache__\///' | sed 's/.cpython-[0-9]*//'); cp $f $n; done;

deployment/aws/lambda/Dockerfile.xarray

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /tmp
88
RUN dnf install -y gcc-c++ && dnf clean all
99

1010
RUN python -m pip install pip -U
11-
RUN python -m pip install "titiler.xarray==0.24.2" "mangum>=0.10.0" "aiobotocore==2.17.0" "zarr" "s3fs" "aiohttp" "h5netcdf" "starlette-cramjam" "pydantic-settings" "cftime" -t /asset --no-binary pydantic,xarray,numpy,pandas
11+
RUN python -m pip install "titiler-xarray==0.25.0" "mangum>=0.10.0" "starlette-cramjam" "pydantic-settings" "cftime" -t /asset --no-binary pydantic,xarray,numpy,pandas
1212

1313
# Reduce package size and remove useless files
1414
RUN cd /asset && find . -type f -name '*.pyc' | while read f; do n=$(echo $f | sed 's/__pycache__\///' | sed 's/.cpython-[0-9]*//'); cp $f $n; done;
@@ -18,7 +18,6 @@ RUN find /asset -type d -a -name 'tests' -print0 | xargs -0 rm -rf
1818
RUN rm -rdf /asset/numpy/doc/ /asset/boto3* /asset/botocore* /asset/bin /asset/geos_license /asset/Misc
1919

2020
COPY lambda/xarray_handler.py /asset/handler.py
21-
COPY lambda/templates/ /asset/templates
2221

2322
# Ref: https://github.com/developmentseed/titiler/discussions/1108#discussioncomment-13045681
2423
RUN cp /usr/lib64/libexpat.so.1 /asset/

deployment/aws/lambda/templates/conformance.html

Lines changed: 0 additions & 32 deletions
This file was deleted.

deployment/aws/lambda/templates/header.html

Lines changed: 0 additions & 44 deletions
This file was deleted.

deployment/aws/lambda/templates/landing.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)