From 6bd12fd78e3a914b14d3ca36e4f5c0704eb21f3c Mon Sep 17 00:00:00 2001 From: spenes Date: Fri, 1 Dec 2023 15:41:36 +0300 Subject: [PATCH] Prepare for 0.7.4 release --- CHANGELOG | 5 +++++ README.md | 2 +- VERSION | 2 +- src/main.go | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7a33891..ac37948 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 0.7.4 (2023-12-01) +-------------------------- +Bump alpine version to 3.18.5 (#91) +Scan Docker images in Snyk Github action (#90) + Version 0.7.3 (2022-10-27) -------------------------- Bump golang to 1.19.2 (#89) diff --git a/README.md b/README.md index feceeb4..57aff3f 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.3-6ad7e5.svg?style=flat +[release-image]: https://img.shields.io/badge/release-0.7.4-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 f38fc53..0a1ffad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3 +0.7.4 diff --git a/src/main.go b/src/main.go index c7c26b5..81c299e 100644 --- a/src/main.go +++ b/src/main.go @@ -38,7 +38,7 @@ 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.3" + cliVersion = "0.7.4" varDelim = "," fEmrConfig = "emr-config" fEmrPlaybook = "emr-playbook"