Skip to content

Commit 274b3df

Browse files
committed
chore: release v2.2.3
* (arteck) add icon status available for lxc and vm * (arteck) settings adjustment
1 parent d2f7c46 commit 274b3df

File tree

5 files changed

+23
-24
lines changed

5 files changed

+23
-24
lines changed

CHANGELOG_OLD.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Older changes
2+
## 2.0.2 (2023-09-08)
3+
* (klein0r) Added option for disk information
4+
* (klein0r) Check a type of disk wear out
5+
* (klein0r) Catch exception when requesting disk information
6+
27
## 2.0.1 (2023-09-07)
38
* (klein0r) Added node disks (heals, wearout)
49

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Control and use data from your Proxmox VE
3333
Placeholder for the next version (at the beginning of the line):
3434
### **WORK IN PROGRESS**
3535
-->
36-
37-
### **WORK IN PROGRESS**
36+
### 2.2.3 (2024-02-01)
3837
* (arteck) add icon status available for lxc and vm
3938
* (arteck) settings adjustment
4039

@@ -58,11 +57,6 @@ Control and use data from your Proxmox VE
5857
* (klein0r) Improved error handling
5958
* (arteck) Added cluster adaptation
6059

61-
### 2.0.2 (2023-09-08)
62-
* (klein0r) Added option for disk information
63-
* (klein0r) Check a type of disk wear out
64-
* (klein0r) Catch exception when requesting disk information
65-
6660
## License
6761

6862
The MIT License (MIT)

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "proxmox",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"news": {
6+
"2.2.3": {
7+
"en": "add icon status available for lxc and vm\nsettings adjustment",
8+
"de": "icon-status für lxc und vm hinzufügen\neinstellungen",
9+
"ru": "добавить статус значка доступен для lxc и vm\nнастройки",
10+
"pt": "adicionar status de ícone disponível para lxc e vm\najuste de configurações",
11+
"nl": "pictogramstatus beschikbaar voor lxc en vm toevoegen\ninstelling",
12+
"fr": "ajouter le statut d'icône disponible pour lxc et vm\nréglage des paramètres",
13+
"it": "aggiungere lo stato dell'icona disponibile per lxc e vm\nregolazione delle impostazioni",
14+
"es": "añadir el estado de icono disponible para lxc y vm\najuste",
15+
"pl": "dodaj status ikon dostępny dla lxc i vm\nregulacja ustawień",
16+
"uk": "додати статус іконки, доступний для lxc і vm\nналаштування параметрів",
17+
"zh-cn": "添加 lxc 和 vm 可用的图标状态\n设置调整"
18+
},
619
"2.2.2": {
720
"en": "storage message corr",
821
"de": "speichernachricht corr",
@@ -80,19 +93,6 @@
8093
"pl": "Wyposażony dysk węzłowy (heals, wearout)",
8194
"uk": "Додано диски вершини (заготовки, знос)",
8295
"zh-cn": "增加不成见(黑客,穿着)"
83-
},
84-
"2.0.0": {
85-
"en": "* Updated admin instance configuration\n* Refactoring of adapter\n* Allow dots in resource names\n\n__Requires js-controller >= 3.3.22__\n__Requires admin >= 6.0.0__",
86-
"de": "* Aktualisierte Admin-Instanz-Konfiguration\n* Refactoring des Adapters\n* Erlauben Sie Punkte in Ressourcennamen\n\n_Anforderungen js-controller >= 3.3.22_\n_Erfordert Admin >= 6.0.0_",
87-
"ru": "* Обновленная настройка админ\n* Рефакторинг адаптера\n* Разрешить точки в именах ресурсов\n\n_ Требуется js-контроллер >= 3.7.22_\n_Требуется админ >= 6.0.0_",
88-
"pt": "* Configuração de instância de administrador atualizada\n* Refactoring do adaptador\n* Permitir pontos em nomes de recursos\n\n_ Requer js-controller >= 3.3.22_\n_Requer admin >= 6.0.0_",
89-
"nl": "♪ Verouderde administratie configu\n♪ Refactoring of adapter ♪\n♪ Vertaling:\n\nRequires-controller 3,3,22\nVertaling:",
90-
"fr": "* Configuration d ' instance d ' administration actualisée\n* Refactoring of adaptateur\n* Autoriser les points dans les noms de ressources\n\n_ Nécessite js-controller 3.3.22_\n_ Nécessite l'administration >= 6.0.0_",
91-
"it": "# Configurazione delle istanze admin aggiornata\n* Refactoring dell'adattatore\n# Consentire punti nei nomi delle risorse\n\n_Richiede js-controller >= 3.3.22_\n_ Richiede admin >= 6.0.0_",
92-
"es": "* Configuración actualizada de instancias de administración\n* Refactorización del adaptador\n* Permitir puntos en nombres de recursos\n\n_Requiere js-controller 3.3.22_\n_Requiere administración= 6.0.0_",
93-
"pl": "* Administracja\nRefaktor adaptatora\n* Allow dot\n\n_Requires js-controller >=== 3.3.2\n_Requires admin >= 6.0.0_",
94-
"uk": "Ім'я * Оновлена конфігурація екземпляра адміністратора\n* Рефакторинг адаптера\nІм'я * Дозволити крапки в ресурсах\n\n_Вимагає js-controller >= 3.3.22_\n_Вимагає admin >= 6.0.0_",
95-
"zh-cn": "* A/64/50。 最新专题组合\n* 重新定性\n* A/64/50。 资源的名称\n\n____________________3.3.22:\n__________"
9696
}
9797
},
9898
"connectionType": "local",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.proxmox",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "ioBroker Proxmox Adapter",
55
"author": {
66
"name": "MeisterTR",

0 commit comments

Comments
 (0)