This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new 75e520f92 CHANGES updated for ASF release 1.17.1
75e520f92 is described below
commit 75e520f923c87f65026ff034e6da69d10f8d97a9
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon Jun 17 16:31:36 2024 -0400
CHANGES updated for ASF release 1.17.1
---
CHANGES | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/CHANGES b/CHANGES
index 9afcfb0c7..ee412b729 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+Version 1.17.1 (June 2024)
+
+Upgrade Instructions
+
+ If using docker, rebuild the allura image and restart containers.
+
+Breaking Changes
+ * [#8556] remove has_access(..)() syntax. Custom extensions using this
syntax will need to remove the second ()
+
+For Developers
+ * remove #allura irc mentions
+ * delete unused jinja file with invalid syntax
+ * replace tabs with spaces in jinja html files
+ * add jinja linter to pre-commit
+
+
Version 1.17.0 (June 2024)
Upgrade Instructions