Skip to content

Commit

Permalink
release 0.2.4 bugfix couchbase log backend
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Mar 25, 2018
1 parent 1e9ea7f commit e664f80
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.3
- RELEASE=0.2.4

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.3 \
ENV SXAPI_VERSION=0.2.4 \
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
2 changes: 1 addition & 1 deletion docs/resources/twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API developpers can use [resource endpoints](#resource-endpoints) into there
This resource is based on [twitter npm module](https://www.npmjs.com/package/twitter)
[![npm](https://img.shields.io/npm/v/twitter.svg)](https://www.npmjs.com/package/twitter)
and is part of the [sxapi-core engine](https://github.com/startxfr/sxapi-core)
until [![sxapi](https://img.shields.io/badge/sxapi-v0.2.3-blue.svg)](https://github.com/startxfr/sxapi-core).
until [![sxapi](https://img.shields.io/badge/sxapi-v0.2.4-blue.svg)](https://github.com/startxfr/sxapi-core).

- [Resource configuration](#resource-configuration)<br>
- [Resource methods](#resource-methods)<br>
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.3",
"name": "0.2.4",
"annotations": {
"openshift.io/display-name": "S2I Startx SXAPI framework (0.2.3)",
"description": "Simple and extensible API framework based on alpine (v0.2.3)",
"openshift.io/display-name": "S2I Startx SXAPI framework (0.2.4)",
"description": "Simple and extensible API framework based on alpine (v0.2.4)",
"iconClass": "icon-nodejs",
"tags": "builder,startx,alpine,nodejs,sxapi-0.2.3",
"supports": "sxapi:0.2.3,nodejs,http",
"version": "0.2.3",
"tags": "builder,startx,alpine,nodejs,sxapi-0.2.4",
"supports": "sxapi:0.2.4,nodejs,http",
"version": "0.2.4",
"sampleRepo": "https://github.com/startxfr/sxapi-example.git"
},
"from": {
"kind": "DockerImage",
"name": "startx/sxapi:0.2.3"
"name": "startx/sxapi:0.2.4"
}
},
{
Expand Down

0 comments on commit e664f80

Please sign in to comment.