Updated README.md

- Updated README.md to announce the Bearer Token Authentication feature.
This commit is contained in:
Kevin Scott Adams 2024-01-07 09:43:56 -05:00
parent 817433a393
commit ebc461a519
1 changed files with 10 additions and 1 deletions

View File

@ -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 @@
<summary>Expand to see the activity tree</summary>
<blockquote>
<details>
<summary>2024-01-07</summary>
- Added Bearer Token Authentication.
- Changed variable `freenas_password` to `truenas_secret` to represent either a password or token.
- Identation and whitespace cleanup.
</details>
<details>
<summary>2023-08-18</summary>