CHANGES.rst 5.83 KB
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
Changes
=======
3

4 5 6 7 8 9
1.0.124 (2020-01-30)
--------------------

- cookbook:erp5testnode: new shared_part_list option


10 11 12 13 14 15
1.0.123 (2019-10-03)
--------------------

- wrapper: accept hash-files already existing inside the partition directory


16 17 18 19 20 21
1.0.122 (2019-09-24)
--------------------

- wrapper: add hash-existing-files option


22 23 24 25 26 27 28 29
1.0.121 (2019-09-12)
--------------------

- generic.mysql.wrap_update_mysql: prepare for MariaDB 10.4
- publish-early: process -init entries in specified order
- Partial support of Python 3
- Remove unused generic.mysql recipe

30 31 32 33 34 35 36

1.0.119 (2019-08-14)
--------------------

 * publish_early: rework API


37 38 39 40 41 42 43 44 45 46 47 48
1.0.118 (2019-08-13)
--------------------

* NEO: new recipe to fix/optimize propagation of the 'masters' parameter
* publish_early: new '-update' option, keep published values out of buildout installed file
* publish: new -publish option to list explicitly options to publish
* re6stnet: Fix typo
* librecipe: Try to reuse existing file to avoid excessive IO on update and other minor optimisations
* certificate_authority: unique_subject = no
* wrapper: handle "=" in environment variables' content
 

49 50 51 52
1.0.92 (2019-02-21)
-------------------

* plugin recipe: improve recipe to correctly generate promise with parameters which contain control characters
53

54
1.0.85 (2018-12-28)
55 56 57 58 59
-----------------------

* Drop ``slapos.recipe:xvfb``, use simple ``slapos.recipe:wrapper`` instead.
* Drop ``slapos.recipe:seleniumrunner`` and ``slapos.recipe:firefox``, they
  were not used.
60 61
* Encode unicode to UTF-8 on ``slapos.recipe:request`` and 
  ``slapos.recipe:slapconfiguration`` 
62

63 64 65 66 67 68 69 70 71
1.0.75 (2018-09-04)
-------------------

* erp5_test: stop using erp5_test recipe
* random: fix password generation with newlines
* erp5testnode: enable password authentication for scalability test system
* pbs: Ignore numerical IDs (UID/GID) when push
* request: add requestoptional.serialised

72 73 74 75 76 77 78
1.0.65 (2018-06-22)
-------------------

* Automatic restart of services when configuration changes
* erp5_test: define cloudooo-retry-count value in test
* userinfo: expose values as string

79 80 81 82 83
1.0.62 (2018-04-10)
-------------------

* promise.plugin: new recipe for python promises plugin script generation

84 85 86 87
1.0.59 (2018-03-15)
-------------------
* librecipe.execute: fix convert process arguments to string formatting.

88
1.0.58 (2018-03-14)
89 90
-------------------

91 92 93 94 95
* generic.mysql: unregister UDFs before (re)adding UDFs
* Remove obsolete/unused recipes.
* neoppod: add support for new --dedup storage option.
* Use inotify-simple instead of inotifyx.
* erp5.test: remove duplicated code.
Julien Muchembled's avatar
Julien Muchembled committed
96 97 98 99 100 101 102
* librecipe: bugfixes found by pylint, performance improvements, and major
  refactoring of executable wrappers.
* GenericBaseRecipe.createWrapper: remove 'comments' parameter.
* Drop the 'parameters-extra' option and always forward extra parameters.
* wrapper: new 'private-dev-shm' option (useful for wendelin.core).
* generic.cloudooo: OnlyOffice converter support odf.
* erp5testnode: don't tell git to ignore SSL errors.
103

104 105 106
1.0.53 (2017-09-13)
-------------------

107 108
* check_port_listening: workaround for shebang limitation, reduce to a single file
* erp5.test: pass new --conversion_server_url option to runUnitTest
109

110 111 112
1.0.52 (2017-07-04)
-------------------

113 114 115 116 117 118 119
* wrapper: Add option to reserve CPU core
* slapconfiguration: Recipe reads partitions resource file
* neoppod: add support for new --disable-drop-partitions storage option
* random: Fix the monkeypatch in random.py to incorporate the recent changes in buildout 'get' function
* random: Add Integer recipe.
* librecipe.execute: Notify on file moved
* zero_knowledge: allow to set destination folder of configuration file
120 121


122 123 124
1.0.50 (2017-04-18)
-------------------

125 126 127
* pbs: Do not parallelize calculus when the heaviest task is IO
* re6st-registry: Refactor integration with re6st registry
* erp5testnode: make shellinabox reusing password file of pwgen
128

129 130 131
1.0.48 (2017-01-31)
-------------------

132
* random-recipe: add option create-once to prevent storage file deletion by buildout
133

134 135 136
1.0.45 (2017-01-09)
-------------------

137
* recipe: set default timeout of check url promise to 20 seconds
138

139 140 141
1.0.44 (2016-12-30)
-------------------

142 143 144
* pbs: handles the fact that some parameters are not present when slaves are down
* recipe: allow usage of pidfile in wrapper recipe
* sshd: fix generation of authorized_keys
145

146 147 148
1.0.43 (2016-11-24)
-------------------

149 150 151 152
* pbs: fixes trap command for dash intepreter
* pbs: remove infinite loops from pbs scripts.
* random.py: new file containing recipes generating random values.
* testnode: disallow frontend access to all folders, avoiding publishing private repositories
153

154 155 156
1.0.41 (2016-10-26)
-------------------

157 158 159
* dcron: new parameter to get a random time, with a frequency of once a day
* softwaretype: fix parse error on '+ =' when using buildout 2
* pbs: General Improvement and fixes.
160

161
1.0.35 (2016-09-19)
162 163
-------------------

164 165 166
* pbs: fix/accelerates deployment of resilient instances
* recipe: new recipe to get a free network port
* Remove url-list parameter to download fonts from fontconfig instance
167

168 169 170
1.0.31 (2016-05-30)
-------------------

171 172
* Implement cross recipe cache for registerComputerPartition
* Fix workaround for long shebang (place script on bin)
173 174 175 176

1.0.30 (2016-05-23)
-------------------

177 178
* Implement a workarround for long shebang
* Implement Validation for user inputs ssl certificates
179

180 181
1.0.25 (2016-04-15)
-------------------
182

183
* fixup slap configuration: provide instance and root instance title
184 185 186

1.0.22 (2016-04-01)
-------------------
187

188
* slap configuration: provide instance and root instance title
189

Alain Takoudjou's avatar
Alain Takoudjou committed
190 191
1.0.16 (2015-10.27)
-------------------
192

193
* kvm recipe: fix bugs dowload image and disk creation
Alain Takoudjou's avatar
Alain Takoudjou committed
194

195
1.0.14 (2015-10.26)
196
-------------------
197

198 199
* kvm recipe: Allow to set keyboard layout language used by qemu and VNC
* simplehttpserver-recipe: fix encoding error
200

201
For older entries, see https://lab.nexedi.com/nexedi/slapos/blob/a662db75cc840df9d4664a9d048ef28ebfff4d50/CHANGES.rst