File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
25
25
``` yaml
26
26
collections :
27
27
- name : vitabaks.autobase
28
- version : 2.3.0
28
+ version : 2.3.1
29
29
` ` `
30
30
31
31
#### Use Autobase playbook
Original file line number Diff line number Diff line change 1
1
---
2
2
namespace : vitabaks
3
3
name : autobase
4
- version : 2.3.0
4
+ version : 2.3.1
5
5
6
6
readme : README.md
7
7
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ PG_CONSOLE_DB_MIGRATIONDIR String /etc/db/migrations
57
57
PG_CONSOLE_ENCRYPTIONKEY String super_secret Encryption key for secret storage
58
58
PG_CONSOLE_DOCKER_HOST String unix:///var/run/docker.sock Docker host
59
59
PG_CONSOLE_DOCKER_LOGDIR String /tmp/ansible Directory inside docker container for ansible json log
60
- PG_CONSOLE_DOCKER_IMAGE String autobase/automation:2.3.0 Docker image for autobase automation
60
+ PG_CONSOLE_DOCKER_IMAGE String autobase/automation:2.3.1 Docker image for autobase automation
61
61
PG_CONSOLE_LOGWATCHER_RUNEVERY Duration 1m LogWatcher run interval
62
62
PG_CONSOLE_LOGWATCHER_ANALYZEPAST Duration 48h LogWatcher gets operations to analyze which created_at > now() - AnalyzePast
63
63
PG_CONSOLE_CLUSTERWATCHER_RUNEVERY Duration 1m ClusterWatcher run interval
Original file line number Diff line number Diff line change 1
- 2.3.0
1
+ 2.3.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ swagger: '2.0'
3
3
info :
4
4
title : autobase console
5
5
description : API for autobase console
6
- version : 2.3.0
6
+ version : 2.3.1
7
7
host : localhost:8080
8
8
schemes :
9
9
- http
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type Config struct {
43
43
Docker struct {
44
44
Host string `default:"unix:///var/run/docker.sock" desc:"Docker host"`
45
45
LogDir string `default:"/tmp/ansible" desc:"Directory inside docker container for ansible json log"`
46
- Image string `default:"autobase/automation:2.3.0 " desc:"Docker image for autobase automation"`
46
+ Image string `default:"autobase/automation:2.3.1 " desc:"Docker image for autobase automation"`
47
47
}
48
48
LogWatcher struct {
49
49
RunEvery time.Duration `default:"1m" desc:"LogWatcher run interval"`
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postgresql-cluster-console-ui" ,
3
3
"private" : true ,
4
- "version" : " 2.3.0 " ,
4
+ "version" : " 2.3.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite --open" ,
You can’t perform that action at this time.
0 commit comments