Skip to content

Commit

Permalink
chore: release v2.2.2
Browse files Browse the repository at this point in the history
* (arteck) storage message corr
  • Loading branch information
arteck committed Nov 6, 2023
1 parent deeaeaa commit 9ae7810
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 23 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 2.0.1 (2023-09-07)
* (klein0r) Added node disks (heals, wearout)

## 2.0.0 (2023-09-07)

* (klein0r) Updated admin instance configuration
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Control and use data from your Proxmox VE
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 2.2.2 (2023-11-06)
* (arteck) storage message corr

### 2.2.1 (2023-10-28)
* (arteck) machines delete after restart corr
* (arteck) vmid type corr
Expand All @@ -55,9 +58,6 @@ Control and use data from your Proxmox VE
* (klein0r) Check a type of disk wear out
* (klein0r) Catch exception when requesting disk information

### 2.0.1 (2023-09-07)
* (klein0r) Added node disks (heals, wearout)

## License

The MIT License (MIT)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "proxmox",
"version": "2.2.1",
"version": "2.2.2",
"news": {
"2.2.2": {
"en": "storage message corr",
"de": "speichernachricht corr",
"ru": "хранение сообщение корр",
"pt": "mensagem de armazenamento",
"nl": "vertaling:",
"fr": "message de stockage corr",
"it": "messaggio di archiviazione corr",
"es": "mensaje de almacenamiento corr",
"pl": "przesyłka danych",
"uk": "код товару:",
"zh-cn": "储存信息"
},
"2.2.1": {
"en": "machines delete after restart corr\nvmid type corr\ncorstorage error message",
"de": "maschinen löschen nach neustart corr\ngeflechtsart\nkorstorage fehlermeldung",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "* Administracja\nRefaktor adaptatora\n* Allow dot\n\n_Requires js-controller >=== 3.3.2\n_Requires admin >= 6.0.0_",
"uk": "Ім'я * Оновлена конфігурація екземпляра адміністратора\n* Рефакторинг адаптера\nІм'я * Дозволити крапки в ресурсах\n\n_Вимагає js-controller >= 3.3.22_\n_Вимагає admin >= 6.0.0_",
"zh-cn": "* A/64/50。 最新专题组合\n* 重新定性\n* A/64/50。 资源的名称\n\n____________________3.3.22:\n__________"
},
"1.3.5": {
"en": "fixed warning if `max_cpu` is not in response",
"de": "feste warnung, wenn max_cpu nicht reagiert",
"ru": "фиксированное предупреждение, если max_cpu не находится в ответе",
"pt": "aviso fixo se max_cpu não estiver em resposta",
"nl": "vertaling:",
"fr": "avertissement fixe si max_cpu n'est pas en réponse",
"it": "avvertimento fisso se max_cpu non è in risposta",
"es": "advertencia fija si max_cpu no está en respuesta",
"pl": "bezpośrednie ostrzeżenie, jeśli max_cpu nie jest w odpowiedzi",
"zh-cn": "如果不作出反应,定期警告",
"uk": "виправлено попередження, якщо `max_cpu` не відповідає"
}
},
"connectionType": "local",
Expand Down Expand Up @@ -168,7 +168,7 @@
{
"admin": ">=6.0.0"
}
]
]
},
"protectedNative": [
"pwd",
Expand Down
4 changes: 2 additions & 2 deletions lib/proxmox.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class ProxmoxUtils {
}
}

this._getData(`/nodes/${node}/storage/${ID}/status`, 'get')
this._getData(`/nodes/${node}/storage/${ID}/status`, 'get', '','', 'storage')
.then((data) => {
if (data !== '' && data !== null && typeof data === 'object') {
this.responseCache[`/nodes/${shared ? 'SHARED' : node}/storage/${ID}/status`] = data.data;
Expand Down Expand Up @@ -305,7 +305,7 @@ class ProxmoxUtils {
})
.catch((_error) => {
if (additional != 'storage') {

this.adapter.log.warn(`${additional} -- Use Next Proxmox Host because of communication failure ${this.URL}${url}`);

this.communicationErrorCounter++;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.proxmox",
"version": "2.2.1",
"version": "2.2.2",
"description": "ioBroker Proxmox Adapter",
"author": {
"name": "MeisterTR",
Expand Down

0 comments on commit 9ae7810

Please sign in to comment.