Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Streeter committed Feb 25, 2020
1 parent 75bbcef commit cab2958
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
Version 0.4.2 (2020-02-25)
--------------------------
Update to go version 1.13 (#61)
Update list of allowed emr applications (#59)
Return error when cluster config is unparseable (#58)
Update consul testutil dependency (#57)

Version 0.4.1 (2018-12-13)
--------------------------
Load configuration files eagerly during run-transient (#47)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -15,14 +15,14 @@ Run templatable playbooks of Hadoop/Spark/et al jobs on Amazon EMR.
Assuming you are running on 64bit Linux:

```bash
host> wget http://dl.bintray.com/snowplow/snowplow-generic/dataflow_runner_0.4.1_linux_amd64.zip
host> unzip dataflow_runner_0.4.1_linux_amd64.zip
host> wget http://dl.bintray.com/snowplow/snowplow-generic/dataflow_runner_0.4.2_linux_amd64.zip
host> unzip dataflow_runner_0.4.2_linux_amd64.zip
host> ./dataflow-runner --help
```

## Copyright and license

Dataflow Runner is copyright 2016-2018 Snowplow Analytics Ltd.
Dataflow Runner is copyright 2016-2020 Snowplow Analytics Ltd.

Licensed under the **[Apache License, Version 2.0][license]** (the "License");
you may not use this software except in compliance with the License.
Expand All @@ -36,7 +36,7 @@ limitations under the License.
[travis]: https://travis-ci.org/snowplow/dataflow-runner
[travis-image]: https://travis-ci.org/snowplow/dataflow-runner.png?branch=master

[release-image]: http://img.shields.io/badge/release-0.4.1-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.4.2-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow/dataflow-runner/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.1
0.4.2
2 changes: 1 addition & 1 deletion src/config_resolver.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/config_resolver_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/emr_cluster.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/emr_cluster_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/job_flow_steps.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/job_flow_steps_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/lock.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/lock_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/logs_downloader.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/logs_downloader_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
6 changes: 3 additions & 3 deletions src/main.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down Expand Up @@ -31,8 +31,8 @@ import (
const (
appName = "dataflow-runner"
appUsage = "Run templatable playbooks of Hadoop/Spark/et al jobs on Amazon EMR"
appCopyright = "(c) 2016-2018 Snowplow Analytics Ltd"
cliVersion = "0.4.1"
appCopyright = "(c) 2016-2020 Snowplow Analytics Ltd"
cliVersion = "0.4.2"
varDelim = ","
fEmrConfig = "emr-config"
fEmrPlaybook = "emr-playbook"
Expand Down
2 changes: 1 addition & 1 deletion src/s3_downloader.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/s3_downloader_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/test_data_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/utils.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/utils_test.go
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved.
// Copyright (c) 2016-2020 Snowplow Analytics Ltd. All rights reserved.
//
// This program is licensed to you under the Apache License Version 2.0,
// and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down

0 comments on commit cab2958

Please sign in to comment.