Skip to content

Commit

Permalink
release v0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Apr 7, 2018
1 parent 34990f8 commit 4121d09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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.12 \
ENV SXAPI_VERSION=0.2.14 \
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.12-blue.svg)](https://github.com/startxfr/sxapi-core).
until [![sxapi](https://img.shields.io/badge/sxapi-v0.2.14-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.12",
"name": "0.2.14",
"annotations": {
"openshift.io/display-name": "S2I Startx SXAPI framework (0.2.12)",
"description": "Simple and extensible API framework based on alpine (v0.2.12)",
"openshift.io/display-name": "S2I Startx SXAPI framework (0.2.14)",
"description": "Simple and extensible API framework based on alpine (v0.2.14)",
"iconClass": "icon-nodejs",
"tags": "builder,startx,alpine,nodejs,sxapi-0.2.12",
"supports": "sxapi:0.2.12,nodejs,http",
"version": "0.2.12",
"tags": "builder,startx,alpine,nodejs,sxapi-0.2.14",
"supports": "sxapi:0.2.14,nodejs,http",
"version": "0.2.14",
"sampleRepo": "https://github.com/startxfr/sxapi-example.git"
},
"from": {
"kind": "DockerImage",
"name": "startx/sxapi:0.2.12"
"name": "startx/sxapi:0.2.14"
}
},
{
Expand Down

0 comments on commit 4121d09

Please sign in to comment.