NEWS for ick2, a CI server ============================================================================= Copyright 2017 Lars Wirzenius This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Version 0.4+git, not yet released --------------------------------- Version 0.4, released 2017-10-13 --------------------------------- * Bug fixes to allow Ansible to deploy ick2 on a host as a service: * The `ick2version` Python package gets installed. * Temporarily put logs in /tmp. I don't know why logging to syslog fails. * The `create-token` script is a little easier to use now. * The controller logs all exceptions to the `logging` module, instead of `slog`, so they're logged **somewhere** when the program is starting. Version 0.3, released 2017-10-13 ----------------------------------- * Add rudimentary controller and worker manager. The controller supports multiple concurrent builds by different workers. * Add Python3, and gunicorn support, including in the .deb packaging. Once the .deb is installed, the ick2 controller can be started manully (doesn't get enabled or started automatically, nor is there a default project list). * License for all code is now AGPL3+. * All code should now work in Python 3. * /version added to API. Version 0.2.1, released 2017-04-01 --------------------------------- Version 0.2, released 2017-04-01 --------------------------------- Version 0.1, released 2017-04-01 ----------------------------------------------------------------------------- This is the first version.