source: ogAgent-Git/CHANGELOG.md @ 0099a05

browser-nuevoexec-ogbrowserlog-sess-lenmainno-tlsoggitoggit-notlstls-again 5.1.1
Last change on this file since 0099a05 was db9f499, checked in by Natalia Serrano <natalia.serrano@…>, 4 weeks ago

refs #1952 fix url

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