From e9c9c9fc6acdffa80af2fbdf08254e1199e6af0f Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Mon, 27 Nov 2023 19:17:58 +0300 Subject: [PATCH 1/2] version 1.3.0 Signed-off-by: Alexander Piskun --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5e3b48..832f3b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Reworked: algorithm of `app:register` and occ cli command, "/init" endpoint now is optional. #128 - Reworked: `app_api:app:unregister` occ cli command, make it much robust. #127 +### Fixed + +- Proper pass-through of NVIDIA GPU to into application containers. #130 + ## [1.2.2 - 2023-11-13] ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 56cf49bc..941740b7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -40,7 +40,7 @@ to join us in shaping a more versatile, stable, and secure app landscape. *Your insights, suggestions, and contributions are invaluable to us.* ]]> - 1.2.2 + 1.3.0 agpl Andrey Borysenko Alexander Piskun From 0b2fb0006ad1d5bbcbf83dfa75ef0b702931fcf6 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Tue, 28 Nov 2023 13:26:46 +0200 Subject: [PATCH 2/2] adjust log entry Signed-off-by: Andrey Borysenko --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832f3b49..a60feab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Proper pass-through of NVIDIA GPU to into application containers. #130 +- Proper pass-through of NVIDIA GPU into External apps containers. #130 ## [1.2.2 - 2023-11-13]