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

4 5 6 7
1.8.6 (unreleased)
------------------
 * console: fix namespace problems when using slapos console with scripts

Thomas Gambier's avatar
Thomas Gambier committed
8 9 10 11 12
1.8.5 (2022-12-14)
------------------
 * slapos: Update SlapOS website's url
 * slapgrid: fix stalling problem when launching promise with SlapPopen

Jérome Perrin's avatar
Jérome Perrin committed
13
1.8.4 (2022-10-11)
14 15
------------------
 * service list, service info: output json
16
 * request: don't fetch schema for frontend software release, speeding up slapos node instance
17
 * proxy: update forwarded_partition_request table after destroying a forwarded partition
18

Thomas Gambier's avatar
Thomas Gambier committed
19 20 21 22
1.8.3 (2022-10-17)
------------------
 * format: use correct IPv4 for tun interfaces

Xavier Thompson's avatar
Xavier Thompson committed
23 24 25 26 27 28
1.8.2 (2022-10-10)
------------------
 * slapproxy: make rows unique for forwarded requests
 * slapos boot: start computer partitioning without connecting to master
 * cli/request: raise error when serialization type is unknown

Jérome Perrin's avatar
Jérome Perrin committed
29 30 31 32
1.8.1 (2022-09-06)
------------------
 * nothing changed, new version to replace 1.8.0 which had a packaging mistake

Thomas Gambier's avatar
Thomas Gambier committed
33 34 35 36
1.8.0 (2022-09-01)
------------------
 * slapos.cfg: add lab.nxdcdn.com endpoint

Thomas Gambier's avatar
Thomas Gambier committed
37 38 39 40
1.7.13 (2022-07-28)
-------------------
 * format: add more information in os_type

Thomas Gambier's avatar
Thomas Gambier committed
41 42 43 44
1.7.12 (2022-07-28)
-------------------
 * slapgrid: fix agregateAndSendUsage in python3

Thomas Gambier's avatar
Thomas Gambier committed
45 46
1.7.11 (2022-07-21)
-------------------
Thomas Gambier's avatar
Thomas Gambier committed
47 48 49 50
 * register: fix slapconfig in python3
 * register: no need to be root if configuration file in /tmp
 * networkcache: fix upload_network_cached in python3
 * slapgrid: fix _updateCertificate in python3
Thomas Gambier's avatar
Thomas Gambier committed
51

Thomas Gambier's avatar
Thomas Gambier committed
52 53 54 55
1.7.10 (2022-07-11)
-------------------
 * format: fix for python3

Thomas Gambier's avatar
Thomas Gambier committed
56 57 58 59
1.7.9 (2022-07-06)
------------------
 * util: fix getSerialisation

Thomas Gambier's avatar
Thomas Gambier committed
60 61 62 63
1.7.8 (2022-06-27)
------------------
 * cli: `slapos --version` now shows Python version too

Thomas Gambier's avatar
Thomas Gambier committed
64 65 66 67 68 69
1.7.7 (2022-06-22)
------------------
 * slapgrid: fix upload command after libnetworkcache version 0.24
 * console: set __file__ like python interpreter would do
 * testing: make the error message more comprehensible

Thomas Gambier's avatar
Thomas Gambier committed
70
1.7.6 (2022-04-14)
71
------------------
Thomas Gambier's avatar
Thomas Gambier committed
72 73 74 75 76
 * slapgrid: use distro.linux_distribution() to support python >= 3.8
 * slapproxy: add missing instance parameters
 * tests: several improvements
 * standalone: strip ansi codes in logs
 * slapgrid: fix promise logging with instance python
77 78 79
 * cachelookup: introduce slapos cachelookup {url, binary-sr, pypi} commands
 * cache: remove "slapos cache {lookup, source}" commands

Thomas Gambier's avatar
Thomas Gambier committed
80 81 82 83
1.7.5 (2022-03-21)
------------------
 * slapgrid: fix invocation of bootstrapBuildout

Thomas Gambier's avatar
Thomas Gambier committed
84
1.7.4 (2022-03-16)
85
------------------
Thomas Gambier's avatar
Thomas Gambier committed
86 87
 * slapgrid: Fix promises not being logged to logfile
 * format: give IPv4 to tap interface only if tap_gateway_interface option is present
88 89
 * format: remove use_unique_local_address_block option as it was never really used. User can add a local IPv6 range on the interface before running "slapos node format".

Jérome Perrin's avatar
Jérome Perrin committed
90 91 92
1.7.3 (2022-02-17)
------------------
 * runpromises: support software releases older than slapos 1.0.118
93 94 95
 * Revert "slap lib: disable 'Unverified HTTPS request is being made' messages.". (effectively warning when using insecure connection to master)
 * complete: completions for --only-sr and --only-cp (fish shell only)
 * testing/check_software: several fixes
Jérome Perrin's avatar
Jérome Perrin committed
96

Thomas Gambier's avatar
Thomas Gambier committed
97 98 99 100 101
1.7.2 (2021-12-15)
------------------
 * Add support for different architecture in binary cache
 * cli/cache lookup: better information displayed (architecture and signature)

Jérome Perrin's avatar
Jérome Perrin committed
102 103 104 105
1.7.1 (2021-12-10)
------------------
 * Fix a missing dependency in 1.7.0 on python2

Jérome Perrin's avatar
Jérome Perrin committed
106
1.7.0 (2021-12-10)
Jérome Perrin's avatar
Jérome Perrin committed
107
------------------
Jérome Perrin's avatar
Jérome Perrin committed
108 109 110 111 112 113 114 115

 * prune: add support for new name of signature files
 * slapproxy: Fix software URL migration
 * slapgrid: Process promises with instance python
 * grid/utils/setRunning: detect the case where pid has been recycled
 * cli/request: support passing instance parameters from a file
 * slap/request: emit a warning when requesting with parameters not matching schema
 * cli/request: print instance parameters with a consistent format on PY2/PY3
Rafael Monnerat's avatar
Rafael Monnerat committed
116

Thomas Gambier's avatar
Thomas Gambier committed
117 118 119 120 121
1.6.19 (2021-10-04)
-------------------

 * grid: fix "log buildout output in realtime"

Rafael Monnerat's avatar
Rafael Monnerat committed
122 123 124 125 126 127 128
1.6.18 (2021-08-13)
-------------------

 * core: Update certificates as late as possible (re-implemented)
 * cli/prune: Fix a possible infinite recursion
 * grid: log buildout output in realtime 
 * cli/prune: fix a case where parts where not detected as used from a recursive instance
129

Jérome Perrin's avatar
Jérome Perrin committed
130 131 132 133 134
1.6.17 (2021-08-02)
-------------------

 * Fix a problem introduced in 1.6.16 ( core: Update certificates as late as possible )

Łukasz Nowak's avatar
Łukasz Nowak committed
135
1.6.16 (2021-07-30)
136 137 138
-------------------

 * slapos.cfg.example: Fix bug introduced in 1.6.14
139 140 141 142 143
 * slapgrid: Update certificates as late as possible
 * slap/standalone: don't use --all in waitForSoftware / waitForInstance
 * slapos_*: rename Hosting Subscription to Instance Tree
 * testing/check_software: many improvements
 * collect: fix test
Jérome Perrin's avatar
Jérome Perrin committed
144 145
 * core: Update certificates as late as possible

