Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Klaus Wölfel
slapos
Commits
722f28fe
Commit
722f28fe
authored
Jul 04, 2017
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release slapos.cookbook 1.0.52
parent
cb7c7fe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
CHANGES.rst
CHANGES.rst
+17
-5
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
722f28fe
Changes
Changes
=======
=======
1.0.52 (2017-07-04)
-------------------
* 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
1.0.50 (2017-04-18)
1.0.50 (2017-04-18)
-------------------
-------------------
...
@@ -11,19 +23,19 @@ Changes
...
@@ -11,19 +23,19 @@ Changes
1.0.48 (2017-01-31)
1.0.48 (2017-01-31)
-------------------
-------------------
* random-recipe: add option create-once to prevent storage file deletion by buildout
* random-recipe: add option create-once to prevent storage file deletion by buildout
1.0.45 (2017-01-09)
1.0.45 (2017-01-09)
-------------------
-------------------
* recipe: set default timeout of check url promise to 20 seconds
* recipe: set default timeout of check url promise to 20 seconds
1.0.44 (2016-12-30)
1.0.44 (2016-12-30)
-------------------
-------------------
* pbs: handles the fact that some parameters are not present when slaves are down
* pbs: handles the fact that some parameters are not present when slaves are down
* recipe: allow usage of pidfile in wrapper recipe
* recipe: allow usage of pidfile in wrapper recipe
* sshd: fix generation of authorized_keys
* sshd: fix generation of authorized_keys
1.0.43 (2016-11-24)
1.0.43 (2016-11-24)
-------------------
-------------------
...
...
setup.py
View file @
722f28fe
...
@@ -28,7 +28,7 @@ from setuptools import setup, find_packages
...
@@ -28,7 +28,7 @@ from setuptools import setup, find_packages
import
glob
import
glob
import
os
import
os
version
=
'1.0.5
1.dev0
'
version
=
'1.0.5
2
'
name
=
'slapos.cookbook'
name
=
'slapos.cookbook'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.rst"
).
read
()
+
"
\
n
"
open
(
"CHANGES.rst"
).
read
()
+
"
\
n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment