Releases: skylime/mi-core-kumquat
16.4.3
New
-
Kumquat version bump which supports IDN Subdomains. [Thomas Merkel]
-
Provide Let's Encrypt support for Kumquat admin UI. [Thomas Merkel]
-
New mdata-variable kumquat_admin_email. [Thomas Merkel]
The new option allow you to configure an admin email address for the kumquat user and the return path for PHP sendmail usage.
Fix
-
Fix percona version and update to core-base. [Thomas Merkel]
-
Switching to default table_open_cache. [Thomas Merkel]
https://mariadb.com/kb/en/mariadb/optimizing-table_open_cache/
16.4.2
16.4.1
New
- Update to newest kumquat version which includes python3 support. [Thomas Merkel]
- Remove nginx and use only apache as default webserver. [Thomas Merkel]
Other
- Fix additional python issues with Kumquat. [Thomas Merkel]
- Add py35-future and switch to newest core-base release. [Thomas Merkel]
- Use py35-percona56client as mysql connector for kumquat and django. [Thomas Merkel]
- Php extensions are loaded automatically via pkg install. [Thomas Merkel]
16.4.0
16.2.0
New
- Enable Apache deflate module by default. [Thomas Merkel]
Fix
-
Remove quickbackup-percona because of high memory usage. [Thomas Merkel]
xtrabackup / quickbackup requires to much memory and kill most of the zones which only have 1-2GB of memory. Because we use zfs snapshots we don't create extra MySQL / Percona dumps. -
Fix, freeze Django and ZeroRPC version. [Thomas Merkel]
-
Fix usage of percona 5.6.x. [Thomas Merkel]
16.1.1
16.1.0
New
- Version update to new core-base version. [Thomas Merkel]
- Kumquat Let's Encrypt support
- Kumquat ServerAlias support
- Kumquat Error Log in user interface
- Kumquat Bugfix for FTP accounts
Fix
- Fix issue with wrong umask and broken pkgsrc packages. [Thomas Merkel]
- remove xtrabackup
- fix umask for acme token
- fix alias for acme token path
- Fix user permissions for letsencrypt user. [Thomas Merkel]
- Provide path to error logs of vhosts to Kumquat. [Thomas Merkel]
15.4.0
New
-
Enable percona query cache by default. [Thomas Merkel]
-
Kumquat version bump with migration fix. [Thomas Merkel]
Version bump of mi-core-base to 15.4.0 release. Include notification fixes and Kumquat (django) fix for migrations.
Fix
-
Kumquat version bump and proftpd from pkgsrc. [Thomas Merkel]
Kumquat fix for ftp accounts without vhost and installation of proftpd via pkgsrc
15.3.1
New
- Version bump to kumquat v0.1.27 [Thomas Merkel]
- Provide nginx with microcache feature [Thomas Merkel]
Fix
-
Problem with Munin-Plugins not installed automatically. [Thomas Merkel]
Because of the wrong quote for the plugins they are not automatically
installed on the systems. After removing the inverted comma the script
install them. -
Issue with backend service on MySQL reconnect [Thomas Merkel]
Other
- Be sure kumquat services run after setup. [Thomas Merkel]
- Update kumquat settings.py to support django 1.8. [Thomas Merkel]
- Enable nginx by default. [Thomas Merkel]
- Auto for worker_processes. [Thomas Merkel]
- Require %a for logging the correct ip address. [Thomas Merkel]
- Update permissions for cache dir. [Thomas Merkel]
- Set nginx cache dir to /var/cache/nginx. [Thomas Merkel]
- Enabled config for mod_remoteip. [Thomas Merkel]
- Enable remoteIP for httpd. [Thomas Merkel]
- Provide nginx config for microcache. [Thomas Merkel]
- Listen only on localhost for port 80 via apache. [Thomas Merkel]
- Install nginx by default. [Thomas Merkel]
- Create and use extra ssl folder for kumquat service. [Thomas Merkel]
- Add php-ftp package and enable it via php.ini. [Thomas Merkel]
15.3.0
New
-
Version upgrade to 15.3.0 includes the new Kumquat version. [Thomas Merkel]
Support new Kumquat version with features like cronjobs, zfs snapshots, etc.
Install proftpd from SkyLime with extra module support for percona
Remove unused nginx from release
Create missing Trash folder for old backups from Kumquat -
Use default apache from pkgsrc. [Thomas Merkel]
Fix
- Percona backup scripts. [Thomas Merkel]
- Fix smf. [Thomas Merkel]
- Fix missing settings. [Thomas Merkel]
- Fix issue with manifest. [Thomas Merkel]
Other
- Add new ProFTPd modules to configuration file. [Thomas Merkel]
- Cleanup package list and add cron job for kumquat. [Thomas Merkel]
- Cleanup customize script to support new core-base image. [Thomas Merkel]
- Update license file for SkyLime GmbH. [Thomas Merkel]
- Create snapshots for data and databases automatically. [Thomas Merkel]
- Update to new PHP version 5.6 and add package for znapzend. [Thomas Merkel]
- Make ssl more secure as default. [Thomas Merkel]
- Make shit more secure, for example the backend socket. [Thomas Merkel]
- Add py27-msgpack. [Thomas Merkel]
- Add missing deps for zeromq and gevent. [Thomas Merkel]
- Use command hostname and not mdata-get sdc:hostname, because it's sometimes not set and than apache will not work. [Thomas Merkel]