From 8e42e783f5b09a7b4dfe7366229cab548dbba0bd Mon Sep 17 00:00:00 2001 From: Pavol Zbell Date: Sat, 6 Feb 2021 11:52:36 +0100 Subject: [PATCH] Bump version --- INSTALL.md | 2 +- app/controllers/health_controller.rb | 2 +- public/openapi.yaml | 8 ++++---- spec/requests/health_spec.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a20b1054..f99d6fae 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -**Inštalačná príručka popisuje komponent verzie [2.0.0](https://github.com/slovensko-digital/slovensko-sk-api/releases/tag/v2.0.0), uistite sa, že čítate príručku [verzie komponentu](https://github.com/slovensko-digital/slovensko-sk-api/releases), ktorý používate.** +**Inštalačná príručka popisuje komponent verzie [2.1.0-alpha](https://github.com/slovensko-digital/slovensko-sk-api/releases/tag/v2.1.0-alpha), uistite sa, že čítate príručku [verzie komponentu](https://github.com/slovensko-digital/slovensko-sk-api/releases), ktorý používate.** # slovensko.sk API - inštalačná príručka diff --git a/app/controllers/health_controller.rb b/app/controllers/health_controller.rb index c0a64d35..4515899d 100644 --- a/app/controllers/health_controller.rb +++ b/app/controllers/health_controller.rb @@ -10,7 +10,7 @@ def index status = :ok health = { description: 'slovensko.sk API', - version: '2.0.0', + version: '2.1.0-alpha', status: 'pass', checks: { 'environment:variables' => environment_variables, diff --git a/public/openapi.yaml b/public/openapi.yaml index 2f679a5c..bc632d5d 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -5,7 +5,7 @@ openapi: 3.0.0 info: title: slovensko.sk API - version: 2.0.0 + version: 2.1.0-alpha description: | slovensko.sk API je proxy REST API komponent k službám www.slovensko.sk (Ústredný portál verejnej správy – ÚPVS), pomocou ktorých je možné: @@ -1993,7 +1993,7 @@ paths: 'Stav komponentu je v poriadku': value: description: slovensko.sk API - version: 2.0.0 + version: 2.1.0-alpha status: pass checks: environment:variables: @@ -2020,7 +2020,7 @@ paths: 'Stav komponentu je v poriadku ale s varovaním': value: description: slovensko.sk API - version: 2.0.0 + version: 2.1.0-alpha status: warn checks: environment:variables: @@ -2055,7 +2055,7 @@ paths: 'Stav komponentu nie je v poriadku': value: description: slovensko.sk API - version: 2.0.0 + version: 2.1.0-alpha status: fail checks: environment:variables: diff --git a/spec/requests/health_spec.rb b/spec/requests/health_spec.rb index d3413cd5..6df46c13 100644 --- a/spec/requests/health_spec.rb +++ b/spec/requests/health_spec.rb @@ -65,7 +65,7 @@ def expect_fail(checks) expect(response.status).to eq(200) expect(response.object.with_indifferent_access).to match( description: 'slovensko.sk API', - version: '2.0.0', + version: '2.1.0-alpha', status: 'pass', checks: hash_including(*checks), links: {