Skip to content

Commit

Permalink
Merge pull request #387 from Axway-API-Management-Plus/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
rathnapandi authored Apr 21, 2023
2 parents ee13b39 + d6bf5ab commit e65cc20
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 18 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/apimcli-docker.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
name: APIM CLI Docker

#on:
# release:
# types: [published]

on:
push:
tags:
- "*"
workflow_dispatch:
inputs:
releaseVersion:
description: "Provide git tag version like 1.13.5"
required: true

jobs:
build-apim-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
#gh release download $RELEASE_NO -p *.tar.gz

- name: Download Artifact
run: |
gh release download $RELEASE_NO -p *.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#RELEASE_NO: ${{ github.event.release.tag_name }}
RELEASE_NO: ${{ steps.meta.outputs.tags }}
RELEASE_NO: ${{ github.event.inputs.releaseVersion }}
- name : Get Binary name
run: |
echo | find ./ -name 'axway-apimcli-*.tar.gz' | sed 's|^.//||'
Expand All @@ -39,8 +47,8 @@ jobs:
with:
context: .
build-args: |
"APIM_CLI_ARCHIVE=axway-apimcli-${{ steps.meta.outputs.tags }}.tar.gz"
"APIM_CLI_ARCHIVE=axway-apimcli-${{ github.event.inputs.releaseVersion }}.tar.gz"
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/axway-api-management-plus/apimcli:${{ github.event.inputs.releaseVersion }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.13.7] In progress
## [1.13.7] 2023-04-21


- Add output for apim.sh api check-cert (See issue [#374](https://github.com/Axway-API-Management-Plus/apim-cli/issues/374))
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/apim-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/apim-cli-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/apim-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/organizations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/spectoconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
<artifactId>parent</artifactId>
<version>1.13.7-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Axway API-Manager CLI Parent</name>
Expand Down

0 comments on commit e65cc20

Please sign in to comment.