CHANGES.rst 4.74 KB
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
Changes
=======
3 4 5 6
1.0.92 (2019-02-21)
-------------------

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

8
1.0.85 (2018-12-28)
9 10 11 12 13
-----------------------

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

17 18 19 20 21 22 23 24 25
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

26 27 28 29 30 31 32
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

33 34 35 36 37
1.0.62 (2018-04-10)
-------------------

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

38 39 40 41
1.0.59 (2018-03-15)
-------------------
* librecipe.execute: fix convert process arguments to string formatting.

42
1.0.58 (2018-03-14)
43 44
-------------------

45 46 47 48 49
* 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
50 51 52 53 54 55 56
* 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.
57

58 59 60
1.0.53 (2017-09-13)
-------------------

61 62
* check_port_listening: workaround for shebang limitation, reduce to a single file
* erp5.test: pass new --conversion_server_url option to runUnitTest
63

64 65 66
1.0.52 (2017-07-04)
-------------------

67 68 69 70 71 72 73
* 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
74 75


76 77 78
1.0.50 (2017-04-18)
-------------------

79 80 81
* 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
82

83 84 85
1.0.48 (2017-01-31)
-------------------

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

88 89 90
1.0.45 (2017-01-09)
-------------------

91
* recipe: set default timeout of check url promise to 20 seconds
92

93 94 95
1.0.44 (2016-12-30)
-------------------

96 97 98
* 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
99

100 101 102
1.0.43 (2016-11-24)
-------------------

103 104 105 106
* 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
107

108 109 110
1.0.41 (2016-10-26)
-------------------

111 112 113
* 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.
114

115
1.0.35 (2016-09-19)
116 117
-------------------

118 119 120
* 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
121

122 123 124
1.0.31 (2016-05-30)
-------------------

125 126
* Implement cross recipe cache for registerComputerPartition
* Fix workaround for long shebang (place script on bin)
127 128 129 130

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

131 132
* Implement a workarround for long shebang
* Implement Validation for user inputs ssl certificates
133

134 135
1.0.25 (2016-04-15)
-------------------
136

137
* fixup slap configuration: provide instance and root instance title
138 139 140

1.0.22 (2016-04-01)
-------------------
141

142
* slap configuration: provide instance and root instance title
143

Alain Takoudjou's avatar
Alain Takoudjou committed
144 145
1.0.16 (2015-10.27)
-------------------
146

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

149
1.0.14 (2015-10.26)
150
-------------------
151

152 153
* kvm recipe: Allow to set keyboard layout language used by qemu and VNC
* simplehttpserver-recipe: fix encoding error
154

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