From b95445e13db10fa35edfa17e64b8068644d8d519 Mon Sep 17 00:00:00 2001 From: Oguzhan Unlu Date: Mon, 18 Mar 2024 17:57:12 +0300 Subject: [PATCH] Prepare for 0.7.5 release --- CHANGELOG | 4 ++++ README.md | 2 +- VERSION | 2 +- src/main.go | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ac37948..cc66ffc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.7.5 (2024-03-25) +-------------------------- +Add gp3 volume support (#93) + Version 0.7.4 (2023-12-01) -------------------------- Bump alpine version to 3.18.5 (#91) diff --git a/README.md b/README.md index 57aff3f..d5175b3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[release-image]: https://img.shields.io/badge/release-0.7.4-6ad7e5.svg?style=flat +[release-image]: https://img.shields.io/badge/release-0.7.5-6ad7e5.svg?style=flat [releases]: https://github.com/snowplow/dataflow-runner/releases [license-image]: https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat diff --git a/VERSION b/VERSION index 0a1ffad..8bd6ba8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.4 +0.7.5 diff --git a/src/main.go b/src/main.go index 81c299e..7ac0dc4 100644 --- a/src/main.go +++ b/src/main.go @@ -37,8 +37,8 @@ import ( const ( appName = "dataflow-runner" appUsage = "Run templatable playbooks of Hadoop/Spark/et al jobs on Amazon EMR" - appCopyright = "(c) 2016-2022 Snowplow Analytics Ltd" - cliVersion = "0.7.4" + appCopyright = "(c) 2016-2024 Snowplow Analytics Ltd" + cliVersion = "0.7.5" varDelim = "," fEmrConfig = "emr-config" fEmrPlaybook = "emr-playbook"