Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski authored and peel committed Feb 21, 2020
1 parent ef19f3e commit 3150794
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.3.0 (2020-01-27)
--------------------------
Add type partition for bad row partition persistence (#18)
Bump iglu-core to 0.5.1 (#33)
Bump circe to 0.11.2 (#35)

Version 0.2.1 (2020-01-21)
--------------------------
Change base docker image to k8s-dataflow:0.1.0 (#36)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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-docker-registry.bintray.io/snowplow/snowplow-google-cloud-storage-loader:0.2.0 \
snowplow-docker-registry.bintray.io/snowplow/snowplow-google-cloud-storage-loader:0.3.0 \
--runner=DataFlowRunner \
--jobName=[JOB-NAME] \
--project=[PROJECT] \
Expand All @@ -97,14 +97,14 @@ docker run \
To display the help message:

```bash
docker run snowplow-docker-registry.bintray.io/snowplow/snowplow-google-cloud-storage-loader:0.2.0 \
docker run snowplow-docker-registry.bintray.io/snowplow/snowplow-google-cloud-storage-loader:0.3.0 \
--help
```

To display documentation about Cloud Storage Loader-specific options:

```bash
docker run snowplow-docker-registry.bintray.io/snowplow/snowplow-google-cloud-storage-loader:0.2.0 \
docker run snowplow-docker-registry.bintray.io/snowplow/snowplow-google-cloud-storage-loader:0.3.0 \
--help=com.snowplowanalytics.storage.googlecloudstorage.loader.Options
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val compilerOptions = Seq(

lazy val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "com.snowplowanalytics",
version := "0.2.1",
version := "0.3.0",
scalaVersion := "2.12.10",
scalacOptions ++= compilerOptions,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down

0 comments on commit 3150794

Please sign in to comment.