forked from cea-hpc/rift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
43 lines (39 loc) · 1.7 KB
/
Changelog
File metadata and controls
43 lines (39 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Tue Jun 11 2024 Aurelien Cedeyn <aurelien.cedeyn@cea.fr>
* Release 0.12
* Bugfix: Annex: Fix list method time handling
* Bugfix: VM: use platform.machine() instead of platform.processor()
* Bugfix: VM: rift regression on aarch64
* Config: $arch placeholder and arch override
* Feature: Add multi-architectures support
* Feature: Annex: add backup function
* Tests: add tests for build and validate actions
Tue Feb 20 2024 Aurelien Cedeyn <aurelien.cedeyn@cea.fr>
* Release: 0.11
* Bugfix: display an error if the VM is already running
* Bugfix: replace qemu deprecated opts
* Bugfix: fix yaml.load invocation (need a Loader by default now)
* Config: add VM memory option
* Config: add support for list type
* Config: add createrepo path configuration
* Feature: support virtiofs for shared directories
* Feature: log error in case of pkg build failure
* Feature: add --notest to validate commands
* Feature: be less strict if an error occurs on rift query
* Doc: add README.md for testing instructions
Tue Jun 6 2023 Aurelien Cedeyn <aurelien.cedeyn@cea.fr>
* Release: 0.10.5
* Add excludepks support in repositories
* Add proxy support in repositories
* Add module_hotfixes support in repositories
* Add --dont-update-repo when using --publish
* Fix rpmlint configuration file detection
* Add support of aarch64
Tue Nov 24 2020 Aurelien Cedeyn <aurelien.cedeyn@cea.fr>
* Release: 0.10.4
* Fix dnf history management during simple tests
Tue May 12 2020 Aurelien Cedeyn <aurelien.cedeyn@cea.fr>
* Release: 0.10.3
* RIFT-764: Fix validdiff failed when renaming package
* rift validdiff: Better error message on invalid file pattern in patch
* rift changelog: fix bump release
* rift vm: rewrite console code