Skip to content

Commit e431e60

Browse files
committed
chore(release): 1.2.2
1 parent b5606c2 commit e431e60

File tree

6 files changed

+13
-25
lines changed

6 files changed

+13
-25
lines changed

Diff for: .openshiftio/application.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ objects:
9191
provider: nodeshift
9292
expose: 'true'
9393
project: nodejs-rest-http-crud
94-
version: 1.2.1
94+
version: 1.2.2
9595
- apiVersion: v1
9696
kind: DeploymentConfig
9797
metadata:
@@ -100,7 +100,7 @@ objects:
100100
app: nodejs-rest-http-crud
101101
provider: nodeshift
102102
project: nodejs-rest-http-crud
103-
version: 1.2.1
103+
version: 1.2.2
104104
spec:
105105
template:
106106
spec:
@@ -149,7 +149,7 @@ objects:
149149
app: nodejs-rest-http-crud
150150
project: nodejs-rest-http-crud
151151
provider: nodeshift
152-
version: 1.2.1
152+
version: 1.2.2
153153
replicas: 1
154154
selector:
155155
app: nodejs-rest-http-crud
@@ -178,15 +178,15 @@ objects:
178178
labels:
179179
provider: nodeshift
180180
project: nodejs-rest-http-crud
181-
version: 1.2.1
181+
version: 1.2.2
182182
- apiVersion: v1
183183
kind: Secret
184184
metadata:
185185
name: my-database-secret
186186
labels:
187187
provider: nodeshift
188188
app: nodejs-rest-http-crud
189-
version: 1.2.1
189+
version: 1.2.2
190190
stringData:
191191
user: luke
192192
password: secret

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
<a name="1.2.2"></a>
6+
## [1.2.2](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.1...v1.2.2) (2018-04-16)
7+
8+
9+
510
<a name="1.2.1"></a>
611
## [1.2.1](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.0...v1.2.1) (2018-03-07)
712

Diff for: licenses/licenses.html

-7
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ <h2>nodejs-rest-http-crud</h2>
3434
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
3535
<td><a href=KUBE-PROBE_APACHE-2.0.TXT>KUBE-PROBE_APACHE-2.0.TXT</a></td>
3636
</tr>
37-
<tr>
38-
<td>N/A</td>
39-
<td>license-reporter</td>
40-
<td>1.2.0</td>
41-
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
42-
<td><a href=LICENSE-REPORTER_APACHE-2.0.TXT>LICENSE-REPORTER_APACHE-2.0.TXT</a></td>
43-
</tr>
4437
</table>
4538
</body>
4639
</html>

Diff for: licenses/licenses.xml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<licenseSummary>
33
<project>nodejs-rest-http-crud</project>
4-
<version>1.2.1</version>
4+
<version>1.2.2</version>
55
<license>Apache-2.0</license>
66
<dependencies>
77
<dependency>
@@ -34,15 +34,5 @@
3434
</license>
3535
</licenses>
3636
</dependency>
37-
<dependency>
38-
<packageName>license-reporter</packageName>
39-
<version>1.2.0</version>
40-
<licenses>
41-
<license>
42-
<name>Apache License 2.0</name>
43-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
44-
</license>
45-
</licenses>
46-
</dependency>
4737
</dependencies>
4838
</licenseSummary>

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-rest-http-crud",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "",
55
"author": "Red Hat, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)