You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,54 @@
3
3
All notable changes to this project will be documented in this file.
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [0.9.13] - 2025-04-29
7
+
8
+
- Promoted some unstable code to stable
9
+
- Added a chunk manager for faster downloads
10
+
- Added the new prlcopy script if PD 20.2.0 or above, system will use 'prlcopy' binary else, system will try to compress and upload the file using exec command, Fixes #227
11
+
- Added a better way to manage the blocks
12
+
- Incremented the bufferSize for decompression to 40mb
13
+
- Fixed a documentation issue
14
+
- Added new canary release
15
+
- Fixed some extra bugs
16
+
- Added a new method for the streaming for testing
17
+
- Added an unstable stream for was to test speed on aws
18
+
- 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.
19
+
- Fixes # (issue)
20
+
- Fixed some bugs with log streaming
21
+
- Fixed an issue where we would not be able to get the version after deploy
22
+
- Fixed an issue where we would get the logs wrong in the container
23
+
- Added a new function to create log files
24
+
- Updated the helm chart with the logs variables
25
+
- implemented the new log channel streamer for the WebSocket to avoid opening the file
26
+
- Added a clean option to the beta deployment
27
+
- Allow the ability to disable the tls certificate if the environment variable is set
28
+
- Added the host logs endpoint to the orchestrator
29
+
- Added the host stream logs endpoint to the orchestrator
30
+
- Added a way to use a debug version when running debugger
31
+
- Fixed the detection for the default log location
32
+
- Fixed an issue where we would not be able to detect the file location for the logs and therefor not stream it
33
+
- added an error message if file logger is disabled
34
+
- enabled file logger by default
35
+
- Added an endpoint to return the log file
36
+
- Added an endpoint to stream the logs using websockets
37
+
- Fixed an issue where if we would set the log to file from the config.yaml it would not read it at startup
38
+
- Added a new script to add the correct changelog to the beta versions
39
+
- Added an option to keep old beta versions if needed
40
+
- Added a default version to the beta pipeline
41
+
- Added a caching integrity check for all cache catalog
42
+
- Added the new sign method for the pipeline
43
+
- Added the ability to sign the files locally
44
+
- Fixed an issue where containers images were not providing telemetry
45
+
- Updated some of the steps to build
46
+
- Fixed the issue with the windows build
47
+
- Added a strategy to test all build targets during PR
48
+
- Fixed an issue where the decompressor would failed to deal with symlink that did not exist
49
+
- Fixed an issue where the stream process would not catch all of the errors from the decompressor
50
+
- Moved unused code to another file until we release the version
51
+
- Added an environment variable to set the path for the log file `PRL_DEVOPS_LOG_FILE_PATH`
52
+
- Added an environment variable to disable the streaming process for the remote storage provider `DISABLE_CATALOG_PROVIDER_STREAMING`
53
+
6
54
## [0.9.12] - 2024-11-13
7
55
8
56
- Fix timeout for the apis and set the default to 5 hours
0 commit comments