Skip to content

Commit

Permalink
move to release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Mar 18, 2018
1 parent ece9675 commit da98a59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
- secure: "GJeuDtHqYz70+p0t5MmAA/k50ncT3ao+IxChjfceyAZ3EV5Ij00eanz3Z5cLnWzeoqwOOzDK+lYaRYhySxVtYaRyw0qIqypiPnuTjRykEJ4+bOUZrwYEa9c9TvQgWMvlVDRBiVATRYQ692+WTbIqEifMSQ/tkELws6H9gCE93PEyaAUv8X8ugawdTack+zKxAJgse9WCQ28SM16NqFAL3Rnd/6lHVRefgvcH7XrWnX4xD60HTULWon8MV8pjyp3cSTfQ27SgIiYMaIg8QadsJXJgZpl5h7EWV5p2Qat6sua8ZWCAcpTtwxwvQwAcwkXWxCE9V0HXk05bbNxg4UQlWxMiqo/KZYD9SQDOde7pFLmbFdHNexKnMAhSro87T1ZUw7cUmYlpR8O4LUQtreDc6K1RYApwkZQUtd8Vz197SWXXI+JHzPWgZ+QwkxcBVHofqxQ5hGPulBEsQYcWGNf9Jss9+Af50p8CAPYWH4EHjw6rLivJt0r2xRLdD5tDqOmSrGc8Y/+HSdTMIvQ+8e/7V7hZ6PmA2+0bRM1I3V4OdKTXP/fjxLj/2yyJ0gTvmT1pii9lD7q1hEuFgyuWzBtZRFBPAZt9HidkmkBhhnEBuTrsTKNcebZtXPgFDyV5PLNw1L1bBHvIRvWc2Jn9IrzODOdiz2VT5qzn7FAyulExEak=" # DOCKER_PASS
- COMMIT=${TRAVIS_COMMIT::8}
- REPO=startx/sxapi
- RELEASE=0.2.0
- RELEASE=0.2.1

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8-alpine
MAINTAINER STARTX "dev@startx.fr"

ENV SXAPI_VERSION=0.2.0 \
ENV SXAPI_VERSION=0.2.1 \
SX_ID="startx/sxapi" \
SX_NAME="Startx SXAPI (alpine)" \
SX_SUMMARY="Small an eXtensible API framework to build small and flexible microservices using a single configuration file" \
Expand Down
14 changes: 7 additions & 7 deletions openshift-imageStreams.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
}
},
{
"name": "0.2.0",
"name": "0.2.1",
"annotations": {
"openshift.io/display-name": "S2I Startx SXAPI framework (0.2.0)",
"description": "Simple and extensible API framework based on alpine (v0.2.0)",
"openshift.io/display-name": "S2I Startx SXAPI framework (0.2.1)",
"description": "Simple and extensible API framework based on alpine (v0.2.1)",
"iconClass": "icon-nodejs",
"tags": "builder,startx,alpine,nodejs,sxapi-0.2.0",
"supports": "sxapi:0.2.0,nodejs,http",
"version": "0.2.0",
"tags": "builder,startx,alpine,nodejs,sxapi-0.2.1",
"supports": "sxapi:0.2.1,nodejs,http",
"version": "0.2.1",
"sampleRepo": "https://github.com/startxfr/sxapi-example.git"
},
"from": {
"kind": "DockerImage",
"name": "startx/sxapi:0.2.0"
"name": "startx/sxapi:0.2.1"
}
},
{
Expand Down

0 comments on commit da98a59

Please sign in to comment.