From a88a4ab97719cc0649fdaf1997f85a274dd2ba12 Mon Sep 17 00:00:00 2001 From: Samuel Littley Date: Fri, 11 Oct 2024 11:16:44 +0100 Subject: [PATCH] Release version 17.12.0 (#3274) --- ChangeLog | 25 +++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 873bd84da..cb3e16097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Version 17.12.0 +--------------- + * Require building tasks to complete before shutdown (#3275) + * Update profile for guided optimisation (#3273) + * Replace channel-based iterators with new-style ones (#3272) + * Expand home path in `fs.PathExists` (#3270) + * Fix bash completion around = character (#3269) + * Add AppArmor profile for Ubuntu Noble (#3271) + * Update to Go 1.23.2 (#3264) + * Bump go-rules plugin to v1.21.5 (#3268) + * Bump python-rules plugin to v1.7.4 (#3267) + * Prohibit running under sudo unless explicitly forced to do so (#3265) + * Make property and operator not part of default object (#3260) + * Minor clean up to len() (#3259) + * Change iterable interface to be more flexible (#3255) + * Update lint (#3239) + * Avoid storing package cache in Alpine build image (#3250) + * Add Go build tags to stdlib (#3252) + * Avoid allocating channels unnecessarily on map inserts (#3246) + * Update toolchain to Go 1.23.1 (#3249, superseded by #3264) + * Fix a couple of things on arm64 (#3251) + * Update to Go 1.23.1 (#3248, superseded by #3264) + * Fix autocompletion by replacing partial text in LSP (#3244) + * Refresh Docker images (#3245) + Version 17.11.0 --------------- * Skip special handling of experimental directories when inside a subrepo (#3242) diff --git a/VERSION b/VERSION index 903f9e3b7..c9c79bfca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.11.0 +17.12.0