From 4045a513113a96d2408c7aaeb7e5ed9727037058 Mon Sep 17 00:00:00 2001 From: CloudMTABot Date: Wed, 11 Aug 2021 05:31:11 +0000 Subject: [PATCH] [skip ci] Bump version 1.2.3 --- Dockerfile_alpine | 2 +- Dockerfile_sapjvm | 2 +- Dockerfile_sapmachine | 2 +- README.md | 2 +- VERSION | 2 +- configs/version.yaml | 2 +- internal/version/version_cfg.go | 2 +- package.json | 2 +- test/goss/goss_sapjvm.yaml | 2 +- test/goss/goss_sapmachine.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile_alpine b/Dockerfile_alpine index 0b68232d..54ac3001 100644 --- a/Dockerfile_alpine +++ b/Dockerfile_alpine @@ -1,6 +1,6 @@ FROM alpine:3.13.0 -ARG MBT_VERSION=1.2.2 +ARG MBT_VERSION=1.2.3 ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \ /etc/ssl/certs/SAP_Global_Root_CA.crt diff --git a/Dockerfile_sapjvm b/Dockerfile_sapjvm index 89524995..9e20546d 100644 --- a/Dockerfile_sapjvm +++ b/Dockerfile_sapjvm @@ -2,7 +2,7 @@ FROM vertigo/sap-jvm8:latest # Build time variables ARG MTA_USER_HOME=/home/mta -ARG MBT_VERSION=1.2.2 +ARG MBT_VERSION=1.2.3 ARG GO_VERSION=1.15.6 ARG NODE_VERSION=NODE_VERSION_TEMPLATE ARG MAVEN_VERSION=3.6.3 diff --git a/Dockerfile_sapmachine b/Dockerfile_sapmachine index 828b6e4a..76c9725b 100644 --- a/Dockerfile_sapmachine +++ b/Dockerfile_sapmachine @@ -2,7 +2,7 @@ FROM sapmachine:latest # Build time variables ARG MTA_USER_HOME=/home/mta -ARG MBT_VERSION=1.2.2 +ARG MBT_VERSION=1.2.3 ARG GO_VERSION=1.15.6 ARG NODE_VERSION=NODE_VERSION_TEMPLATE ARG MAVEN_VERSION=3.6.3 diff --git a/README.md b/README.md index 1ab10303..f92a6764 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ docker build -t devxci/mbtci . ##### The images provide: -- Cloud MTA Build Tool - 1.2.2 +- Cloud MTA Build Tool - 1.2.3 - Nodejs - 12.18.3 or 14.17.0 - Maven - 3.6.3 - Golang - 1.14.7 diff --git a/VERSION b/VERSION index 23aa8390..0495c4a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 +1.2.3 diff --git a/configs/version.yaml b/configs/version.yaml index 3f1179d2..de212e96 100644 --- a/configs/version.yaml +++ b/configs/version.yaml @@ -1,2 +1,2 @@ -cli_version: 1.2.2 +cli_version: 1.2.3 makefile_version: 0.0.1 diff --git a/internal/version/version_cfg.go b/internal/version/version_cfg.go index 074e73ac..e5cd3b87 100644 --- a/internal/version/version_cfg.go +++ b/internal/version/version_cfg.go @@ -1,4 +1,4 @@ package version // VersionConfig - do not edit -var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x2e, 0x32, 0x2e, 0x32, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0xa} +var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x2e, 0x32, 0x2e, 0x33, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0xa} diff --git a/package.json b/package.json index 8cef1325..7f445298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mbt", - "version": "1.2.2", + "version": "1.2.3", "description": "[![CircleCI](https://circleci.com/gh/SAP/cloud-mta-build-tool.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta-build-tool) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta-build-tool)](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta-build-tool/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover) ![GitHub license](https://img.shields.io/badge/license-Apache_2.0-blue.svg) ![pre-alpha](https://img.shields.io/badge/Release-pre--alpha-orange.svg)", "main": "index.js", "files": [ diff --git a/test/goss/goss_sapjvm.yaml b/test/goss/goss_sapjvm.yaml index d00dcc06..80e174f0 100644 --- a/test/goss/goss_sapjvm.yaml +++ b/test/goss/goss_sapjvm.yaml @@ -23,7 +23,7 @@ command: mbt --version: exit-status: 0 stdout: - - 1.2.2 + - 1.2.3 # verify installed MAVEN VERSION mvn --version: exit-status: 0 diff --git a/test/goss/goss_sapmachine.yaml b/test/goss/goss_sapmachine.yaml index bc3bf8b1..9628cd3a 100644 --- a/test/goss/goss_sapmachine.yaml +++ b/test/goss/goss_sapmachine.yaml @@ -25,7 +25,7 @@ command: mbt --version: exit-status: 0 stdout: - - 1.2.2 + - 1.2.3 # verify installed MAVEN VERSION mvn --version: exit-status: 0