Skip to content

Commit

Permalink
fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Oct 17, 2024
1 parent 01bbf4d commit 65f3f45
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
37 changes: 15 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,23 @@
All notable changes to this project will be documented in this file.
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.8] - 2024-10-17

- Fixed an issue where the clone copy would not always be used
- Fixed an issue where the telemetry could generate a nil pointer issue
- Fixed an issue where the pull file would still need the provider even if not needed
- Fixed an issue where the db was being saved more often that needed

## [0.9.7] - 2024-10-16

- Fixed an issue where the copy would fail if the source and destination were in a removable disk
- Fixed an issue where the metadata would contain the provider credentials in the file
- Fixed an issue where if the vm was very big it could timeout during cp process
- Fixed an issue where running prldevops command in the same machine as running the api would corrupt the database
- Added a new endpoint to update a catalog manifest provider connection string
- Added the ability to use environment variables in the pdfile
- Added the ability to import vms from a remote storage that are not in pdpack format
- Added the ability to auto recover the database from a backup if it is corrupted
- Added a controller to delete the catalog cache
- Added a controller to delete the catalog cache for a specific manifest
- Added a controller to get all the existing catalog cache
- Added a retry to the load of the database to account for slow mount devices
- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
- Fixes # (issue)
- Fixed a missing image in the catalog documentation
- Fixed an issue where the copy would fail if the source and destination were in a removable disk
- Fixed an issue where the metadata would contain the provider credentials in the file
- Fixed an issue where if the vm was very big it could timeout during cp process
- Fixed an issue where running prldevops command in the same machine as running the api would corrupt the database
- Added a new endpoint to update a catalog manifest provider connection string
- Added the ability to use environment variables in the pdfile
- Added the ability to import vms from a remote storage that are not in pdpack format
- Added the ability to auto recover the database from a backup if it is corrupted
- Added a controller to delete the catalog cache
- Added a controller to delete the catalog cache for a specific manifest
- Added a controller to get all the existing catalog cache
- Added a retry to the load of the database to account for slow mount devices
- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
- Fixes # (issue)
- Fixed a missing image in the catalog documentation

## [0.9.6] - 2024-09-19

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.8
0.9.7

0 comments on commit 65f3f45

Please sign in to comment.