146

147 148 149 150 151 152 153
1.6.14 (2021-06-21)
-------------------

 * collect: enable disk usage by default
 * slap/standalone: enable `slapos node format`
 * slapgrid: add `--force-stop` option

154 155 156 157 158 159 160 161
1.6.13 (2021-06-01)
-------------------

 * cli/boot: use logger system to have time in logs
 * cli/boot: prevent keyError when no IPv6 at boot
 * slapgrid: note git revision when installing from a git checkout
 * slapproxy: add --local-software-release-root option

162 163 164 165 166
1.6.12 (2021-05-05)
-------------------

 * slap/standalone: Add `slapos_bin` option to specify the path of the slapos executable

167 168 169 170 171
1.6.11 (2021-05-05)
-------------------

 * slapformat: Fix python3 bytes/str mismatch in dump

172 173 174 175 176
1.6.10 (2021-05-03)
-------------------

 * slap/standalone: enable hateoas support in proxy configuration

177 178 179 180 181 182
1.6.9 (2021-04-27)
------------------

 * proxy: add minimal hateoas support (to support "slapos service list", "slapos computer list", ...)
 * testing: add libanl to the list of whitelist libraries

Łukasz Nowak's avatar
Łukasz Nowak committed
183 184 185 186 187 188 189 190
1.6.8 (2021-03-29)
------------------

 * slapgrid: save firewalld rules also if no change, but file not present
 * proxy: always give a name to partition addresses
 * cli: use https://panel.rapid.space by default (instead of https://slapos.vifib.com)
 * slapgrid: execute manager even if promise fails

Łukasz Nowak's avatar
Łukasz Nowak committed
191 192 193 194 195
1.6.7 (2021-03-29)
------------------

 * manager: new whitelistfirewall

Łukasz Nowak's avatar
Łukasz Nowak committed
196 197 198 199 200
1.6.6 (2021-03-08)
------------------

 * manager: use lsblk only in devperm

201 202 203 204 205
1.6.5 (2021-02-25)
------------------

  * proxy: prefix forwarded requests to disambiguate them

206 207 208 209 210 211 212 213 214
1.6.4 (2021-02-09)
------------------

  * proxy: don't set app logger level
  * slap/standalone: add slapos-node-auto service
  * slap/standalone: normalize log files in supervisord
  * cli: Output on the console even with --log-file
  * testing: assorted fixes for software upgrade tests

215 216 217 218 219 220 221 222 223 224 225 226
1.6.3 (2020-11-30)
------------------

  * slap/standalone: let standalone's supervisord control instance supervisord
  * cli: Fix slapos node prune usages with root slapos
  * slapgrid: compare os name in lower case,so that binary cache works with debian and Debian
  * grid/utils: set PYTHONNOUSERSITE to prevent issues with broken user site package
  * testing/testcase: Set proper default software type
  * testing/testcase: check eggs for known vulnerabilities
  * cli: fish shell completions
  * proxy: support partitions destruction

227 228 229 230 231 232 233
1.6.2 (2020-09-17)
------------------

 * grid: Keep using the previous socket path name if it still exists: repairing critical problem introduced in 1.6.1 causing a second supervisor process to start
 * svcbackend: properly log error when supervisord can not be started
 * testing/testcase: snapshot more files

234 235 236 237 238 239 240
1.6.1 (2020-08-25)
------------------

 * svcbackend/standalone: use shorter names for supervisor sockets
 * testing: several small bug fixes and minor features
 * tests/test_promise: use a larger timeout to prevent false positives

241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
1.6.0 (2020-07-15)
------------------

 * cli: Allow boot and bang commands in non-root environments
 * collect: disable FolderSizeSnapshot for now
 * collect: small optimization on garbage collect
 * grid: Fix OS detection
 * grid: Support non writable files and folders when removing software or partition directories
 * grid: try 3 times to upload archive to binary cache
 * prune: Several bug fixes
 * proxy: support forwarding requests as a partition
 * standalone: support setting multi-master in slapos.cfg
 * testing/testcase: several bug fixes in ldd check and snapshots
 * util: use safe variant or xml_marshaller
 * util: introduce rmtree, a wrapper for shutil.rmtree with support for non writable files and folders

257 258 259
1.5.12 (2020-04-07)
-------------------

260
 * slapos/slap: fix "slapos service info" when parameter dict is in JSON format
261

262 263 264
1.5.11 (2020-04-03)
-------------------

265
 * slapgrid: Fix manager: section support
266

267 268 269
1.5.10 (2020-04-02)
-------------------

270 271 272
 * prune: fix detection of parts used in scripts
 * manager: Support manager:devperm allowed-disk-for-vm
 * manager: Follow links in devperm
273

274 275 276
1.5.9 (2020-02-17)
------------------

277 278
 * Fixes for Python 3.6
 * cli/boot: read partition base name from config
279

280
1.5.8 (2020-02-03)
281
------------------
282 283 284 285 286 287 288 289

  * slapos/collect: Create index for speed up garbage collection
  * slapos/collect: use memory based journal for accelerate response
  * slapos/collect: set auto-commit
  * slapos/collect: Don't invoke create database by default
  * proxy: Support slave removal
  * Extend tests to detect shared libraries using system libraries

Łukasz Nowak's avatar
Łukasz Nowak committed
290 291 292 293 294
1.5.7 (2020-01-15)
------------------

 * slapos/proxy: Update timestamp partition on slave changes, fixes issues with slaves with slapproxy

Łukasz Nowak's avatar
Łukasz Nowak committed
295 296 297 298 299 300
1.5.6 (2020-01-09)
------------------

 * slapos/grid/promise: Cleanup plugin folder from removed promises and also stale json files for those
 * slapos/grid: Provide download-from-binary-cache-force-url-list option support in slapos.cfg

Łukasz Nowak's avatar
Łukasz Nowak committed
301 302 303 304 305
1.5.5 (2019-12-17)
------------------

  * slapos/format: minimise IPv6 addresses changes

Thomas Gambier's avatar
Thomas Gambier committed
306 307 308 309 310 311
1.5.4 (2019-11-28)
-------------------

  * slapos/format: fix for newer version of netifaces


Thomas Gambier's avatar
Thomas Gambier committed
312 313 314 315 316 317 318 319
1.5.3 (2019-11-25)
-------------------

  * slapos/grid/promise: increase default promise timeout from 3 to 20 seconds
  * slapos/proxy: fix loadComputerConfigurationFromXML
  * slapos/cli: minor improvements in commands' help messages


Rafael Monnerat's avatar
Rafael Monnerat committed
320 321 322 323 324 325 326 327 328 329
1.5.2 (2019-11-13)
-------------------

  * slapos/grid/promise: Save global and public states
  * slapos/grid/promise: Extend promise system to generate history and stats
  * testcase: Snapshot on setUpClass failure
  * slapos/collect: getint don't support fallback
  * slapos/proxy: setComputerPartitionConnectionXml don't update timestamp


