From 7d682e98a8777ef7845e3194b96959f2b01c7663 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Fri, 8 Sep 2023 10:29:33 +0200 Subject: [PATCH] chore: release v2.0.2 * (klein0r) Added option for disk information * (klein0r) Check type of disk wearout * (klein0r) Catch exception when requesting disk information --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e31478e..2edda16 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Control and use data from your ProxmoxVM Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 2.0.2 (2023-09-08) * (klein0r) Added option for disk information * (klein0r) Check type of disk wearout * (klein0r) Catch exception when requesting disk information diff --git a/io-package.json b/io-package.json index 0e15fdb..6f95a6d 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "proxmox", - "version": "2.0.1", + "version": "2.0.2", "news": { + "2.0.2": { + "en": "Added option for disk information\nCheck type of disk wearout\nCatch exception when requesting disk information", + "de": "Option für Festplatteninformationen hinzugefügt\nÜberprüfen Sie die Art der Scheibenverschleiß\nFangausnahme bei der Anforderung von Datenträgern", + "ru": "Добавлена опция для информации о диске\nПроверить тип вывода диска\nИсключение Catch при запросе информации о диске", + "pt": "Opção adicionada para informações de disco\nTipo de verificação do desgaste do disco\nPegar exceção ao solicitar informações de disco", + "nl": "Optie voor disk informatie\nControle type disk slijtage\nVang uitzondering als verzoek om informatie over disk", + "fr": "Option ajoutée pour l'information sur le disque\nVérifier le type d'usure du disque\nAttrapez l'exception lorsque vous demandez des informations sur le disque", + "it": "Aggiunta opzione per informazioni su disco\nControllare il tipo di usura del disco\nPrendere l'eccezione quando si richiede informazioni su disco", + "es": "Opción adicional para la información de disco\nTipo de registro de disco\nExtracción de excepción al solicitar información en disco", + "pl": "Wstępna opcja dla informacji dyskowej\nOkładka\nCatch wyjątek po zażądzeniu informacji na dysku", + "uk": "Додано опцію для інформації про диск\nПеревірити тип диска\nВиняток кішки при запитуванні інформації про диск", + "zh-cn": "增加资料的选择\nD. 穿过失的检查类型\n要求不了解资料的例外情况" + }, "2.0.1": { "en": "Added node disks (heals, wearout)", "de": "Knotenscheiben hinzugefügt (Hälse, Verschleiß)", @@ -80,19 +93,6 @@ "pl": "status vms jest teraz ciągiem znaków zamiast niepoprawnie przyciskiem", "zh-cn": "vms的状态现在是一个字符串,而不是一个错误的按钮", "uk": "статус vms тепер є рядком, а не кнопкою" - }, - "1.3.1": { - "en": "status of vms is now a string instead of incorrectly a button", - "de": "Der Status von vms ist jetzt eine Zeichenfolge anstelle einer falschen Schaltfläche", - "ru": "статус vms теперь является строкой, а не ошибочно кнопкой", - "pt": "status de vms agora é uma string em vez de incorretamente um botão", - "nl": "status van vms is nu een string in plaats van ten onrechte een knop", - "fr": "l'état de vms est maintenant une chaîne au lieu d'un bouton incorrectement", - "it": "lo stato di vms ora è una stringa invece che erroneamente un pulsante", - "es": "el estado de vms ahora es una cadena en lugar de incorrectamente un botón", - "pl": "status vms jest teraz ciągiem znaków zamiast niepoprawnie przyciskiem", - "zh-cn": "vms的状态现在是一个字符串,而不是一个错误的按钮", - "uk": "статус vms тепер є рядком, а не кнопкою" } }, "connectionType": "local", diff --git a/package-lock.json b/package-lock.json index 832b7ca..f37a493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.proxmox", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.proxmox", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index 94388f7..14542e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.proxmox", - "version": "2.0.1", + "version": "2.0.2", "description": "ioBroker Proxmox Adapter", "author": { "name": "MeisterTR",