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
2525``` yaml
2626collections :
2727 - name : vitabaks.autobase
28- version : 2.3.0
28+ version : 2.3.1
2929` ` `
3030
3131#### Use Autobase playbook
Original file line number Diff line number Diff line change 11---
22namespace : vitabaks
33name : autobase
4- version : 2.3.0
4+ version : 2.3.1
55
66readme : README.md
77
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ PG_CONSOLE_DB_MIGRATIONDIR String /etc/db/migrations
5757PG_CONSOLE_ENCRYPTIONKEY String super_secret Encryption key for secret storage
5858PG_CONSOLE_DOCKER_HOST String unix:///var/run/docker.sock Docker host
5959PG_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
6161PG_CONSOLE_LOGWATCHER_RUNEVERY Duration 1m LogWatcher run interval
6262PG_CONSOLE_LOGWATCHER_ANALYZEPAST Duration 48h LogWatcher gets operations to analyze which created_at > now() - AnalyzePast
6363PG_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'
33info :
44 title : autobase console
55 description : API for autobase console
6- version : 2.3.0
6+ version : 2.3.1
77host : localhost:8080
88schemes :
99 - http
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type Config struct {
4343 Docker struct {
4444 Host string `default:"unix:///var/run/docker.sock" desc:"Docker host"`
4545 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"`
4747 }
4848 LogWatcher struct {
4949 RunEvery time.Duration `default:"1m" desc:"LogWatcher run interval"`
Original file line number Diff line number Diff line change 11{
22 "name" : " postgresql-cluster-console-ui" ,
33 "private" : true ,
4- "version" : " 2.3.0 " ,
4+ "version" : " 2.3.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite --open" ,
You can’t perform that action at this time.
0 commit comments