Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolzbell committed Feb 6, 2021
1 parent 7bc1571 commit 8e42e78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions public/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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é:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion spec/requests/health_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 8e42e78

Please sign in to comment.