Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Feb 2, 2024
1 parent 520e0d7 commit 4ef3ac2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4ef3ac2

Please sign in to comment.