Skip to content

Commit

Permalink
chore(release): 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Apr 16, 2018
1 parent b5606c2 commit e431e60
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ objects:
provider: nodeshift
expose: 'true'
project: nodejs-rest-http-crud
version: 1.2.1
version: 1.2.2
- apiVersion: v1
kind: DeploymentConfig
metadata:
Expand All @@ -100,7 +100,7 @@ objects:
app: nodejs-rest-http-crud
provider: nodeshift
project: nodejs-rest-http-crud
version: 1.2.1
version: 1.2.2
spec:
template:
spec:
Expand Down Expand Up @@ -149,7 +149,7 @@ objects:
app: nodejs-rest-http-crud
project: nodejs-rest-http-crud
provider: nodeshift
version: 1.2.1
version: 1.2.2
replicas: 1
selector:
app: nodejs-rest-http-crud
Expand Down Expand Up @@ -178,15 +178,15 @@ objects:
labels:
provider: nodeshift
project: nodejs-rest-http-crud
version: 1.2.1
version: 1.2.2
- apiVersion: v1
kind: Secret
metadata:
name: my-database-secret
labels:
provider: nodeshift
app: nodejs-rest-http-crud
version: 1.2.1
version: 1.2.2
stringData:
user: luke
password: secret
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.2"></a>
## [1.2.2](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.1...v1.2.2) (2018-04-16)



<a name="1.2.1"></a>
## [1.2.1](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.0...v1.2.1) (2018-03-07)

Expand Down
7 changes: 0 additions & 7 deletions licenses/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ <h2>nodejs-rest-http-crud</h2>
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
<td><a href=KUBE-PROBE_APACHE-2.0.TXT>KUBE-PROBE_APACHE-2.0.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>license-reporter</td>
<td>1.2.0</td>
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
<td><a href=LICENSE-REPORTER_APACHE-2.0.TXT>LICENSE-REPORTER_APACHE-2.0.TXT</a></td>
</tr>
</table>
</body>
</html>
12 changes: 1 addition & 11 deletions licenses/licenses.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<licenseSummary>
<project>nodejs-rest-http-crud</project>
<version>1.2.1</version>
<version>1.2.2</version>
<license>Apache-2.0</license>
<dependencies>
<dependency>
Expand Down Expand Up @@ -34,15 +34,5 @@
</license>
</licenses>
</dependency>
<dependency>
<packageName>license-reporter</packageName>
<version>1.2.0</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
</dependency>
</dependencies>
</licenseSummary>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-rest-http-crud",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit e431e60

Please sign in to comment.