@@ -51,13 +51,33 @@ mv %{buildroot}/usr/etc/ %{buildroot}/etc
51
51
52
52
%files
53
53
%{_bindir }/caso-extract
54
+ %{_bindir }/caso-mapping-migrate
55
+ %{_bindir }/caso-projects
54
56
%{python3_sitelib }/caso/
55
57
%{python3_sitelib }/caso-%{version }*
56
58
%config /etc/caso/caso.conf.sample
57
59
%config /etc/caso/voms.json.sample
58
60
%exclude /etc/caso/caso-config-generator.conf
59
61
60
62
%changelog
63
+ *
Mon Apr 10 2023 Alvaro Lopez Garcia <[email protected] > 4.1.0
64
+ - Remove duplicated option
65
+ - Let operators mark projects directly on keystone
66
+ - Use Keystone properties to load VO mapping.
67
+ - Move VM status method to Nova extractor
68
+ - nova: move accelerator and benchmark options to correct place
69
+ - extractors: move projects options to correct place
70
+ - Load VO mapping in correct place
71
+ - Move all clients to the base class
72
+ - Remove old last run file management
73
+ - Add migrate command to ease migration
74
+ - Set UUID also for IP records
75
+ - Provide better error message when pushing records
76
+ - Fix noop messenger
77
+ - Include project names in project listing
78
+ - Update documentation
79
+ - Include caso-projects in usage commands
80
+ - Remove deprecated option
61
81
*
Thu Mar 20 2023 Alvaro Lopez Garcia <[email protected] > 4.0.0
62
82
- Remove deprecated extractor base class
63
83
- Allow to configure more than one extractor
0 commit comments