source: ogAgent-Git/CHANGELOG.md

main 3.3.0
Last change on this file was 4cf3d50, checked in by Natalia Serrano <natalia.serrano@…>, 10 days ago

refs #1834 update changelogs again

  • Property mode set to 100644
File size: 4.1 KB
Line 
1
2# Changelog
3
4All notable changes to this project will be documented in this file.
5
6The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9## [3.3.0] - 2025-04-14
10
11### Added
12
13- Log stuff to a new json log
14
15## [3.2.0] - 2025-04-10
16
17### Added
18
19- Operating system: periodically ping ogcore
20
21## [3.1.0] - 2025-04-07
22
23### Added
24
25- Oglive: periodically ping ogcore
26
27## [3.0.0] - 2025-03-31
28
29### Changed
30
31- Ignore module provided in the URLs to the API
32
33## [2.0.0] - 2025-03-26
34
35### Changed
36
37- EjecutarScript/ConsolaRemota: expect "scp" parameter encoded in base64
38
39## [1.7.1] - 2025-03-25
40
41### Fixed
42
43- Make cfg2obj more robust
44
45## [1.7.0] - 2025-03-21
46
47### Removed
48
49- Delete the new "ptt" parameter. It's not needed.
50
51## [1.6.0] - 2025-03-12
52
53### Changed
54
55- Don't invoke bash code for some functionalities
56
57## [1.5.0] - 2025-03-12
58
59### Changed
60
61- Accept new "ptt" parameter in /ogAdmCli/Configurar
62
63### Removed
64
65- No longer recognise the unused "che" parameter in /ogAdmCli/Configurar
66
67## [1.4.9] - 2025-02-20
68
69### Changed
70
71- Notify ogcore when agent shuts down within oglive
72
73## [1.4.8] - 2025-02-18
74
75### Changed
76
77- Optionally return disk config in /status
78
79## [1.4.7] - 2025-02-04
80
81### Changed
82
83- Merge server modules
84
85### Added
86
87- Track the progress of children
88
89## [1.4.6] - 2025-01-14
90
91### Changed
92
93- Point to the new menu browser
94
95## [1.4.5] - 2024-11-29
96
97### Added
98
99- Kill long running jobs in oglive
100
101## [1.4.5~pre8] - 2024-11-27
102
103### Added
104
105- Add Configurar() to the CloningEngine module
106
107## [1.4.5~pre7] - 2024-11-20
108
109### Changed
110
111- Use old browser again
112
113## [1.4.5~pre6] - 2024-11-20
114
115### Changed
116
117- Do not use envvars for the operating-system module
118
119## [1.4.5~pre5] - 2024-11-18
120
121### Fixed
122
123- Avoid some KeyErrors
124
125## [1.4.5~pre4] - 2024-11-15
126
127### Fixed
128
129- Don't die when ogcore returns HTTP 4xx or 5xx
130
131### Changed
132
133- Get ogcore IP and port from the environment
134
135## [1.4.5~pre3] - 2024-11-06
136- Kill long running jobs in oglive (not-yet-working draft)
137
138## [1.4.5~pre2] - 2024-11-06
139
140### Fixed
141
142- Remove race condition due to several monitoring threads
143
144### Changed
145
146- Include job_id in asynchronous responses
147
148### Removed
149
150- Remove vim swapfiles from the package contents
151
152## [1.4.5~pre1] - 2024-11-06
153
154### Changed
155
156- CrearImagen: return inventory inline
157
158## [1.4.4] - 2024-10-17
159
160### Fixed
161
162- Use logger.debug() to prevent the windows agent from dying
163
164### Changed
165
166- Make status() call synchronous
167
168## [1.4.3] - 2024-10-17
169
170### Changed
171
172- Use new OGBrowser
173
174## [1.4.2] - 2024-10-15
175
176### Added
177
178- Have ogAdmClient/status return information about network and disks
179
180## [1.4.1] - 2024-10-11
181
182### Fixed
183
184- Bugfix: move data structure to the right class
185
186## [1.4.0] - 2024-10-11
187- Add more functionality
188
189### Changed
190
191- Begin using semantic versioning
192
193## [1.3.8] - 2024-10-01
194
195### Added
196
197- Add more functionality to the ogAdmClient module
198
199## [1.3.7] - 2024-09-27
200
201### Added
202
203- CloningEngine: RESTfully keep a list of long-running jobs
204
205## [1.3.6] - 2024-09-19
206
207### Added
208
209- Add more functionality to the ogAdmClient module
210- Add CloningEngine module
211
212## [1.3.5] - 2024-08-29
213
214### Changed
215
216- Don't unconditionally load modules--dynamically load everything
217
218### Removed
219
220- Remove old, unused code
221
222## [1.3.4] - 2024-07-30
223
224### Added
225
226- Implement JobMgr
227
228## [1.3.1] - 2024-06-26
229
230### Changed
231
232- Migrate the update script from shell to python
233- pyinstaller: include the 'img' subdir
234- take icons from 'img'
235
236## [1.3.0-2] - 2024-04-25
237
238### Fixed
239
240- Add missing dependency on zenity
241
242## [1.3.0] - 2024-04-25
243
244### Changed
245
246- Upgrade to Qt 6
247
248## [1.2.0] - 2020-05-4
249
250### Changed
251
252- Python 3 and Qt 5 compatibility
253
254## [1.1.1b] - 2020-02-7
255
256### Changed
257
258- Use python-distro to detect the distribution version
259
260## [1.1.1] - 2019-05-23
261
262### Changed
263
264- Set connection timeout
265- Compatibility with "Exam Mode" from the University of Seville
266
267## [1.1.0a] - 2019-05-22
268
269### Fixed
270
271- Fix a bug when activating the agent with some network devices
272
273## [1.1.0] - 2016-10-13
274
275### Changed
276
277- Functional OpenGnsys Agent interacting with OpenGnsys Server 1.1.0
278
279## [1.0.0] - 2015-07-18
280
281### Added
282
283- Initial release for OpenGnsys Agent
Note: See TracBrowser for help on using the repository browser.