You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2021/05/15 14:24:34 UTC

[felix-dev] branch master updated: update changelog

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 1be9dba  update changelog
1be9dba is described below

commit 1be9dba392b7e9efb0d49ddeaae88a3da88711f6
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sat May 15 10:24:18 2021 -0400

    update changelog
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 fileinstall/doc/changelog.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/fileinstall/doc/changelog.txt b/fileinstall/doc/changelog.txt
index cb7aa74..80aa38f 100644
--- a/fileinstall/doc/changelog.txt
+++ b/fileinstall/doc/changelog.txt
@@ -1,3 +1,14 @@
+Version 3.7.0
+-------------
+** Bug
+    * [FELIX-6229] - Not compatible with the symlinks Kubernetes uses to mount ConfigMaps
+    * [FELIX-6409] - FileInstall logs useless messages due to incorrect interpolations
+** Improvement
+    * [FELIX-6410] - Set the  READ_ONLY attribute for configurations
+    * [FELIX-6411] - use friendly name as factory name when creating new configurations
+    * [FELIX-6412] - Use Configuration.updateIfDifferent
+    * [FELIX-6413] - Make sure file checksums account for write permissions
+
 Version 3.6.6
 -------------
 ** Bug