Jérome Perrin's avatar
Jérome Perrin committed
330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348
1.5.1 (2019-10-30)
------------------

 * Add new commands ``slapos node promise`` and ``slapos node prune``
 * promise: include promise output in PromiseError
 * grid: remove temporary directory if an exception happens while setting its ownership
 * grid: always check ownership of software path before building
 * slapos/collect: Use UTC time for collector.db time queries
 * collect: what matters is available memory (contrary to unused memory)
 * slapos/collect: Preserve entries at the database for 15 days
 * slapos/collect: Add PartitionReport to replace slapos.toolbox collect code
 * slapos/collect: Call VACUUM to clean up the sql database size.
 * standalone: also cleanup supervisor configuration
 * standalone: Only include 30 lines of error in waitForInstance
 * testcase: improve leaked partitions detection and cleanup
 * testcase: keep generated files and log files between tests
 * testcase: retry ``slapos node report``
 * testcase: enable logging even when in non verbose

Jérome Perrin's avatar
Jérome Perrin committed
349 350 351 352 353 354 355 356 357 358 359 360
1.5.0 (2019-10-03)
-------------------

 * grid: new ``shared_part_list`` configuration file option to define
   which paths can be used by ``slapos.recipe.cmmi`` for shared builds.
 * proxy: bypass frontends requests for direct and KVM frontends, by
   returning the original URL. This way instance promises are successful.
 * slap: new ``StandaloneSlapOS`` class to easily embed slapos node in
   applications.
 * testing: new ``SlapOSInstanceTestCase`` test case useful for software
   releases tests.

Łukasz Nowak's avatar
Łukasz Nowak committed
361 362 363 364 365 366 367
1.4.28 (2019-10-01)
-------------------

 * slapos/slap: Stabilise connection_dict
 * slapos: Synchronise xml2dict and dict2xml
 * grid: report summary of partitions processing/promises

368 369 370 371 372 373
1.4.27 (2019-09-17)
-------------------

  * slap/hateoas: in jio_allDocs, increase query limit to 40 if not set
  * slap/hateoas: cleanup, remove unused getRelatedInstanceInformation

Rafael Monnerat's avatar
Rafael Monnerat committed
374 375 376 377 378 379 380
1.4.26 (2019-08-13)
-------------------

  * slap/hateoas: Fixes and optimisations 
  * slap/hateoas: Update remaining part of the API to be JIO Complaint
  * slap/promise: treat CRITICAL like ERROR

381 382 383 384 385 386 387 388 389
1.4.25 (2019-08-02)
-------------------

  * slap/hateoas: Fix path for the hateaos API
  * slapproxy: implement softwareInstanceBang
  * slapproxy: skip instanciation if nothing has changed
  * grid: fix typo in GenericPromise.__bang
  * Fixes for Python 3 support

390 391 392 393 394 395 396 397 398 399
1.4.24 (2019-07-25)
-------------------

  * slap: New API using hateoas
  * slap: Use cachecontrol to be http cache friendly 
  * New command: slapos cache source to check source cache
  * New command: slapos computer [info|list|token]
  * grid: Stabilize service list to prevent supervisord restart


400 401 402 403 404 405 406
1.4.23 (2019-06-05)
-------------------

 * grid.promise: accelerate the promises.
 * format: add timeout when getting public IPv4.
 * slapos.slap: don't post information about software if not needed.

407 408 409 410 411
1.4.22 (2019-04-11)
-------------------

 * slapproxy: make sure slapproxy starts after "slapos configure local"

412 413 414 415 416 417 418
1.4.21 (2019-03-26)
-------------------

 * slapproxy: remove old tables when running migration. A backup is made as a separate sql file.
 * slapproxy: update database version to 13, to force removal of old tables.
 * format: fix creation of IPv4 for taps

Rafael Monnerat's avatar
Rafael Monnerat committed
419 420 421 422 423
1.4.20 (2019-03-08)
-------------------

 * proxy: Make compatible with xml-marsheller 1.0.2

424 425 426 427 428 429 430 431
1.4.19 (2019-03-06)
-------------------

 * format: Make sure routing is OK withVM inside VM
 * grid.promise: cache some promise information to speedup testless and anomalyless checks
 * slapproxy: fix support of non-string (e.g. int) values in requests
 * slapproxy: Support keys with NULL in slave instance

432 433 434 435 436 437
1.4.18 (2019-02-06)
-------------------

 * grid.promise: do no write execution timestamp if running testless or anomalyless promise
 * grid.promise: send EmptyResult if promise is test less or anomaly less

438 439 440 441 442
1.4.17 (2019-02-05)
-------------------

 * grid.promise: add support for promise without test or anomaly

443
1.4.16 (2019-01-14)
444 445 446
-------------------

 * format: new tap_iv6 configuration file option
447 448
 * format: dump partition resources information if not exists yet
 * slapgrid: explicitly close partition file logger for instanciation
449

450 451 452 453
1.4.15 (2018-12-11)
-------------------

 * format: Bug for tap configuration
Rafael Monnerat's avatar
Rafael Monnerat committed
454

455 456 457 458 459 460
1.4.14 (2018-12-04)
-------------------

 * format: Bug fixes 


Rafael Monnerat's avatar
Rafael Monnerat committed
461 462 463 464 465
1.4.13 (2018-11-26)
-------------------

 * Minor fix on MANIFEST.in

466 467
1.4.12 (2018-11-26)
-------------------
468 469 470

 * totally deprecate no_bridge and bridge_name options (there was a warning for a long time)
 * create_tap = True won't create tap attached to bridge anymore
471 472
     - it should always be used with option tap_gateway_interface
     - if option tap_gateway_interface is not present, the tap will have a default gateway (10.0.0.1)
473

Julien Muchembled's avatar
Julien Muchembled committed
474 475 476 477 478
1.4.11 (2018-09-28)
-------------------

 * slapgrid-sr: do not rebootstrap unnecessarily

Rafael Monnerat's avatar
Rafael Monnerat committed
479
1.4.10 (2018-09-20)
480
-------------------
481 482 483
 * add ``--buildout-debug`` command line option to ``slapos node software`` and
   ``slapos node instance`` commands which starts buildout debugger on errors.
 * pretty print json serialised instance parameters in ``slapos proxy show``
Rafael Monnerat's avatar
Rafael Monnerat committed
484
 * Add devperm plugin
485

Alain Takoudjou's avatar
Alain Takoudjou committed
486 487 488 489 490 491 492
1.4.9 (2018-07-31)
------------------
 * slapgrid: Add tear down methods to IManager interface
 * manager: Add Port Redirection manager
 * proxy: create empty slaproxy database if not exits yet
 * slapgrid: Add methods to SlapObject.Partition for more control on generated supervisord config

Alain Takoudjou's avatar
Alain Takoudjou committed
493 494 495 496 497 498 499 500 501
1.4.8 (2018-06-26)
------------------
 * format: fix brokend parse_computer_definition
 * grid.promise: kill timed out promise process if terminate is not enough
 * grid.promise: avoid blocking process while sending or receiving message from queue
 * grid.promise: on promise timeout fail only if the problem is occurring a second time
 * slapgrid: Do not set minfds. select() does not support file descriptors greater than 1023
 * slapgrid: Set the minimum number of file descriptors.

Alain Takoudjou's avatar
Alain Takoudjou committed
502 503 504 505 506
1.4.7 (2018-04-08)
------------------
 * grid.promise: loadModule is now done in PromiseProcess class
 * collect: fix minors bugs on collect.db and collet.reporter
 * grid: fix using shutil.rmtree to delete file instead of directory 
507
 * grid: do not hide `$USER` when running buildout
