From e431e6057d505893d2e4811b8825a99656484814 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 16 Apr 2018 18:25:09 +0000 Subject: [PATCH] chore(release): 1.2.2 --- .openshiftio/application.yaml | 10 +++++----- CHANGELOG.md | 5 +++++ licenses/licenses.html | 7 ------- licenses/licenses.xml | 12 +----------- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 25 deletions(-) diff --git a/.openshiftio/application.yaml b/.openshiftio/application.yaml index 46da3898..ff70fa5e 100644 --- a/.openshiftio/application.yaml +++ b/.openshiftio/application.yaml @@ -91,7 +91,7 @@ objects: provider: nodeshift expose: 'true' project: nodejs-rest-http-crud - version: 1.2.1 + version: 1.2.2 - apiVersion: v1 kind: DeploymentConfig metadata: @@ -100,7 +100,7 @@ objects: app: nodejs-rest-http-crud provider: nodeshift project: nodejs-rest-http-crud - version: 1.2.1 + version: 1.2.2 spec: template: spec: @@ -149,7 +149,7 @@ objects: app: nodejs-rest-http-crud project: nodejs-rest-http-crud provider: nodeshift - version: 1.2.1 + version: 1.2.2 replicas: 1 selector: app: nodejs-rest-http-crud @@ -178,7 +178,7 @@ objects: labels: provider: nodeshift project: nodejs-rest-http-crud - version: 1.2.1 + version: 1.2.2 - apiVersion: v1 kind: Secret metadata: @@ -186,7 +186,7 @@ objects: labels: provider: nodeshift app: nodejs-rest-http-crud - version: 1.2.1 + version: 1.2.2 stringData: user: luke password: secret diff --git a/CHANGELOG.md b/CHANGELOG.md index 9adfc28d..2bafa715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [1.2.2](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.1...v1.2.2) (2018-04-16) + + + ## [1.2.1](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.0...v1.2.1) (2018-03-07) diff --git a/licenses/licenses.html b/licenses/licenses.html index a2383b1e..0ef01ce2 100644 --- a/licenses/licenses.html +++ b/licenses/licenses.html @@ -34,13 +34,6 @@

nodejs-rest-http-crud

http://www.apache.org/licenses/LICENSE-2.0 KUBE-PROBE_APACHE-2.0.TXT - -N/A -license-reporter -1.2.0 -http://www.apache.org/licenses/LICENSE-2.0 -LICENSE-REPORTER_APACHE-2.0.TXT - \ No newline at end of file diff --git a/licenses/licenses.xml b/licenses/licenses.xml index 79af3c81..6562fdc9 100644 --- a/licenses/licenses.xml +++ b/licenses/licenses.xml @@ -1,7 +1,7 @@ nodejs-rest-http-crud - 1.2.1 + 1.2.2 Apache-2.0 @@ -34,15 +34,5 @@ - - license-reporter - 1.2.0 - - - Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - - \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5d12c450..50bb1977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nodejs-rest-http-crud", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ced74998..660e72fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-rest-http-crud", - "version": "1.2.1", + "version": "1.2.2", "description": "", "author": "Red Hat, Inc.", "license": "Apache-2.0",