diff --git a/CHANGES.md b/CHANGES.md index 7b0bc34..e9d0d9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,13 @@ +## 2024-02-02 + +- update versions (author @philvarner, https://github.com/lambgeo/docker-lambda/pull/76): + - GDAL: 3.8.3 + - GEOS: 3.12.1 + - PROJ: 9.3.1 + +- fix `libsqlite3` lib links (author @jasongi, https://github.com/lambgeo/docker-lambda/pull/75) + ## 2023-12-20 - update to GDAL 3.8.2 diff --git a/README.md b/README.md index 8517ce7..7147ffa 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Based on `public.ecr.aws/lambda/provided:al2` (AmazonLinux 2) -- GDAL 3.8.2 - - **ghcr.io/lambgeo/lambda-gdal:3.8** (Dec 2023) +- GDAL 3.8.3 + - **ghcr.io/lambgeo/lambda-gdal:3.8** (Fev 2024) Runtimes images: @@ -134,7 +134,7 @@ Starting with gdal3.1 (PROJ 7.1), you can set `PROJ_NETWORK=ON` to use [remote g | gdal | amazonlinux version | size (Mb) | unzipped size (Mb) | arn | | ---- | ------------------- | --------- | ------------------ | ----------------------------------------------------------- | -| 3.8 | 2 | TBD | TBD | arn:aws:lambda:{REGION}:524387336408:layer:gdal38:{VERSION} | +| 3.8 | 3 | TBD | TBD | arn:aws:lambda:{REGION}:524387336408:layer:gdal38:{VERSION} | see [/layer.json](/layer.json) for the list of arns