508
 * grid: do not leak file descriptors to subprocesses when running e.g. 'node software'.
509

Alain Takoudjou's avatar
Alain Takoudjou committed
510 511 512 513 514
1.4.6 (2018-03-29)
------------------
 * grid.promise: use previous promise execution result if the promise is skipped because of periodicity.
 * slapgrid: update AccessStatus of instance on Master when checking promise anomaly, if the status change.

Alain Takoudjou's avatar
Alain Takoudjou committed
515 516 517 518 519 520 521
1.4.5 (2018-03-22)
------------------
 * slapos.collect.db: Create an index on user table to speed up monitor collect query.
 * slapos.cli.console: support new `slapos console script.py` invocation
 * slapos.grid.promise: implement a new promise design and promise launcher in slapgrid
 * slapos.collect: allow connect without call boostrap, set timeout option

Rafael Monnerat's avatar
Rafael Monnerat committed
522 523 524 525 526 527
1.4.4 (2018-01-25)
------------------
 * slap.initializeConnection: Cache master node's Hateoas URL
 * slapos.grid: Declare connection_parameter_hash explicitly, UnboundLocalError may occur.
 * slapos.grid: rework checkpromise method to utils so it can be reused

528
1.4.3 (2017-11-08)
529
------------------
530
 * slapos.cli.grid: Allow definition of different pidfiles for each software subcommand in config file
531 532 533
 * slapos.cli.configure_local: Get template locally instead do an http request.
 * slapos.cli: Update API for get person certificates and register computer
 * format: fix some conflicts about tun interfaces when changing the number of partitions
534

Rafael Monnerat's avatar
Rafael Monnerat committed
535 536 537 538
1.4.2 (2017-10-02)
------------------
 * slapos.collect: Make internal API usable as library for third parties

539 540 541 542 543 544
1.4.1 (2017-09-25)
------------------
 * slapos.format: Introduce create_tun config option (default false)
 * slapos.cli: get template directly and not reply on namespaces for register
 * slapos.grid: add pluging which run instance custom script at partition pre-destroy phase

545 546
1.4.0 (2017-06-26)
------------------
547 548 549 550 551 552
 * slapos.grid: Use local configuration to extend master configuration
 * slapos.format: Export partition configuration for the partition
 * slapos: improve logs and general cleanup
 * slapos.manager: Added cpuset plugin (for cgroups)
 * slapos.format: Add TUN interface support
 * slapos: Implement plugin system
553

Rafael Monnerat's avatar
Rafael Monnerat committed
554 555 556 557
1.3.18 (2016-11-03)
-------------------
 * update default web url of master to slapos.vifib.com

Rafael Monnerat's avatar
Rafael Monnerat committed
558 559 560 561 562 563 564 565
1.3.17 (2016-10-25)
-------------------
 * slapos.grid: Always remove .timestamp and .slapgrid if partition is destroyed.
 * slapos.proxy: Propagate parent partition state to children
 * slapos.grid: Increase min space (1G)
 * slapos.grid: Save slapgrid state into the partition
 * slapos.format: Remove passwd call while format.
 * svcbackend: explicitely call the executable instead of using Popen 'executable' keyword.
566
 * slapos.grid: Introduce new garbage collector for instances ignored by buildout
Rafael Monnerat's avatar
Rafael Monnerat committed
567

568 569 570 571 572 573 574
1.3.16 (2016-09-29)
-------------------
 * slapos.format: Include disk usage report. Do not divide cpu_load by number of cpu cores.
 * slapos.format: set login shell for slapuser and lock login by password
 * slapos.slap: Do not post same connection parameters of slaves.
 * slapos.proxy: allow to update software release of partition

575 576 577 578 579
1.3.15 (2015-12-08)
-------------------
 * slapos.collect: Include disk usage report. Do not divide cpu_load by number of cpu cores.

1.3.14 (2015-10-27)
580 581 582
-------------------
 * slapos.grid: firewall fix bugs

Alain Takoudjou's avatar
Alain Takoudjou committed
583 584 585 586
1.3.13 (2015-10-26)
-------------------
 * slapos.grid: firewall accpet option to specify only list of ip address/wetwork to accept and reject.

Alain Takoudjou's avatar
Alain Takoudjou committed
587 588 589 590
1.3.12 (2015-10-15)
-------------------
 * slapos.grid: add support for firewall configuration using firewalld for partition that use tap+route interface (for kvm cluster).

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
591 592 593 594 595 596 597
1.3.11 (2015-09-25)
-------------------
 * slapos.grid: support shacache-ca-file and shadir-ca-file options.

1.3.10 (2015-04-28)
-------------------

Alain Takoudjou's avatar
Alain Takoudjou committed
598 599 600 601 602 603
1.3.9 (2015-02-20)
------------------
 * slapos.format: allow to format additional list of folder for each partition to use as data storage location.
 * slapos.format: allow to create tap without bridge (when using option create_tap and tap_gateway_interface), configure ip route with generated ipv4 for tap to access guest vm from host machine.
 * slapos.grid: update generated buildout file with information to acess partition data storage folder.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
604 605 606 607 608
1.3.8 (2015-02-04)
------------------

 * slapos proxy: allow to specify/override host/port from command line.

609 610 611 612 613 614
1.3.7 (2015-01-30)
------------------

 * slapos.grid: Don't try to process partition if software_release_url is None. Removes noisy errors in log.
 * slapos node report: retry several time when removing processes from supervisor.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
615 616 617 618 619
1.3.6.3 (2015-01-23)
--------------------

 * slapos: make forbid_supervisord_automatic_launch generic.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
620 621 622 623 624
1.3.6.2 (2015-01-22)
--------------------

 * slapos.grid.svcbackend: check if watchdog is started before restarting.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
625 626 627 628 629 630
1.3.6.1 (2015-01-19)
--------------------

 * slapos: allow to use supervisorctl without automatically starting supervisord.
 * slapos: Create supervisor configuration when running CLI.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
631 632 633 634 635 636 637 638 639
1.3.6 (2015-01-16)
------------------

 * supervisord: allow to start with --nodaemon.
 * rename : zc.buildout-bootstap.py -> zc.buildout-bootstrap.py.
 * update bootstrap.py.
 * slapproxy: add missing getComputerPartitionCertificate method
 * slapos boot: fix error reporting when ipv6 is not available

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
640 641 642 643
1.3.5 (2014-12-03)
------------------

 * slapos.grid: do not ALWAYS sleep for promise_timeout. Instead, poll often, and continue if promise finished. This change allows a two-folds speed improvement in processing partitions.
644 645
 * slapos.format: don't chown recursively Software Releases.
 * slapos.util: use find to chown in chownDirectory.
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
646

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
647 648 649 650 651 652 653 654
1.3.4 (2014-11-26)
------------------

 * slapos.slap hateoas: get 'me' document with no cache.
 * slapos.grid: report: fix unbound 'destroyed' variable.
 * slapos.slap: fix __getattr__ of product collection so that product.foo works.
 * slapos.cli info/list: use raw print instead of logger.

655 656 657 658 659 660
1.3.3 (2014-11-18)
------------------

 * slapos.slap/slapos.proxy: Fix regression: requests library ignores empty parameters.
 * slapos.proxy: fix slave support (again)

