1.8.7
- fix: MariaDB 10.5 and 10.6 installation
- misc: remove support for MariaDB 10.3, 10.4, 10.7, 10.9, 10.10
- feature: Added Infrastructure Profiles
1.8.6
- fix: fix RHEL 9 compatibility with PXC 8
- misc: remove CentOS 7 support due to EOL
- fix: re-enable wsrep_status_file
1.8.5
- feature: pin mysql/mariadb/pxc dependencies to the actual version
1.8.4
- feature: Start using infrastructure profiles
- misc: Removed unnecessary dependency for cluster charts creation
- feature: Faster user feedback for started jobs
- feature: Added terminal tab
- feature: add full support for Debian 12
- fix: remove unsupported Ubuntu 18.04
- feature: Display total job duration
- feature: (UI) show job parent-child dependencies
- feature: (UI) display jobs not beloging to any cluster
1.8.3
- misc: add a new apt key for the outcoming galera release
- fix: Ubuntu 22.04 & Debian 12 support for self-provided hosts was missing in the previous release
1.8.2
- fix: (UI) improve scrolling behavior in log viewer
- fix: (UI) add missing job meta information in job details
- fix: (UI) make charts autoscale to the data (e.g. for CPU charts)
1.8.0
- feature: Added licence page
- feature: Added configuration page
- feature: Added notifications and communication channels pages
- feature: Improvements to logs look & feel
- feature: Added a search fields for quick selection of instance types
- feature: Added cluster deployment logs
- feature: Showing job IDs
- feature: initial support for agent-based monitoring and management
- feature: Add support for MariaDB 10.11 (LTS)
- feature: jobs API now supports filtering by jobs that have no cluster_id meta
- feature: Percona XtraDB Cluster 8.0 support
- feature: MariaDB 10.9 and 10.10 support
- feature: Full support for domain/protocol reconfiguration
1.7.5
- misc: deprecate MariaDB 10.7
1.7.4
- fix: InfluxDB new gpg key. More details. Please make sure you upgrade your Galera Manager server running
gm-installer upgrade
, check our documentation for the further steps.
1.7.3
- fix: server access check fails with
invalid command type: box_include
1.7.2
- fix: fix secure websocket protocol usage in web ssh terminal
1.7.0
- feature: add support for changing user password via
gmd user patch --user-field=password
(gmd must be stopped for this command to work)
- feature: MariaDB 10.7 support
- misc: Track job status changes over WebSockets
- fix: Differential charts don’t show values less than 0 anymore
- fix: Chart live value performance issue fixed
- feature: display connection status when it’s weak or offline
- fix: is no longer child of in stray hosts
1.6.4
- feature: Support for DigitalOcean new token format
1.6.3
- misc: Updated labels in cluster create dialog
1.6.1
- fix: Fixed minor UI issues
1.6.0
- feature: MySQL 8 nodes use SST based on CLONE plugin now.
- feature: SSL encryption automatically enabled for SST on all supported OSes but CeontOS 7
- misc: Removed DB Root password from cluster form on managed nodes
- misc: add manual installation documentation entry
- feature: DigitalOcean support
- fix: make sure gmd won’t lose access to the cluster hosts when custom SSH rules provided
- feature: make it possible to provide GMD external address via
EXTERNAL_ADDRESS
instead of quering http://checkip.amazonaws.com/
- feature:
gmd user create
command now will not require admin password (don’t forget to stop gmd
before when using this command)
- fix: filebeat.yml was incorrectly filled (#29)
- fix: remove mysql root password from the
gmc cluster list
output
- feature: add copy button to copy deployment logs
- feature: add about page with changelog
- feature: chart zoom
1.5.0
- misc: remove Centos 8 from list of supported systems
- fix: cluster start/recover support for MySQL
- fix: access check dialog can now be closed after checking access for self-managed hosts
- feature: added “Start node automatically” when deploying on user-provided host
- feature: implement recover action on fully stopped cluster
- feature: add support for influxdb tunnel. It automatically starts SSH tunnel
for all the existing hosts when INFLUXDB_URL var points to
127.0.0.1
(but
not to localhost
).
- fix: excessive invalid password message on login
- fix: charts with no data can now be removed
- feature: improved dashboard UX
- feature: changelog introduced