Skip to content

Commit

Permalink
[skip ci] Bump version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudMTABot committed Oct 31, 2021
1 parent 9de7135 commit b301076
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_mbtci_alpine
@@ -1,6 +1,6 @@
FROM alpine:3.14.2

ARG MBT_VERSION=1.2.4
ARG MBT_VERSION=1.2.5

ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \
/etc/ssl/certs/SAP_Global_Root_CA.crt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_mbtci_java11
Expand Up @@ -2,7 +2,7 @@ FROM sapmachine:11

# Build time arguments
ARG MTA_USER_HOME=/home/mta
ARG MBT_VERSION=1.2.4
ARG MBT_VERSION=1.2.5
ARG GO_VERSION=1.15.6
ARG NODE_VERSION=NODE_VERSION_TEMPLATE
ARG MAVEN_VERSION=3.6.3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_mbtci_java8
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
# Build time arguments
ARG DEBIAN_FRONTEND=noninteractive
ARG MTA_USER_HOME=/home/mta
ARG MBT_VERSION=1.2.4
ARG MBT_VERSION=1.2.5
ARG GO_VERSION=1.15.6
ARG NODE_VERSION=NODE_VERSION_TEMPLATE
ARG MAVEN_VERSION=3.6.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -137,7 +137,7 @@ docker build -f Dockerfile_alpine -t devxci/mbtci .

##### The images provide:

- Cloud MTA Build Tool - 1.2.4
- Cloud MTA Build Tool - 1.2.5
- Nodejs - 12.22.5 or 14.17.5
- Maven - 3.6.3
- Golang - 1.14.7
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.4
1.2.5
2 changes: 1 addition & 1 deletion configs/version.yaml
@@ -1,2 +1,2 @@
cli_version: 1.2.4
cli_version: 1.2.5
makefile_version: 0.0.1
2 changes: 1 addition & 1 deletion 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, 0x34, 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, 0x35, 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}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mbt",
"version": "1.2.4",
"version": "1.2.5",
"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": [
Expand Down
2 changes: 1 addition & 1 deletion test/goss/goss_template.yaml
Expand Up @@ -27,7 +27,7 @@ command:
mbt --version:
exit-status: 0
stdout:
- 1.2.4
- 1.2.5
# verify installed MAVEN VERSION
mvn --version:
exit-status: 0
Expand Down

0 comments on commit b301076

Please sign in to comment.