Skip to content

Commit 649b340

Browse files
Merge pull request #56 from developmentseed/develop
Publish 1.1.0
2 parents 696ef04 + 98ba4f1 commit 649b340

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV \
1616
CURL_VERSION=7.59.0 \
1717
GEOS_VERSION=3.7.1 \
1818
GEOTIFF_VERSION=1.4.3 \
19-
GDAL_VERSION=2.4.0 \
19+
GDAL_VERSION=2.4.1 \
2020
HDF4_VERSION=4.2.14 \
2121
HDF5_VERSION=1.10.5 \
2222
NETCDF_VERSION=4.6.2 \
@@ -204,4 +204,4 @@ RUN \
204204
# Copy shell scripts and config files over
205205
COPY bin/* /usr/local/bin/
206206

207-
WORKDIR /home/geolambda
207+
WORKDIR /home/geolambda

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ While GeoLambda was initially intended for AWS Lambda they are also useful as ba
1313
| geolambda | GDAL |
1414
| -------- | ---- |
1515
| 1.0.0 | 2.3.1 |
16-
| 1.1.0 | 2.4.0 |
16+
| 1.1.0 | 2.4.1 |
1717

1818
To get the version numbers of all installed packages see the [CHANGELOG](CHANGELOG.md) or the Dockerfile for the specific version.
1919

@@ -39,6 +39,14 @@ The GeoLambda image does not have an entrypoint defined, so a command must be pr
3939

4040
If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version').
4141

42+
#### v1.1.0
43+
44+
| Region | ARN |
45+
| ------ | --- |
46+
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:1 |
47+
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:1 |
48+
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:1 |
49+
4250
#### v1.1.0rc3
4351

4452
| Region | ARN |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0rc3
1+
1.1.0

0 commit comments

Comments
 (0)