From ebc461a519c3331b270adda557ccecf08ef94c3f Mon Sep 17 00:00:00 2001 From: Kevin Scott Adams Date: Sun, 7 Jan 2024 09:43:56 -0500 Subject: [PATCH] Updated README.md - Updated README.md to announce the Bearer Token Authentication feature. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6a8a7..51b9c47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TrueNAS ZFS over iSCSI Plugin for Proxmox VE -## 📢: ATTENTION 2023-08-16 📢: New repos are now online at [Cloudsmith](#new-installs). +## 📢: ATTENTION 2024-01-07 📢: Bearer Token Authentication now available in Version 2.3.0 on the testing repo. ## Activity @@ -8,6 +8,15 @@ Expand to see the activity tree
+ +
+ 2024-01-07 + + - Added Bearer Token Authentication. + - Changed variable `freenas_password` to `truenas_secret` to represent either a password or token. + - Identation and whitespace cleanup. + +
2023-08-18