661 662 663 664 665 666
1.3.2 (2014-11-14)
------------------

 * slapos.slap: parse ipv6 and adds brackets if missing. Needed for requests, that now NEEDS brackets for ipv6.
 * slapos.slap: cast xml from unicode to string if it is unicode before parsing it.

667 668 669 670 671
1.3.1 (2014-11-13)
------------------

 * slapos.proxy: fix slave support.

672 673
1.3.0 (2014-11-13)
------------------
674

675
 * Introduce slapos list and slapos info CLIs.
676 677
 * slapos format: fix use_unique_local_address_block feature, and put default to false in configure_local.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
678 679 680 681 682 683
1.2.4.1 (2014-10-09)
--------------------

 * slapos format: Don't chown partitions.
 * slapos format: alter_user is true again by default.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
684 685 686 687 688
1.2.4 (2014-09-23)
------------------

 * slapos.grid: add support for retention_delay.

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
689 690 691 692 693 694
1.2.3.1 (2014-09-15)
--------------------

 * General: Add compatibility with cliff 1.7.0.
 * tests: Prevent slap tests to leak its stubs/mocks.

695 696 697 698 699 700 701 702 703 704
1.2.3 (2014-09-11)
------------------

 * slapos.proxy: Add multimaster basic support.

1.2.2 (2014-09-10)
------------------

 * slapos.collect: Compress historical logs and fix folder permissions.

705 706 707 708 709
1.2.1 (2014-08-21)
------------------

 * slapproxy: add automatic migration to new database schema if needed.

710 711 712
1.2.0 (2014-08-18)
------------------

713 714
Note: not officially released as egg.

715 716 717 718
 * slapproxy: add correct support for slaves, instance_guid, state.
 * slapproxy: add getComputerPartitionStatus dummy support.
 * slapproxy: add multi-nodes support

Rafael Monnerat's avatar
Rafael Monnerat committed
719 720 721 722 723
1.1.2 (2014-06-02)
------------------

 * Minor fixes

Rafael Monnerat's avatar
Rafael Monnerat committed
724 725 726 727 728 729
1.1.1 (2014-05-23)
------------------

 * Drop legacy commands
 * Introduced SlapOS node Collect

730 731 732 733 734 735
1.0.5 (2014-04-29)
------------------

 * Fix slapgrid commands return code
 * slapos proxy start do not need to be launched as root

Rafael Monnerat's avatar
Rafael Monnerat committed
736
1.0.2.1 (2014-01-16)
Rafael Monnerat's avatar
Rafael Monnerat committed
737
--------------------
Rafael Monnerat's avatar
Rafael Monnerat committed
738 739 740 741 742

Fixes:

 * Add backward compabitility in slap lib with older slapproxy (<1.0.1)

Rafael Monnerat's avatar
Rafael Monnerat committed
743 744 745 746 747 748 749 750 751 752 753
1.0.1 (2014-01-14)
------------------

New features:

 * Add configure-local command for standalone slapos [Cedric de Saint Martin/Gabriel Monnerat]

Fixes:

 * Fix slapproxy missing _connection_dict [Rafael Monnerat]

Rafael Monnerat's avatar
Rafael Monnerat committed
754
1.0.0 (2014-01-01)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
755 756
------------------

757 758 759
New features:

 * slapconsole: Use readline for completion and history. [Jerome Perrin]
