Skip to content

Commit cc97e0e

Browse files
committed
Prepare for 2.0.0 release
1 parent 6297ff0 commit cc97e0e

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.0.0 (2021-10-08)
2+
--------------------------
3+
Bump elastic4s to 7.14.1 (close #175)
4+
Refactor config structure (close #206)
5+
Github action to scan docker image with lacework (close #205)
6+
17
Version 1.0.1 (2021-09-02)
28
--------------------------
39
Bump scala compiler to 2.12.14 (#200)

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ sbt compile
2525
The Snowplow Elasticsearch Loader has the following command-line interface:
2626

2727
```
28-
snowplow-elasticsearch-loader 1.0.1
28+
snowplow-elasticsearch-loader 2.0.0
2929
3030
Usage: snowplow-elasticsearch-loader [options]
3131
@@ -37,22 +37,15 @@ Usage: snowplow-elasticsearch-loader [options]
3737
Create your own config file:
3838

3939
```bash
40-
$ cp examples/config.hocon.sample my.conf
40+
$ cp config/config.kinesis.reference.hocon my.conf
4141
```
4242

43-
Update the configuration to fit your needs like modifying the AWS credentials:
44-
45-
```json
46-
aws {
47-
access-key: "default"
48-
secret-key: "default"
49-
}
50-
```
43+
Update the configuration to fit your needs.
5144

5245
Next, start the loader, making sure to specify your new config file:
5346

5447
```bash
55-
$ java -jar snowplow-elasticsearch-loader-1.0.1.jar --config my.conf
48+
$ java -jar snowplow-elasticsearch-loader-2.0.0.jar --config my.conf
5649
```
5750

5851
## Find out more

0 commit comments

Comments
 (0)