Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot committed Apr 27, 2020
1 parent 1fafded commit 41581b2
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.0
value: 3.0.1
- 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-redhat
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-redhat
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-redhat
provider: nodeshift
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
replicas: 1
selector:
app: nodejs-rest-http-crud-redhat
Expand Down Expand Up @@ -195,7 +195,7 @@ objects:
provider: nodeshift
project: nodejs-rest-http-crud-redhat
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.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/compare/v3.0.0...v3.0.1) (2020-04-27)

## [3.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/compare/v2.0.4...v3.0.0) (2020-01-24)


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-redhat</project>
<version>3.0.0</version>
<version>3.0.1</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,7 +1,7 @@
{
"name": "nodejs-rest-http-crud-redhat",
"description": "",
"version": "3.0.0",
"version": "3.0.1",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 41581b2

Please sign in to comment.