Marco Mariani's avatar
Marco Mariani committed
760
 * slapos console: support for ipython and bpython [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
761 762
 * Initial windows support. [Jondy Zhao]
 * Support new/changed parameters in command line tools, defined in documentation. [Marco Mariani]
Marco Mariani's avatar
Marco Mariani committed
763
 * Register: support for one-time authentication token. [Marco Mariani]
Marco Mariani's avatar
Marco Mariani committed
764
 * New command: "slapos configure client" [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
765
 * add new "root_check" option in slapos configuration file (true by default) allowing to bypass "am I root" checks in slapos. [Cedric de Saint Martin]
766
 * Add support for getSoftwareReleaseListFromSoftwareProduct() SLAP method. [Cedric de Saint Martin]
767
 * Add support for Software Product in request, supply and console. [Cedric de Saint Martin]
768

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
769 770
Major Improvements:

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
771 772
 * Major refactoring of entry points, clearly defining all possible command line parameters, separating logic from arg/conf parsing and logger setup, sanitizing most parameters, and adding help and documentation for each command. [Marco Mariani]
 * Correct handling of common errors: print error message instead of traceback. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
773 774 775
 * Dramatically speed up slapformat. [Cedric de Saint Martin]
 * Remove CONFIG_SITE env var from Buildout environment, fixing support of OpenSuse 12.x. [Cedric de Saint Martin]
 * RootSoftwareInstance is now the default software type. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
776
 * Allow to use SlapOS Client for instances deployed in shared SlapOS Nodes. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
777 778

Other fixes:
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
779

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
780
 * Refuse to run 'slapos node' commands as non root. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
781
 * Register: Replace all reference to vifib by SlapOS Master. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
782
 * Watchdog: won't call bang if bang was already called but problem has not been solved. [Cédric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
783
 * Slapgrid: avoid spurious empty lines in Popen() stdout/log. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
784 785
 * Slapgrid: Properly include any partition containing any SR informations in the list of partitions to proceed. [Cedric de Saint Martin]
 * Slapgrid: Remove the timestamp file after defined periodicity. Fixes odd use cases when an instance failing to process after some time is still considered as valid by the node. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
786
 * Slapgrid: Fix scary but harmless warnings, fix grammar, remove references to ViFiB. [Cedric de Saint Martin, Jérome Perrin, Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
787 788
 * Slapgrid: Fixes support of Python >= 2.6. [Arnaud Fontaine]
 * Slapgrid: Check if SR is upload-blacklisted only if we have upload informations. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
789 790
 * Slapgrid: override $HOME to be software_path or instance_path. Fix leaking files like /opt/slapgrid/.npm. [Marco Mariani]
 * Slapgrid: Always retrieve certificate and key, update files if content changed. Fix "quick&dirty" manual slapos.cfg swaps (change of Node ID). [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
791 792
 * Slapformat: Make sure everybody can read slapos configuration directory. [Cedric de Saint Martin]
 * Slapformat: Fix support of slapproxy. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
793
 * Slapformat: slapos.xml backup: handle corrupted zip files. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
794
 * Slapformat: Don't erase shell information for each user, every time. Allows easy debugging. [Cédric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
795

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
796 797

0.35.1 (2013-02-18)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
798 799 800 801 802 803 804 805 806 807 808 809 810
-------------------

New features:

 * Add ComputerPartition._instance_guid getter in SLAP library. [Cedric de Saint Martin]
 * Add ComputerPartition._instance_guid support in slapproxy. [Cedric de Saint Martin]

Fixes:

 * Fix link existence check when deploying instance if SR is not correctly installed. This fixes a misleading error. [Cedric de Saint Martin]
 * Improve message shown to user when requesting. [Cedric de Saint Martin]
 * Raise NotReady when _requested_state doesn't exist when trying to fetch it from getter. [Cedric de Saint Martin]

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
811
0.35 (2013-02-08)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
812
-----------------
Marco Mariani's avatar
Marco Mariani committed
813

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
814 815 816 817 818 819 820 821
 * slapos: display version number with help. [Marco Mariani]
 * slapformat: backup slapos.xml to a zip archive at every change. [Marco Mariani]
 * slapformat: Don't check validity of ipv4 when trying to add address that already exists. [Cedric de Saint Martin]
 * slapgrid: create and run $MD5/buildout.cfg for eaiser debugging. [Marco Mariani]
 * slapgrid: keep running if cp.error() or sr.error() have issues (fixes 20130119-744D94). [Marco Mariani]
 * slapgrid does not crash when there are no certificates (fixes #20130121-136C24). [Marco Mariani]
 * Add slapproxy-query command. [Marco Mariani]
 * Other minor typo / output fixes.
Marco Mariani's avatar
Marco Mariani committed
822

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
823 824
0.34 (2013-01-23)
-----------------
Marco Mariani's avatar
Marco Mariani committed
825

826
 * networkcache: only match major release number in Debian,
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
827 828
                 fixed platform detection for Ubuntu. [Marco Mariani]
 * symlink to software_release in each partition. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
829 830 831 832
 * slapos client: Properly expand "~" when giving configuration file location.
   [Cedric de Saint Martin]
 * slapgrid: stop instances that should be stopped even if buildout and/or
   reporting failed. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
833
 * slapgrid: Don't periodically force-process a stopped instance. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
834 835
 * slapgrid: Handle pid files of slapgrid launched through different entry points.
   [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
836 837
 * Watchdog: Bang is called with correct instance certificates. [Cedric Le Ninivin]
 * Watchdog: Fix watchdog call. [Cedric le Ninivin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
838
 * Add a symlink of the used software release in each partitions. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
839 840 841 842 843 844
 * slapformat is verbose by default. [Cedric de Saint Martin]
 * slapproxy: Filter by instance_guid, allow computer partition renames
              and change of software_type and requested_state. [Marco Mariani]
 * slapproxy: Stop instance even if buildout/reporting is wrong. [Cedric de Saint Martin]
 * slapproxy: implement softwareInstanceRename method. [Marco Mariani]
 * slapproxy: alllow requests to software_type. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
845
 * Many other minor fixes. See git diff for details.
Marco Mariani's avatar
Marco Mariani committed
846

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
847 848 849 850 851
0.33.1 (2012-11-05)
-------------------

 * Fix "slapos console" argument parsing. [Cedric de Saint Martin]

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
852
0.33 (2012-11-02)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
853 854 855 856 857 858
-----------------

 * Continue to improve new entry points. The following are now functional:
     - slapos node format
     - slapos node start/stop/restart/tail
     - slapos node supervisord/supervisorctl
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
859
     - slapos node supply
860 861

   and add basic usage. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
862 863
 * Add support for "SLAPOS_CONFIGURATION" and SLAPOS_CLIENT_CONFIGURATION
   environment variables. (commit c72a53b1) [Cédric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
864
 * --only_sr also accepts plain text URIs. [Marco Mariani]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
865

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
866 867 868 869 870 871 872 873 874 875 876 877
0.32.3 (2012-10-15)
-------------------

 * slapgrid: Adopt new return value strategy (0=OK, 1=failed, 2=promise failed)
   (commit 5d4e1522). [Cedric de Saint Martin]
 * slaplib: add requestComputer (commits 6cbe82e0, aafb86eb). [Łukasz Nowak]
 * slapgrid: Add stopasgroup and killasgroup to supervisor (commit 36e0ccc0).
   [Cedric de Saint Martin]
 * slapproxy: don't start in debug mode by default (commit e32259c8).
   [Cédric Le Ninivin
 * SlapObject: ALWAYS remove tmpdir (commit a652a610). [Cedric de Saint Martin]

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
878
0.32.2 (2012-10-11)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
879 880
-------------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
881 882 883 884
 * slapgrid: Remove default delay, now that SlapOS Master is Fast as Light
   (tm). (commit 03a85d6b8) [Cedric de Saint Martin]
 * Fix watchdog entry point name, introduced in v0.31. (commit a8651ba12)
   [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
885
 * slapgrid: Better filter of instances, won't process false positives anymore
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
886 887
   (hopefully). (commit ce0a73b41) [Cedric de Saint Martin]
 * Various output improvements. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
888

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
889 890 891 892 893 894 895 896
0.32.1 (2012-10-09)
-------------------

 * slapgrid: Make sure error logs are sent to SlapOS master. Finish
   implementation began in 0.32. [Cedric de Saint Martin]
 * slapgrid: Fix Usage Report in case of not empty partition with no SR.
   [Cedric de Saint Martin]

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
897 898 899 900 901 902 903 904 905
0.32 (2012-10-04)
-----------------

 * Introduce new, simpler "slapos" entry point. See documentation for more
   informations. Note: some functionnalities of this new entry point don't work
   yet or is not as simple as it should be. [Cedric de Saint Martin, Cedric Le
   Ninivin]
 * Revamped "slapos request" to work like described in documentation. [Cédric
   Le Ninivin, Cédric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
906 907
 * Rewrote slapgrid logger to always log into stdout. (commits a4d277c881,
   5440626dea)[Cédric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
908

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
909 910 911 912 913 914
0.31.2 (2012-10-02)
-------------------

 * Update slapproxy behavior: when instance already exist, only update
   partition_parameter_kw. (commit 317d5c8e0aee) [Cedric de Saint Martin]

915 916
0.31.1 (2012-10-02)
-------------------
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
917 918

 * Fixed Watchdog call in slapgrid. [Cédric Le Ninivin]
919

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
920
0.31 (2012-10-02)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
921 922
-------------------

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
923 924
 * Added slapos-watchdog to bang exited and failing serices in instance
   in supervisord. (commits 16b2e8b8, 1dade5cd7) [Cédric Le Ninivin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
925 926
 * Add safety checks before calling SlapOS Master if mandatory instance
   members of SLAP classes are not properly set. Will result in less calls to
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
927
   SlapOS Master in dirty cases. (commits 5097e87c9763, 5fad6316a0f6d,
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
928 929 930 931 932 933 934 935
   f2cd014ea8aa) [Cedric de Saint Martin]
 * Add "periodicty" functionnality support for instances: if an instance has
   not been processed by slapgrid after defined time, process it. (commits
   7609fc7a3d, 56e1c7bfbd) [Cedric Le Ninivin]
 * slapproxy: Various improvements in slave support (commits 96c6b78b67,
   bcac5a397d, fbb680f53b)[Cedric Le Ninivin]
 * slapgrid: bulletproof slapgrid-cp: in case one instance is bad, still
   processes all other ones. (commits bac94cdb56, 77bc6c75b3d, bd68b88cc3)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
936 937 938
   [Cedric de Saint Martin]
 * Add support for "upload to binary cache" URL blacklist [Cedric de Saint
   Martin]
Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
939 940
 * Request on proxy are identified by requester and name (commit
   0c739c3) [Cedric Le Ninivin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
941

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
942 943 944 945 946 947 948
0.30 (2012-09-19)
-----------------

 * Add initial "slave instances" support in slapproxy. [Cedric Le Ninivin]
 * slapgrid-ur fix: check for partition informations only if we have to
   destroy it. [Cedric de Saint Martin]

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
949 950 951 952 953
0.29 (2012-09-18)
-----------------

 * buildout: Migrate slap_connection magic instance profile part to
   slap-connection, and use variables names separated with '-'. [Cedric de
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
954
   Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
955 956
 * slapgrid: Add support for instance.cfg instance profiles [Cedric de Saint
   Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
957
 * slapgrid-ur: much less calls to master. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
958

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
959 960 961 962 963 964
0.28.9 (2012-09-18)
-------------------

 * slapgrid: Don't process not updated partitions (regression introduced in
   0.28.7). [Cedric de Saint Martin]

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
965
0.28.8 (2012-09-18)
966 967
-------------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
968 969
 * slapgrid: Don't process free partitions (regression introduced in 0.28.7).
   [Cedric de Saint Martin]
970

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
971 972
0.28.7 (2012-09-14)
-------------------
973

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
974 975
 * slapgrid: --maximal_delay reappeared to be used in special cases. [Cedric
   de Saint Martin]
976

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
977
0.28.6 (2012-09-10)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
978
-------------------
979

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
980
 * register now use slapos.cfg.example from master. [Cédric Le Ninivin]
981

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
982
0.28.5 (2012-08-23)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
983
-------------------
Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
984 985 986

 * Updated slapos.cfg for register [Cédric Le Ninivin]

Łukasz Nowak's avatar
Łukasz Nowak committed
987
0.28.4 (2012-08-22)
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
988
-------------------
Łukasz Nowak's avatar
Łukasz Nowak committed
989

Łukasz Nowak's avatar
Łukasz Nowak committed
990
 * Fixed egg building.
Łukasz Nowak's avatar
Łukasz Nowak committed
991

Łukasz Nowak's avatar
Łukasz Nowak committed
992 993 994 995 996
0.28.3 (2012-08-22)
-------------------

 * Avoid artificial tap creation on system check. [Łukasz Nowak]

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
997 998 999 1000 1001 1002
0.28.2 (2012-08-17)
-------------------

 * Resolved path problem in register [Cédric Le Ninivin]


Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
1003
0.28.1 (2012-08-17)
1004 1005
-------------------

Cédric Le Ninivin's avatar
Cédric Le Ninivin committed
1006
 * Resolved critical naming conflict
1007

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1008
0.28 (2012-08-17)
1009 1010
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1011 1012
 * Introduce "slapos node register" command, that will register computer to
   SlapOS Master (vifib.net by default) for you. [Cédric Le Ninivin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1013 1014
 * Set .timestamp in partitions ONLY after slapgrid thinks it's okay (promises,
   ...). [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1015 1016
 * slapgrid-ur: when destroying (not reporting), only care about instances to
   destroy, completely ignore others. [Cedric de Saint Martin]
1017

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1018
0.27 (2012-08-08)
1019 1020
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1021
 * slapformat: Raise correct error when no IPv6 is available on selected
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1022 1023 1024 1025 1026 1027
   interface. [Cedric de Saint Martin]
 * slapgrid: Introduce --only_sr and --only_cp.
     - only_sr filter and force the run of a single SR, and uses url_md5
       (folder_id)
     - only_cp filter which computer patition, will be runned. it can be a
       list, splited by comman (slappartX,slappartY ...) [Rafael Monnerat]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1028 1029 1030 1031 1032 1033
 * slapgrid: Cleanup unused option (--usage-report-periodicity). [Cedric de
   Saint Martin]
 * slapgrid: --develop will work also for Computer Partitions. [Cedric de Saint
   Martin]
 * slaplib: setConnectionDict won't call Master if parameters haven't changed.
   [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1034

1035
0.26.2 (2012-07-09)
1036
-------------------
1037

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1038
 * Define UTF-8 encoding in SlapOS Node codebase, as defined in PEP-263.
1039

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1040
0.26.1 (2012-07-06)
1041
-------------------
1042

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1043 1044 1045 1046 1047 1048
 * slapgrid-sr: Add --develop option to make it ignore .completed files.
 * SLAP library: it is now possible to fetch whole dict of connection
   parameters.
 * SLAP library: it is now possible to fetch single instance parameter.
 * SLAP library: change Computer and ComputerPartition behavior to have proper
   caching of computer partition parameters.
1049

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1050
0.26 (2012-07-05)
1051 1052
-----------------

1053 1054 1055
 * slapformat: no_bridge option becomes 'not create_tap'.
   create_tap is true by default. So a bridge is used and tap will be created by
   default. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1056
 * Add delay for slapformat. [Cedric Le Ninivin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1057
 * If no software_type is given, use default one (i.e fix "error 500" when
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1058
   requesting new instance). [Cedric de Saint Martin]
Yingjie Xu's avatar
Yingjie Xu committed
1059
 * slapgrid: promise based software release, new api to fetch full computer
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1060
   information from server. [Yingjie Xu]
Yingjie Xu's avatar
Yingjie Xu committed
1061
 * slapproxy: new api to mock full computer information [Yingjie Xu]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1062
 * slapgrid: minor fix randomise delay feature. [Yingjie Xu]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1063
 * slapgrid: optimise slapgrid-cp, run buildout only if there is an update
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1064 1065
   on server side. [Yingjie Xu]
 * libslap: Allow accessing ServerError. [Vincent Pelletier]
1066

1067
0.25 (2012-05-16)
1068 1069
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1070 1071
 * Fix support for no_bridge option in configuration files for some values:
   no_bridge = false was stated as true. [Cedric de Saint Martin]
1072
 * Delay a randomized period of time before calling slapgrid. [Yingjie Xu]
1073 1074 1075 1076
 * slapformat: Don't require tunctl if no_bridge is set [Leonardo Rochael]
 * slapformat: remove monkey patching when creating address so that it doesn't
   return false positive. [Cedric de Saint Martin]
 * Various: clearer error messages.
1077

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1078
0.24 (2012-03-29)
1079 1080
-----------------

1081
 * Handles different errors in a user friendly way [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
1082 1083 1084
 * slapgrid: Supports software destruction. [Łukasz Nowak]
 * slap: added support to Supply.supply state parameter (available, destroyed)
   [Łukasz Nowak]
1085

1086
0.23 (2012-02-29)
1087 1088
-----------------

1089 1090
 * slapgrid : Don't create tarball of sofwtare release when shacache is not
   configured. [Yingjie Xu]
1091

1092
0.22 (2012-02-09)
Łukasz Nowak's avatar
Łukasz Nowak committed
1093 1094
-----------------

1095
 * slapformat : Add no-bridge feature. [Cedric de Saint Martin]
1096
 * slapgrid : Add binary cache support. [Yingjie Xu]
Łukasz Nowak's avatar
Łukasz Nowak committed
1097

Łukasz Nowak's avatar
Łukasz Nowak committed
1098
0.21 (2011-12-23)
Łukasz Nowak's avatar
Łukasz Nowak committed
1099 1100
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1101
 * slap: Add renaming API. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
1102

Łukasz Nowak's avatar
Łukasz Nowak committed
1103
0.20 (2011-11-24)
Łukasz Nowak's avatar
Łukasz Nowak committed
1104 1105
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1106 1107 1108 1109
 * slapgrid: Support service-less parttions. [Antoine Catton]
 * slapgrid: Avoid gid collision while dropping privileges. [Antoine Catton]
 * slapgrid: Drop down network usage during usage reporting. [Łukasz Nowak]
 * general: Add sphinx documentation. [Romain Courteaud]
Łukasz Nowak's avatar
Łukasz Nowak committed
1110

Łukasz Nowak's avatar
Łukasz Nowak committed
1111
0.19 (2011-11-07)
Łukasz Nowak's avatar
Łukasz Nowak committed
1112 1113
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1114
 * bang: Executable to be called by being banged computer. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1115

Łukasz Nowak's avatar
Łukasz Nowak committed
1116
0.18 (2011-10-18)
Łukasz Nowak's avatar
Łukasz Nowak committed
1117 1118
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1119
 * Fix 0.17 release: missing change for slap library. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1120

Łukasz Nowak's avatar
Łukasz Nowak committed
1121
0.17 (2011-10-18)
Łukasz Nowak's avatar
Łukasz Nowak committed
1122 1123
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1124
 * slap: Avoid request under the hood. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1125 1126
 * slap: ComputerPartition.bang provided. It allows to update all instances
   in tree. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1127 1128
 * slap: Computer.bang provided. It allows to bang all instances on computer.
   [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1129

Łukasz Nowak's avatar
Łukasz Nowak committed
1130
0.16 (2011-10-03)
Łukasz Nowak's avatar
Łukasz Nowak committed
1131 1132
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1133
 * slapgrid: Bugfix for slapgrid introduced in 0.15. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1134

Łukasz Nowak's avatar
Łukasz Nowak committed
1135
0.15 (2011-09-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
1136 1137
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1138 1139 1140 1141
 * slapgrid: Sanitize environment variables as early as possible. [Arnaud
   Fontaine]
 * slap: Docstring bugfix. [Sebastien Robin]
 * slap: Make request asynchronous call. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1142

Łukasz Nowak's avatar
Łukasz Nowak committed
1143
0.14 (2011-08-31)
Łukasz Nowak's avatar
Łukasz Nowak committed
1144 1145
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
1146 1147
 * slapgrid: Implement SSL based authentication to shadir and shacache.
   [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1148
 * slapgrid, slap: Fix usage report packing list generation. [Nicolas Godbert]
Łukasz Nowak's avatar
Łukasz Nowak committed
1149

Łukasz Nowak's avatar
Łukasz Nowak committed
1150
0.13 (2011-08-25)
Łukasz Nowak's avatar
Łukasz Nowak committed
1151
-----------------
1152

Łukasz Nowak's avatar
Łukasz Nowak committed
1153 1154 1155 1156 1157
 * slapgrid: Implement software signing and shacache upload. [Lucas Carvalho]
 * slap: Support slave instances [Gabriel Monnerat]
 * slapformat: Generate always address for computer [Łukasz Nowak]
 * slapgrid: Support promises scripts [Antoine Catton]
 * general: slapos.core gets tests. [many contributors]
1158

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1159
0.12 (2011-07-15)
Łukasz Nowak's avatar
Łukasz Nowak committed
1160
-----------------
1161

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1162
 * Include modifications that should have been included in 0.11.
1163

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1164
0.11 (2011-07-15)
Łukasz Nowak's avatar
Łukasz Nowak committed
1165
-----------------
1166

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1167
 * Bug fix : slapconsole : shorthand methods request and supply now correctly
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1168
   return an object. [Cedric de Saint Martin]
1169

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1170
0.10 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
1171
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1172

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1173 1174
 * Fix a bug in slapconsole where request and supply shorthand methods
   don't accept all needed parameters. [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
1175

Łukasz Nowak's avatar
Łukasz Nowak committed
1176
0.9 (2011-07-11)
Łukasz Nowak's avatar
Łukasz Nowak committed
1177
----------------
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1178

Łukasz Nowak's avatar
Łukasz Nowak committed
1179
 * slapconsole: Simplify usage and use configuration file. You can now
Łukasz Nowak's avatar
Łukasz Nowak committed
1180 1181
   just run slapconsole and type things like "request(kvm, 'mykvm')".
   [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
1182 1183
 * slapformat: Fix issue of bridge not connected with real interface on
   Linux >= 2.6.39 [Arnaud Fontaine]
Łukasz Nowak's avatar
Łukasz Nowak committed
1184 1185
 * slapformat: Allow to have IPv6 only interface, with bridge still supporting
   local IPv4 stack. [Łukasz Nowak]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
1186

Łukasz Nowak's avatar
Łukasz Nowak committed
1187
0.8 (2011-06-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
1188
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1189

Łukasz Nowak's avatar
Łukasz Nowak committed
1190
 * slapgrid: Bugfix for temporary extends cache permissions. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1191

Łukasz Nowak's avatar
Łukasz Nowak committed
1192
0.7 (2011-06-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
1193
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1194

Łukasz Nowak's avatar
Łukasz Nowak committed
1195
 * slapgrid: Fallback to buildout in own search path. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1196

Łukasz Nowak's avatar
Łukasz Nowak committed
1197
0.6 (2011-06-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
1198
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1199

Łukasz Nowak's avatar
Łukasz Nowak committed
1200
 * slap: Fix bug: state shall be XML encapsulated. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1201

Łukasz Nowak's avatar
Łukasz Nowak committed
1202
0.5 (2011-06-24)
Łukasz Nowak's avatar
Łukasz Nowak committed
1203
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1204

1205 1206
 * slapgrid: Use temporary extends-cache directory in order to make faster
   remote profile refresh. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1207

Łukasz Nowak's avatar
Łukasz Nowak committed
1208
0.4 (2011-06-24)
Łukasz Nowak's avatar
Łukasz Nowak committed
1209
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1210

Łukasz Nowak's avatar
Łukasz Nowak committed
1211 1212 1213
 * general: Polish requirement versions. [Arnaud Fontaine]
 * general: Remove libnetworkcache. [Lucas Carvalho]
 * slap: Remove not needed method from interface. [Romain Courteaud]
Łukasz Nowak's avatar
Łukasz Nowak committed
1214 1215
 * slap: state parameter is accepted and transmitted to SlapOS master [Łukasz
   Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1216 1217 1218 1219
 * slapformat: Implement dry run. [Vincent Pelletier]
 * slapgrid: Allow to select any buildout binary used to bootstrap environment.
   [Łukasz Nowak]

Łukasz Nowak's avatar
Łukasz Nowak committed
1220

Łukasz Nowak's avatar
Łukasz Nowak committed
1221
0.3 (2011-06-14)
Łukasz Nowak's avatar
Łukasz Nowak committed
1222
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1223

Łukasz Nowak's avatar
Łukasz Nowak committed
1224 1225 1226 1227
 * slap: Implement SLA by filter_kw in OpenOrder.request. [Łukasz Nowak]
 * slap: Timeout network operations. [Łukasz Nowak]
 * slapformat: Make slapsoft and slapuser* system users. [Kazuhiko Shiozaki]
 * slapgrid: Add more tolerance with supervisord. [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1228

Łukasz Nowak's avatar
Łukasz Nowak committed
1229
0.2 (2011-06-01)
Łukasz Nowak's avatar
Łukasz Nowak committed
1230
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1231

Łukasz Nowak's avatar
Łukasz Nowak committed
1232
 * Include required files in distribution [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
1233

Łukasz Nowak's avatar
Łukasz Nowak committed
1234
0.1 (2011-05-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
1235
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
1236 1237 1238 1239

 * Merged slapos.slap, slapos.tool.console, slapos.tool.format,
   slapos.tool.grid, slapos.tool.libnetworkcache and slapos.tool.proxy into one
   package: slapos.core