Skip to content

Commit

Permalink
chore(release): 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot committed Apr 27, 2020
1 parent 01930d9 commit c3523c8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
- name: RELEASE_VERSION
description: The location within the source repo of the application
displayName: release version
value: 3.0.2
value: 3.0.3
- name: SUFFIX_NAME
description: The location within the source repo of the application
displayName: suffix name
Expand Down Expand Up @@ -101,7 +101,7 @@ objects:
expose: 'true'
project: nodejs-rest-http-crud
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
Expand All @@ -111,7 +111,7 @@ objects:
provider: nodeshift
project: nodejs-rest-http-crud
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
spec:
template:
spec:
Expand Down Expand Up @@ -165,7 +165,7 @@ objects:
project: nodejs-rest-http-crud
provider: nodeshift
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
replicas: 1
selector:
app: nodejs-rest-http-crud
Expand Down Expand Up @@ -195,7 +195,7 @@ objects:
provider: nodeshift
project: nodejs-rest-http-crud
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
- apiVersion: v1
kind: Secret
metadata:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [3.0.3](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.2...v3.0.3) (2020-04-27)

### [3.0.2](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.1...v3.0.2) (2019-11-26)

### [3.0.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.0...v3.0.1) (2019-08-07)
Expand Down
2 changes: 1 addition & 1 deletion 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>3.0.2</version>
<version>3.0.3</version>
<license>Apache-2.0</license>
<dependencies>
<dependency>
Expand Down
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": "3.0.2",
"version": "3.0.3",
"description": "",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit c3523c8

Please sign in to comment.