Merge pull request 'add_python_scripts' (#34) from add_python_scripts into main
ogrepository/pipeline/tag This commit looks good Details

Reviewed-on: #34
pull/35/head 0.7.2
Gerardo GIl Elizeire 2025-03-19 16:35:05 +01:00
commit d585e992e6
1 changed files with 68 additions and 44 deletions

View File

@ -1,167 +1,191 @@
# Changelog # Changelog
## [0.7.1] - 2025-03-18 ## [0.7.2] - 2025-03-19
### Changed ### Changed
- Updated Jenkinsfile for publishing packages - Update CHANGELOG.md
## [0.7.1] - 2025-03-19
### Changed
- Updated Jenkinsfile for publishing packages (#1313)
## [0.7.0] - 2025-03-18 ## [0.7.0] - 2025-03-18
### Added ### Added
- Merge pull request 'refs #1689 - Add Convert IMG to VM' (#28) from add_python_scripts into main - Image to Virtual Disk conversion (#1689)
## [0.6.4] - 2025-03-13 ## [0.6.4] - 2025-03-13
### Added ### Changed
- Merge pull request 'refs #1701 - 'convertVMtoIMG.py' improvement' (#27) from add_python_scripts into main - Virtual Disk to Image conversion improvement (#1701)
## [0.6.3] - 2025-03-12 ## [0.6.3] - 2025-03-12
### Added ### Fixed
- Merge pull request 'refs #1701 - Fix script convertVMtoIMG.py' (#26) from add_python_scripts into main - Virtual Disk to Image conversion fix (#1701)
## [0.6.2] - 2025-03-10 ## [0.6.2] - 2025-03-10
### Added ### Added
- Merge pull request 'refs #1681 - Add ogGit install status' (#25) from add_python_scripts into main - ogGit Install Status info (#1681)
## [0.6.1] - 2025-03-05 ## [0.6.1] - 2025-03-05
### Added ### Changed
- Merge pull request 'refs #1642 - Modify Cancel Transfers scripts' (#24) from add_python_scripts into main - Cancel Transfers scripts improvement (#1642)
## [0.6.0] - 2025-03-03 ## [0.6.0] - 2025-03-03
### Added ### Added
- Merge pull request 'refs #1525 - Add Convert VM to IMG' (#23) from add_python_scripts into main - Virtual Disk to Image conversion (#1525)
## [0.5.23] - 2025-02-20 ## [0.5.23] - 2025-02-20
### Added ### Changed
- Merge pull request 'refs #1530 - Add 'backupImage.py' and related endpoint' (#22) from add_python_scripts into main - Backup Image improvement (#1530)
## [0.5.22] - 2025-02-20 ## [0.5.22] - 2025-02-20
### Added ### Added
- Merge pull request 'refs #1530 - Add 'backupImage.py' and related endpoint' (#22) from add_python_scripts into main - Backup Image (#1530)
## [0.5.20] - 2025-02-11 ## [0.5.20] - 2025-02-11
### Added ### Changed
- Merge pull request 'refs #1482 - Modify Paramiko SSH Client parameters' (#21) from add_python_scripts into main - Paramiko SSH Client parameters improvement (#1482)
## [0.5.19] - 2025-02-06 ## [0.5.19] - 2025-02-06
### Added ### Fixed
- Merge pull request 'add_python_scripts' (#20) from add_python_scripts into main - Script corrections (#1437)
## [0.5.18] - 2025-02-03 ## [0.5.18] - 2025-02-03
### Added ### Fixed
- Merge pull request 'refs #1437 - Scripts corrections' (#19) from add_python_scripts into main - Script corrections (#1437)
## [0.5.17] - 2025-02-03 ## [0.5.17] - 2025-02-03
### Added ### Removed
- Merge pull request 'refs #1437 - Remove unnecessary sudo calls' (#18) from add_python_scripts into main - Remove unnecessary sudo calls (#1437)
## [0.5.16] - 2025-01-31 ## [0.5.16] - 2025-01-31
### Added ### Added
- Merge pull request 'refs #1378 - Add API tests and modify API' (#17) from add_python_scripts into main - API tests (#1378)
### Changed
- API improvement (#1378)
## [0.5.15] - 2025-01-28 ## [0.5.15] - 2025-01-28
### Added ### Fixed
- Merge pull request 'refs #1378 - Fix API tests errors' (#16) from add_python_scripts into main - API tests errors fixes (#1378)
## [0.5.14] - 2025-01-24 ## [0.5.14] - 2025-01-24
### Added ### Added
- Merge pull request 'refs #1346 - Add API tests' (#15) from add_python_scripts into main - API tests (#1346)
## [0.5.13] - 2025-01-10 ## [0.5.13] - 2025-01-10
### Added ### Removed
- Merge pull request 'refs #1335 - Supress recursive image search' (#14) from add_python_scripts into main - Remove recursive image search (#1335)
## [0.5.12] - 2024-12-17 ## [0.5.12] - 2024-12-17
### Added ### Changed
- Merge pull request 'refs #1294 - Modify logs format' (#13) from add_python_scripts into main - Modify logs format (#1294)
## [0.5.11] - 2024-12-12 ## [0.5.11] - 2024-12-12
### Added ### Changed
- Merge pull request 'refs #1242 - API logs improvement' (#12) from add_python_scripts into main - API logs improvement (#1242)
## [0.5.10] - 2024-12-02 ## [0.5.10] - 2024-12-02
### Added ### Changed
- Merge pull request 'refs #631 - Modify logs in API and some scripts' (#11) from add_python_scripts into main - API and Script logs improvement (#631)
## [0.5.9] - 2024-11-29 ## [0.5.9] - 2024-11-29
### Added ### Added
- Merge pull request 'refs #631 - Add journalctl logs to scripts' (#10) from add_python_scripts into main - Script journalctl logs (#631)
## [0.5.8] - 2024-11-28 ## [0.5.8] - 2024-11-28
### Added ### Added
- Merge pull request 'refs #631 - Add journalctl logs to API' (#9) from add_python_scripts into main - API journalctl logs (#631)
## [0.5.7] - 2024-11-26 ## [0.5.7] - 2024-11-26
### Added
- 'python3-request' packet
## [0.5.6] - 2024-11-22 ## [0.5.6] - 2024-11-22
### Added ### Changed
- Merge pull request 'refs #631 - More API improvements' (#8) from add_python_scripts into main - API improvements (#631)
## [0.5.5] - 2024-11-21 ## [0.5.5] - 2024-11-21
### Added ### Changed
- Merge pull request 'refs #631 - API improvement' (#7) from add_python_scripts into main - API improvements (#631)
## [0.5.4] - 2024-11-20 ## [0.5.4] - 2024-11-20
### Added ### Changed
- Merge pull request 'add_python_scripts' (#6) from add_python_scripts into main - API and Script improvements (#631)
## [0.5.3] - 2024-11-18 ## [0.5.3] - 2024-11-18
### Changed
- Update Documentation (#631)
## [0.5.2] - 2024-11-18 ## [0.5.2] - 2024-11-18
### Changed
- API improvements (#631)
## [0.5.1] - 2024-11-15 ## [0.5.1] - 2024-11-15
### Changed
- API improvements (#610)
## [0.5.0] - 2024-11-15 ## [0.5.0] - 2024-11-15
### Changed
- Update Documentation (#1084)