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

Commit

Permalink
"chore(release): 4.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot committed Nov 27, 2020
1 parent 37e779e commit 7ea124b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 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.1
value: 4.0.0
- name: SUFFIX_NAME
description: The location within the source repo of the application
displayName: suffix name
Expand All @@ -50,7 +50,7 @@ objects:
- name: latest
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-12
name: 'registry.access.redhat.com/ubi8/nodejs-14:latest'
- apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [4.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/compare/v3.0.1...v4.0.0) (2020-11-27)


### Features

* upgrade pg from 7.15.1 to 8.2.1 ([#104](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/issues/104)) ([afc2bce](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/afc2bce09da84247705b9bc5a9e557c05adf1cb8))
* upgrade tape from 4.13.2 to 5.0.1 ([#106](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/issues/106)) ([39277b9](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/39277b94009008ff836a2f2ba586acb2b42a4c73))


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([e4c7480](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/e4c74804f0201ff22b794df90f3299f194eb26b4))
* package.json & package-lock.json to reduce vulnerabilities ([fb1da26](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/fb1da2665e2cd724c473b34212f4e0b10fc89222))
* upgrade coveralls from 3.0.11 to 3.1.0 ([#107](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/issues/107)) ([3d4109c](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/3d4109ca4a39be0fab1b149e097472320ad1b33b))
* upgrade coveralls from 3.0.9 to 3.0.11 ([#96](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/issues/96)) ([06eb0b4](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/06eb0b49746c0bba0c25d7cfa0203828fde99751))
* upgrade debug from 4.1.1 to 4.2.0 ([#98](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/issues/98)) ([50c1702](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/50c170228d64ee18576c2096179634f03881d280))
* upgrade kube-probe from 0.4.0 to 0.5.0 ([#109](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/issues/109)) ([f36f71f](https://github.com/nodeshift-starters/nodejs-rest-http-crud-redhat/commit/f36f71f37d16aa15664e5779038e5ee80bfb84b5))

### [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.1</version>
<version>4.0.0</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.

4 changes: 2 additions & 2 deletions 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.1",
"version": "4.0.0",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"ci": "npm run lint && npm run coveralls",
"release": "standard-version -a",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-12",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-14:latest",
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
"start": "node ."
},
Expand Down

0 comments on commit 7ea124b

Please sign in to comment.