Skip to content

Commit

Permalink
Prepare for 0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Sep 20, 2022
1 parent 16317c0 commit 735c31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.5.3 (2022-09-20)
--------------------------
Bump snakeyaml to 1.32 (#85)

Version 0.5.2 (2022-07-20)
--------------------------
Ensure docker image has latest openssl and libfreetype6 versions (#83)
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.5.1 \
snowplow/snowplow-google-cloud-storage-loader:0.5.3 \
--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.5.1 \
docker run snowplow/snowplow-google-cloud-storage-loader:0.5.3 \
--help
```

To display documentation about Cloud Storage Loader-specific options:

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

Expand Down

0 comments on commit 735c31f

Please sign in to comment.