Skip to content

Commit c3523c8

Browse files
committed
chore(release): 3.0.3
1 parent 01930d9 commit c3523c8

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

Diff for: .openshiftio/application.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ parameters:
2424
- name: RELEASE_VERSION
2525
description: The location within the source repo of the application
2626
displayName: release version
27-
value: 3.0.2
27+
value: 3.0.3
2828
- name: SUFFIX_NAME
2929
description: The location within the source repo of the application
3030
displayName: suffix name
@@ -101,7 +101,7 @@ objects:
101101
expose: 'true'
102102
project: nodejs-rest-http-crud
103103
version: '${RELEASE_VERSION}'
104-
'app.openshift.io/runtime': 'nodejs'
104+
app.openshift.io/runtime: nodejs
105105
- apiVersion: apps.openshift.io/v1
106106
kind: DeploymentConfig
107107
metadata:
@@ -111,7 +111,7 @@ objects:
111111
provider: nodeshift
112112
project: nodejs-rest-http-crud
113113
version: '${RELEASE_VERSION}'
114-
'app.openshift.io/runtime': 'nodejs'
114+
app.openshift.io/runtime: nodejs
115115
spec:
116116
template:
117117
spec:
@@ -165,7 +165,7 @@ objects:
165165
project: nodejs-rest-http-crud
166166
provider: nodeshift
167167
version: '${RELEASE_VERSION}'
168-
'app.openshift.io/runtime': 'nodejs'
168+
app.openshift.io/runtime: nodejs
169169
replicas: 1
170170
selector:
171171
app: nodejs-rest-http-crud
@@ -195,7 +195,7 @@ objects:
195195
provider: nodeshift
196196
project: nodejs-rest-http-crud
197197
version: '${RELEASE_VERSION}'
198-
'app.openshift.io/runtime': 'nodejs'
198+
app.openshift.io/runtime: nodejs
199199
- apiVersion: v1
200200
kind: Secret
201201
metadata:

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
### [3.0.3](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.2...v3.0.3) (2020-04-27)
6+
57
### [3.0.2](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.1...v3.0.2) (2019-11-26)
68

79
### [3.0.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.0...v3.0.1) (2019-08-07)

Diff for: licenses/licenses.xml

+1-1
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>3.0.2</version>
4+
<version>3.0.3</version>
55
<license>Apache-2.0</license>
66
<dependencies>
77
<dependency>

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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "",
55
"author": "Red Hat, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)