Skip to content

Commit 544612c

Browse files
committed
chore(release): 4.0.0
1 parent 6ce0254 commit 544612c

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

.openshiftio/application.yaml

+2-2
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.3
27+
value: 4.0.0
2828
- name: SUFFIX_NAME
2929
description: The location within the source repo of the application
3030
displayName: suffix name
@@ -50,7 +50,7 @@ objects:
5050
- name: latest
5151
from:
5252
kind: DockerImage
53-
name: registry.access.redhat.com/ubi8/nodejs-12
53+
name: 'registry.access.redhat.com/ubi8/nodejs-14:latest'
5454
- apiVersion: build.openshift.io/v1
5555
kind: BuildConfig
5656
metadata:

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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+
## [4.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.3...v4.0.0) (2020-11-26)
6+
7+
8+
### Features
9+
10+
* Add a full template to be used by the Openshift Catalog. ([#188](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/188)) ([2640126](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/2640126e52dc27da90a232f1ae9b0238fd1f1d68))
11+
* upgrade pg from 7.15.1 to 8.2.2 ([#184](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/184)) ([ef18358](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/ef18358281cf8b696b0091fbae049a916fcdc7f1))
12+
13+
14+
### Bug Fixes
15+
16+
* package.json & package-lock.json to reduce vulnerabilities ([#173](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/173)) ([1b8fafe](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/1b8fafe89451bf895b1618d917b99c1138b00095))
17+
* package.json & package-lock.json to reduce vulnerabilities ([#175](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/175)) ([acd9095](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/acd90959959209071323cbe5037d6d4058666963))
18+
* package.json & package-lock.json to reduce vulnerabilities ([#186](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/186)) ([7aa67a2](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/7aa67a2d2d19b34300ec672ec4abb123e16fe585))
19+
* upgrade coveralls from 3.0.11 to 3.1.0 ([#180](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/180)) ([d79e3bc](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/d79e3bc26b26ba056091ce069d908988ccf37a20))
20+
* upgrade coveralls from 3.0.9 to 3.0.11 ([#169](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/169)) ([2509773](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/250977306cb7f3097032f115a8da1f5f79a8dd04))
21+
* upgrade debug from 4.1.1 to 4.2.0 ([#171](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/171)) ([d980577](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/d98057794b53c3adea7bbb5f810faf1bc1a2f066))
22+
* upgrade kube-probe from 0.4.0 to 0.5.0 ([#182](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/182)) ([a963814](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/a96381403401f0b1f38e34ef3734b07d473003aa))
23+
* upgrade nodeshift from 6.0.2 to 6.2.0 ([#181](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/181)) ([82990b8](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/82990b851fa266b16baecba03b3c4bfc37508fe8))
24+
* upgrade xo from 0.32.1 to 0.33.0 ([#187](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/187)) ([bb2e5aa](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/bb2e5aabd0ec41c6ccbdd7e05b8a07465a20be2f))
25+
526
### [3.0.3](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v3.0.2...v3.0.3) (2020-04-27)
627

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

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.3</version>
4+
<version>4.0.0</version>
55
<license>Apache-2.0</license>
66
<dependencies>
77
<dependency>

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-rest-http-crud",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "",
55
"author": "Red Hat, Inc.",
66
"license": "Apache-2.0",
@@ -14,7 +14,7 @@
1414
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
1515
"ci": "npm run lint && npm run coveralls",
1616
"release": "standard-version -a",
17-
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-12",
17+
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-14:latest",
1818
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
1919
"start": "node ."
2020
},

0 commit comments

Comments
 (0)