Skip to content

Commit

Permalink
Prepare for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed May 12, 2022
1 parent fce8cc4 commit f699304
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 0.5.0 (2022-05-12)
--------------------------
Exclude beam-sdks-java-extensions-sql (#80)
Bump google-oauth-client to 1.33.3 (#79)
Bump scio to 0.11.7 (#78)
Fix gcloud authorization in github action (#77)
Publish distroless docker images (#75)
Upgrade docker base image to JRE 11 (#74)
Tidy up sbt project files (#73)
Bump jackson-databind to 2.13.2.2 (#71)
Remove explicit override of netty-codec version (#70)
Bump beam to 2.38.0 (#69)

Version 0.4.0 (2022-03-09)
--------------------------
Publish to github and sp-hosted-assets (#61)
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.4.0 \
snowplow/snowplow-google-cloud-storage-loader:0.5.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.4.0 \
docker run snowplow/snowplow-google-cloud-storage-loader:0.5.0 \
--help
```

To display documentation about Cloud Storage Loader-specific options:

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

Expand Down

0 comments on commit f699304

Please sign in to comment.