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 c8dfa20 commit 7229d5b
Show file tree
Hide file tree
Showing 5 changed files with 16 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 @@ -13,7 +13,7 @@ parameters:
- name: RELEASE_VERSION
description: The release version number of application
displayName: Release version
value: 3.0.1
value: 4.0.0
- name: SOURCE_REPOSITORY_URL
description: The source URL for the application
displayName: Source URL
Expand Down Expand Up @@ -46,7 +46,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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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-health-check-redhat/compare/v3.0.1...v4.0.0) (2020-11-27)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([#96](https://github.com/nodeshift-starters/nodejs-health-check-redhat/issues/96)) ([cee5e3d](https://github.com/nodeshift-starters/nodejs-health-check-redhat/commit/cee5e3dba19d97d03fe6a6eadd92e82becd49025))
* package.json & package-lock.json to reduce vulnerabilities ([#98](https://github.com/nodeshift-starters/nodejs-health-check-redhat/issues/98)) ([de7df3a](https://github.com/nodeshift-starters/nodejs-health-check-redhat/commit/de7df3aec4e6229901df6e6584a00da2055e0188))
* upgrade coveralls from 3.0.9 to 3.0.11 ([#92](https://github.com/nodeshift-starters/nodejs-health-check-redhat/issues/92)) ([5b23451](https://github.com/nodeshift-starters/nodejs-health-check-redhat/commit/5b234519b4db7ca052c9ad0ee7fad7b9ca667d23))
* upgrade debug from 4.1.1 to 4.2.0 ([#94](https://github.com/nodeshift-starters/nodejs-health-check-redhat/issues/94)) ([44680ce](https://github.com/nodeshift-starters/nodejs-health-check-redhat/commit/44680ce5dc95382e2e110467894df3e07c9780e3))

### [3.0.1](https://github.com/nodeshift-starters/nodejs-health-check-redhat/compare/v3.0.0...v3.0.1) (2020-04-27)

## [3.0.0](https://github.com/nodeshift-starters/nodejs-health-check-redhat/compare/v2.0.3...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-health-check-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,6 +1,6 @@
{
"name": "nodejs-health-check-redhat",
"version": "3.0.1",
"version": "4.0.0",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -13,7 +13,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 7229d5b

Please sign in to comment.