summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-09 19:05:07 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-09 19:16:30 +0200
commit3f60fb0d816d968fa5fccc161aa6a25f41b70609 (patch)
treea34e0c21cc0133c64ed6f7dd06a1feade60b68ed
parent5cf3781ad4beddfab5aa7181c0990a5462ffe06f (diff)
downloadick2-3f60fb0d816d968fa5fccc161aa6a25f41b70609.tar.gz
Change: update NEWS with interim releases
-rw-r--r--NEWS26
-rw-r--r--debian/changelog52
-rw-r--r--ick2/version.py4
3 files changed, 77 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7d8c2d7..5608b76 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,31 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-Version 0.23+git, not yet released
+Version 0.26.7+git, not yet released
+------------------------------------
+
+
+Version 0.24.*, multiple intermin internal releases
+---------------------------------------------------
+
+* All systemd .service files now fail to start if the corresponding
+ configuration file is missing. This allows ick2 .deb to be installed
+ without any services starting, and using configuration management to
+ configure and enable different services on different hosts.
+
+* Fix: when worker manager fails to register itself, it terminates.
+ Systemd will restart it after a short while, and then maybe it
+ works, e.g., if the controller is ready then. Can't use systemd unit
+ dependencies, when the units run on different hosts.
+
+* Controller now reports URL to blob service. Worker manager gets it
+ from there. This allows controller and blob service to be on
+ different hosts.
+
+* Fix worker manager service unit to refer to the correct
+ configuration file. Also, don't install the configuration file.
+
+Version 0.24, released 2018-02-07
----------------------------------
* The workspace is now mounted as `/workspace` in a container. If
diff --git a/debian/changelog b/debian/changelog
index bba8184..78a2e7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,56 @@
-ick2 (0.23+git-1) UNRELEASED; urgency=medium
+ick2 (0.26.7+git-1) UNRELEASED; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 22 Jan 2018 20:08:51 +0200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 09 Feb 2018 18:29:18 +0200
+
+ick2 (0.26.7-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 09 Feb 2018 18:29:16 +0200
+
+ick2 (0.24.6-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 09 Feb 2018 17:22:37 +0200
+
+ick2 (0.24.5-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 19:58:45 +0200
+
+ick2 (0.24.4-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 19:31:28 +0200
+
+ick2 (0.24.3-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 18:37:34 +0200
+
+ick2 (0.24.2-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 17:56:36 +0200
+
+ick2 (0.24.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 12:51:22 +0200
+
+ick2 (0.24-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 07 Feb 2018 20:25:59 +0200
ick2 (0.23-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index f49f6d5..c421a27 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.23+git"
-__version_info__ = (0, 23, '+git')
+__version__ = "0.26.7+git"
+__version_info__ = (0, 26, 7, '+git')