Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Mar 9, 2022
1 parent a3358a4 commit c6f9108
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.4.0 (2022-03-09)
--------------------------
Publish to github and sp-hosted-assets (#61)
Remove jackson-mapper-asl transitive dependency (#68)
Bump slf4j-simple to 1.7.36 (#67)
Bump beam-runners-google-cloud-dataflow-java to 2.36.0 (#66)
Bump scio to 0.11.5 (#65)
Change Docker base image to eclipse-temurin:8-jre-focal (#63)

Version 0.3.2 (2021-12-16)
--------------------------
Extend copyright to 2021 (#58)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A container can be run as follows:
docker run \
-v $PWD/config:/snowplow/config \
-e GOOGLE_APPLICATION_CREDENTIALS=/snowplow/config/credentials.json \ # if running outside GCP
snowplow/snowplow-google-cloud-storage-loader:0.3.2 \
snowplow/snowplow-google-cloud-storage-loader:0.4.0 \
--runner=DataFlowRunner \
--jobName=[JOB-NAME] \
--project=[PROJECT] \
Expand All @@ -62,14 +62,14 @@ docker run \
To display the help message:

```bash
docker run snowplow/snowplow-google-cloud-storage-loader:0.3.2 \
docker run snowplow/snowplow-google-cloud-storage-loader:0.4.0 \
--help
```

To display documentation about Cloud Storage Loader-specific options:

```bash
docker run snowplow/snowplow-google-cloud-storage-loader:0.3.2 \
docker run snowplow/snowplow-google-cloud-storage-loader:0.4.0 \
--help=com.snowplowanalytics.storage.googlecloudstorage.loader.Options
```

Expand Down

0 comments on commit c6f9108

Please sign in to comment.