In this release, we’ve simplified launching the Autobase Console (UI) by adding a reverse proxy for the service API in the NGINX frontend configuration. This removes the need to explicitly set the API URL, which had caused difficulties for some users on their first launch.
Other improvements include the ability to set the shared_buffers parameter individually for each host — especially useful in clusters with non-uniform RAM sizes. We’ve also fixed reported bugs and added support for Debian 13.
What's Changed
- Add Debian 13 support by @vitabaks in #1191
- Add support for host-level PostgreSQL parameters by @vitabaks in #1192
- fix(deps): update npm dependencies by @renovate[bot] in #1193
- fix(deps): update module github.com/docker/go-connections to v0.6.0 by @renovate[bot] in #1194
- remove_cluster: Improve the pgBackRest stanza delete logic by @vitabaks in #1196
- fix: make
update_pgcluster
playbook work in Ansiblecheck_mode
by @pat-s in #1198 - Ensure RemoveIPC is disabled to prevent shared memory segment issues by @vitabaks in #1200
- Switch API access to relative path and simplify config by @vitabaks in #1201
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #1206
- fix: various fixes for
add_pgnode
playbook by @pat-s in #1202 - feat: set shared_buffers option in local_postgresql_parameters by @pat-s in #1204
- fix: duplicate HAProxy IPs in connection info by @vitabaks in #1208
- Release 2.3.2 by @vitabaks in #1212
Full Changelog: 2.3.1...2.3.2