Skip to content

Commit 9434ac1

Browse files
committed
chore: release v2.2.0
* (arteck) new Object tree structure (selectable) * (arteck) added HA Information * (arteck) Storage info is selectable * (arteck) Backup info are under Storage info as Object backupJson * (arteck) corr info for offline container * (arteck) axios timout is now 5 sec.
1 parent 175fe2c commit 9434ac1

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +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-
### **WORK IN PROGRESS**
36+
### 2.2.0 (2023-10-21)
3737
* (arteck) new Object tree structure (selectable)
3838
* (arteck) added HA Information
3939
* (arteck) Storage info is selectable

io-package.json

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"common": {
33
"name": "proxmox",
4-
"version": "2.2.0-alpha.0",
4+
"version": "2.2.0",
55
"news": {
6-
"2.2.0-alpha.0": {
6+
"2.2.0": {
77
"en": "new Object tree structure (selectable)\nadded HA Information\nStorage info is selectable\nBackup info are under Storage info as Object backupJson\ncorr info for offline container\naxios timout is now 5 sec.",
88
"de": "neue Objektstruktur (wählbar)\nHA Informationen hinzugefügt\nSpeicherinfo ist wählbar\nBackup-Infos sind unter Storage-Info als Objekt backupJson\ncorr info für offline-container\naxios timout ist jetzt 5 sec.",
99
"ru": "новый Структура дерева объекта (выборная)\nдобавлена информация HA\nИнформация о хранении подбирается\nBackup информация находится в информации о хранении как Object backup Джсон\nинформация о корре для оффлайн контейнера\naxios timout теперь 5 сек.",
@@ -80,19 +80,6 @@
8080
"pl": "bezpośrednie ostrzeżenie, jeśli max_cpu nie jest w odpowiedzi",
8181
"zh-cn": "如果不作出反应,定期警告",
8282
"uk": "виправлено попередження, якщо `max_cpu` не відповідає"
83-
},
84-
"1.3.4": {
85-
"en": "add dataSource and connectionType\nadd compact mode (closes #12, closes #49)",
86-
"de": "Fügen Sie dataSource und connectionType hinzu\nKompaktmodus hinzufügen (schließt # 12, schließt # 49)",
87-
"ru": "добавить dataSource и connectionType\nдобавить компактный режим (закрывает # 12, закрывает # 49)",
88-
"pt": "adicionar dataSource e connectionType\nadicionar modo compacto (fecha # 12, fecha # 49)",
89-
"nl": "voeg dataSource en connectionType toe\nvoeg compacte modus toe (sluit # 12, sluit # 49)",
90-
"fr": "ajouter dataSource et connectionType\najouter le mode compact (ferme # 12, ferme # 49)",
91-
"it": "aggiungi dataSource e connectionType\naggiungi la modalità compatta (chiude # 12, chiude # 49)",
92-
"es": "agregar dataSource y connectionType\nagregar modo compacto (cierra # 12, cierra # 49)",
93-
"pl": "dodaj dataSource i connectionType\ndodaj tryb kompaktowy (zamyka # 12, zamyka # 49)",
94-
"zh-cn": "添加dataSource和connectionType\n添加紧凑模式(关闭#12,关闭#49)",
95-
"uk": "додати dataSource і connectionType\nдодати компактний режим (закриває #12, закриває #49)"
9683
}
9784
},
9885
"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.0-alpha.0",
3+
"version": "2.2.0",
44
"description": "ioBroker Proxmox Adapter",
55
"author": {
66
"name": "MeisterTR",

0 commit comments

Comments
 (0)