From 7b1210fe7020fddd5f36fe7a9b0dbbb9b13661a4 Mon Sep 17 00:00:00 2001 From: luciajanikova <19lucia99@gmail.com> Date: Tue, 19 Jul 2022 12:26:14 +0200 Subject: [PATCH] Release v3.2.0 --- INSTALL.md | 2 +- app/controllers/health_controller.rb | 2 +- public/openapi.yaml | 2 +- spec/requests/health_spec.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 63a90de..9c56064 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -**Inštalačná príručka popisuje komponent verzie [3.1.2](https://github.com/slovensko-digital/slovensko-sk-api/releases/tag/v3.1.2), 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 [3.2.0](https://github.com/slovensko-digital/slovensko-sk-api/releases/tag/v3.2.0), 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 1af7203..1a1fd54 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: '3.1.2', + version: '3.2.0', status: 'pass', checks: { 'environment:variables' => environment_variables, diff --git a/public/openapi.yaml b/public/openapi.yaml index 97d2e71..b9cb4ce 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: slovensko.sk API - version: 3.1.2 (Komunitná verzia) 8.2.0 (Prémium verzia) + version: 3.2.0 (Komunitná verzia) 8.2.0 (Prémium verzia) 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é: diff --git a/spec/requests/health_spec.rb b/spec/requests/health_spec.rb index c719692..7a15ebe 100644 --- a/spec/requests/health_spec.rb +++ b/spec/requests/health_spec.rb @@ -71,7 +71,7 @@ def expect_fail(checks) expect(response.status).to eq(200) expect(response.object.with_indifferent_access).to match( description: 'slovensko.sk API', - version: '3.1.2', + version: '3.2.0', status: 'pass', checks: hash_including(*checks), links: {