Skip to content

v1.1.2 — Bugfix Release

Latest

Choose a tag to compare

@custosonlinux custosonlinux released this 08 Jun 08:17
· 55 commits to main since this release

Fixed

  • Edit NetApp System — ONTAP endpoints could not be updated without deleting and re-adding them. Added edit modal in the UI (name, host, username, password, SSL verify, SAN-only flag). Password field is optional — leave blank to keep the existing encrypted credential.
  • Endpoint list missing skip_nfs field_list_endpoints did not include skip_nfs in the SELECT query; the field was silently absent from API responses, causing the edit form to misread the current SAN-only setting.
  • AES-256-GCM decryption error message blankInvalidTag exceptions have an empty str() representation; the error logged on a failed credential decrypt was cryptically blank. The log message now includes the exception type name so the cause is identifiable.

Update

Settings → Plugin Update → Check for Update — or:

cd /opt/PegaProx/plugins/netapp_storage
git fetch --tags && git checkout v1.1.2
systemctl restart pegaprox