diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62109dd1f..971686bb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,301 @@
 # Change Log
-
-[Releases](https://github.com/NetApp/harvest/releases)
-
-## 22.11.0 / 2022-11-10
-<!-- git log --no-decorate --no-merges --cherry-pick --right-only --oneline origin/release/22.08.0...origin/release/22.11.0 -->
-
-:rocket: Highlights of this major release include:
-
-**Deprecation**: Earlier versions of Harvest published quota metrics prefixed with qtree. Harvest release 22.11 deprecates the quota metrics prefixed with qtree and instead publishes quota metrics prefixed with quota.
-All dashboards have been updated. If you are consuming these metrics outside the default dashboards, please update them to use the quota prefixed metrics. Harvest release 23.02 will remove the deprecated quota metrics
-prefixed with qtree.
+## [Releases](https://github.com/NetApp/harvest/releases)
+## 22.11.0 / 2022-11-21
+:pushpin: Highlights of this major release include:
+- :sparkles: Harvest now includes a StorageGRID collector and a Tenant/Buckets dashboard. We're just getting started
+  with StorageGRID dashboards. Please give the collector a try,
+  and [let us know](https://github.com/NetApp/harvest/issues/1420) which StorageGRID dashboards you'd like to see next.
+
+- :tophat: The REST collectors are ready! We recommend using them for ONTAP versions 9.12.1 and higher.
+  Today, Harvest collects 1,546 metrics via ZAPI. Harvest includes a full set of REST templates that export identical
+  metrics. All 1,546 metrics are available via Harvest's REST templates and no changes to dashboards or downstream
+  metric-consumers is required. :tada:
+  More details
+  on [Harvest's REST strategy](https://github.com/NetApp/harvest/blob/main/docs/architecture/rest-strategy.md).
+
+- :closed_book: Harvest has a [new documentation site](https://netapp.github.io/harvest/)! This consolidates Harvest
+  documentation into one place and will make it easier to find what you need. Stay tuned for more updates here.
+
+- :gem: New and improved dashboards
+  - cDOT, high-level cluster overview dashboard
+  - Headroom dashboard
+  - Quota dashboard
+  - Snapmirror dashboard shows source and destination side of relationship
+  - NFS clients dashboard
+  - Fabric Pool panels are now included in Volume dashboard
+  - Tags are included for all default dashboards, making it easier to find what you need
+  - Additional throughput, ops, and utilization panels were added to the Aggregate, Disk, and Clusters dashboards
+  - Harvest dashboards updated to enable multi-select variables, shared crosshairs, better top n resources support,
+    and all variables are sorted by default.
+
+- :lock: Harvest code is checked for vulnerabilities on every commit
+  using [Go's vulnerability management](https://go.dev/blog/vuln) scanner.
+
+- Harvest collects additional metrics in this release
+  - ONTAP S3 server config metrics
+  - User defined volume workload
+  - Active network connections
+  - NFS connected clients
+  - Network ports
+  - Netstat packet loss
+
+- Harvest now converts ONTAP histograms to Prometheus histograms, making it possible to visualize metrics as heatmaps in
+  Grafana
+
+## Announcements
+
+:bangbang: **IMPORTANT** NetApp moved their communities from Slack to [Discord](https://discord.gg/ZmmWPHTBHw), please
+join us [there](https://discordapp.com/channels/855068651522490400/1001963189124206732)!
+
+:bomb: **Deprecation**: Earlier versions of Harvest published quota metrics prefixed with `qtree`. Harvest release 22.11
+deprecates the quota metrics prefixed with `qtree` and instead publishes quota metrics prefixed with `quota`. All
+dashboards have been updated. If you are consuming these metrics outside the default dashboards, please change
+to `quota` prefixed metrics. Harvest release 23.02 will remove the deprecated quota metrics prefixed with `qtree`.
+
+:bangbang: **IMPORTANT** If using Docker Compose and you want to keep your historical Prometheus data, please
+read [how to migrate your Prometheus volume](https://github.com/NetApp/harvest/blob/main/docs/MigratePrometheusDocker.md)
+
+:bulb: **IMPORTANT** After upgrade, don't forget to re-import your dashboards, so you get all the new enhancements and
+fixes. You can import them via the `bin/harvest/grafana import` CLI, from the Grafana UI, or from
+the `Maintenance > Reset Harvest Dashboards` button in NAbox.
+
+## Known Issues
+
+- Harvest does not calculate power metrics for AFF A250 systems. This data is not available from ONTAP via ZAPI or REST.
+  See ONTAP bug [1511476](https://burtview.netapp.com/burt/burt-bin/start?burt-id=1511476) for more details.
+
+- ONTAP does not include REST metrics for `offbox_vscan_server` and `offbox_vscan` until ONTAP 9.13.1. See ONTAP bug
+  [1473892](https://burtview.netapp.com/burt/burt-bin/start?burt-id=1473892) for more details.
+
+- Podman is unable to pull from NetApp's container registry `cr.netapp.io`.
+  Until [issue](https://github.com/containers/podman/issues/15187) is resolved, Podman users can pull from a separate
+  proxy like this `podman pull netappdownloads.jfrog.io/oss-docker-harvest-production/harvest:latest`.
+
+**IMPORTANT** 7-mode filers that are not on the latest release of ONTAP may experience TLS connection issues with errors
+like `tls: server selected unsupported protocol version 301` This is caused by a change in Go 1.18.
+The [default for TLS client connections was changed to TLS 1.2](https://tip.golang.org/doc/go1.18#tls10) in Go 1.18.
+Please upgrade your 7-mode filers (recommended) or set `tls_min_version: tls10` in
+your `harvest.yml` [poller section](https://github.com/NetApp/harvest/tree/release/22.05.0#pollers). See #1007 for more
+details.
+
+The Unix collector is unable to monitor pollers running in containers.
+See [#249](https://github.com/NetApp/harvest/issues/249) for details.
+
+## Thanks to all the awesome contributors
+
+:metal: Thanks to all the people who've opened issues, asked questions on Discord, and contributed code or dashboards
+this release:
+
+@Falcon667, @MrObvious, @ReneMeier, @Sawall10, @T1r0l, @chadpruden, @demalik, @electrocreative, @ev1963, @faguayot, @iStep2Step, @jgasher, @jmg011, @mamoep, @matthieu-sudo, @merdos, @rodenj1, Ed Wilts, KlausHub, MeghanaD, Paul P2, Rusty Brown, Shubham Mer, jf38800, rcl23, troysmuller
+
+
+:seedling: This release includes 59 features, 90 bug fixes, 21 documentation, 4 testing, 2 styling, 6 refactoring, 2 miscellaneous, and 6 ci commits.
+
+### :rocket: Features
+- Enable Multi Select By Default ([#1213](https://github.com/NetApp/harvest/pull/1213))
+- Merge Release 22.08 To Main ([#1218](https://github.com/NetApp/harvest/pull/1218))
+- Add Avg Cifs Latency To Svm Dashboard Graph Panel ([#1221](https://github.com/NetApp/harvest/pull/1221))
+- Network Port Templates ([#1231](https://github.com/NetApp/harvest/pull/1231))
+- Add Node Cpu Busy To Cluster Dashboard ([#1243](https://github.com/NetApp/harvest/pull/1243))
+- Improve Poller Startup Logging ([#1254](https://github.com/NetApp/harvest/pull/1254))
+- Add Net Connections Template For Rest Collector ([#1257](https://github.com/NetApp/harvest/pull/1257))
+- Upgrade Zapi Collector To Rest When The Ontap Version Is >= 9.12.1 ([#1261](https://github.com/NetApp/harvest/pull/1261))
+- Run Govulncheck On `Make Dev` ([#1273](https://github.com/NetApp/harvest/pull/1273))
+- Nfsv42 Restperf Templates ([#1275](https://github.com/NetApp/harvest/pull/1275))
+- Enable User Defined Volume Workload ([#1276](https://github.com/NetApp/harvest/pull/1276))
+- Prometheus Exporter Should Log Address And Port ([#1279](https://github.com/NetApp/harvest/pull/1279))
+- Ensure Dashboard Units Align With Ontap's Units ([#1280](https://github.com/NetApp/harvest/pull/1280))
+- Panels Should Connect Null Values ([#1281](https://github.com/NetApp/harvest/pull/1281))
+- Harvest Should Collect Ontap S3 Server Metrics ([#1285](https://github.com/NetApp/harvest/pull/1285))
+- `Bin/Zapi Show Counters` Should Print Xml Results To Make Parsi… ([#1286](https://github.com/NetApp/harvest/pull/1286))
+- Harvest Should Collect Ontap S3 Server Config Metrics ([#1287](https://github.com/NetApp/harvest/pull/1287))
+- Harvest Should Publish Cooked Zero Performance Metrics ([#1292](https://github.com/NetApp/harvest/pull/1292))
+- Add Grafana Tags On Default Dashboards ([#1293](https://github.com/NetApp/harvest/pull/1293))
+- Add Harvest Tags ([#1294](https://github.com/NetApp/harvest/pull/1294))
+- Rest Nfs Connections Dashboard ([#1297](https://github.com/NetApp/harvest/pull/1297))
+- Cmd Line `Objects` And `Collectors` Override Defaults ([#1300](https://github.com/NetApp/harvest/pull/1300))
+- Harvest Should Replace Topk With Topk Range In All Dashboards Part 1 ([#1301](https://github.com/NetApp/harvest/pull/1301))
+- Harvest Should Replace Topk With Topk Range In All Dashboards Part 2 ([#1302](https://github.com/NetApp/harvest/pull/1302))
+- Harvest Should Replace Topk With Topk Range In All Dashboards Part 3 ([#1304](https://github.com/NetApp/harvest/pull/1304))
+- Snapmirror From Source Side [Zapi Changes] ([#1307](https://github.com/NetApp/harvest/pull/1307))
+- Mcc Plex Panel Fix ([#1310](https://github.com/NetApp/harvest/pull/1310))
+- Add Support For Qos Min And Cp In Harvest ([#1316](https://github.com/NetApp/harvest/pull/1316))
+- Add Available Ops To Headroom Dashboard ([#1317](https://github.com/NetApp/harvest/pull/1317))
+- Added Panels In Cluster, Disk For 1.6 Parity ([#1320](https://github.com/NetApp/harvest/pull/1320))
+- Add Storagegrid Collector And Dashboard ([#1322](https://github.com/NetApp/harvest/pull/1322))
+- Export Ontap Histograms As Prometheus Histograms ([#1326](https://github.com/NetApp/harvest/pull/1326))
+- Solution Based Cdot Dashboard ([#1336](https://github.com/NetApp/harvest/pull/1336))
+- Cluster Var Changed To Source_cluster In Snapmirror Dashboard ([#1337](https://github.com/NetApp/harvest/pull/1337))
+- Remove Pollinstance From Zapi Collector ([#1338](https://github.com/NetApp/harvest/pull/1338))
+- Reduce Memory Footprint Of Set ([#1339](https://github.com/NetApp/harvest/pull/1339))
+- Quota Metric Renaming ([#1345](https://github.com/NetApp/harvest/pull/1345))
+- Collectors Should Log Polldata, Plugin Times, And Metadata ([#1347](https://github.com/NetApp/harvest/pull/1347))
+- Export Ontap Histograms As Prometheus Histograms ([#1349](https://github.com/NetApp/harvest/pull/1349))
+- Fabricpool Panels - Parity With 1.6 ([#1352](https://github.com/NetApp/harvest/pull/1352))
+- All Dashboards Should Default To `Shared Crosshair` ([#1359](https://github.com/NetApp/harvest/pull/1359))
+- All Dashboards Should Use Multi-Select Dropdowns For Each Variable ([#1363](https://github.com/NetApp/harvest/pull/1363))
+- Perf Collector Unit Test Cases ([#1373](https://github.com/NetApp/harvest/pull/1373))
+- Remove Metric Labels From Shelf Sensor Plugins ([#1378](https://github.com/NetApp/harvest/pull/1378))
+- Envvar `Harvest_no_upgrade` To Skip Collector Upgrade ([#1385](https://github.com/NetApp/harvest/pull/1385))
+- Rest Collector Should Not Log When Client_timeout Is Missing ([#1387](https://github.com/NetApp/harvest/pull/1387))
+- Enable Rest Collector Templates ([#1391](https://github.com/NetApp/harvest/pull/1391))
+- Harvest Should Use Rest Unconditionally Starting With 9.13.1 ([#1394](https://github.com/NetApp/harvest/pull/1394))
+- Rest Perf Template Fixes ([#1395](https://github.com/NetApp/harvest/pull/1395))
+- Only Allow One Config/Perf Collector Per Object ([#1410](https://github.com/NetApp/harvest/pull/1410))
+- Histogram Support For Restperf ([#1412](https://github.com/NetApp/harvest/pull/1412))
+- Volume Tag Plugin ([#1417](https://github.com/NetApp/harvest/pull/1417))
+- Add Rest Validation In Ci ([#1421](https://github.com/NetApp/harvest/pull/1421))
+- Add Netstat Metrics For Packet Loss ([#1423](https://github.com/NetApp/harvest/pull/1423))
+- Add Datacenter To Metadata ([#1427](https://github.com/NetApp/harvest/pull/1427))
+- Increase Dashboard Quality With More Tests ([#1460](https://github.com/NetApp/harvest/pull/1460))
+- Add Node_disk_data_read To Units.yaml ([#1480](https://github.com/NetApp/harvest/pull/1480))
+- Tag Fsx Dashboards ([#1490](https://github.com/NetApp/harvest/pull/1490))
+- Restperf Submetric ([#1506](https://github.com/NetApp/harvest/pull/1506))
+
+### :bug: Bug Fixes
+- Log.fatalln Will Exit, And `Defer Resp.body.close()` Will Not Run ([#1211](https://github.com/NetApp/harvest/pull/1211))
+- Remove Rewrite_as_label From Templates ([#1212](https://github.com/NetApp/harvest/pull/1212))
+- Set User To Uid If Name Is Missing ([#1223](https://github.com/NetApp/harvest/pull/1223))
+- Duplicate Instance Issue Quota ([#1225](https://github.com/NetApp/harvest/pull/1225))
+- Create Unique Indexes For Quota Dashboard ([#1226](https://github.com/NetApp/harvest/pull/1226))
+- Volume Dashboard Should Use Iec Bytes ([#1229](https://github.com/NetApp/harvest/pull/1229))
+- Skipped Bookend Ems Whose Key Is Node-Name ([#1237](https://github.com/NetApp/harvest/pull/1237))
+- Bin/Rest Should Support Verbose And Return Error When ([#1240](https://github.com/NetApp/harvest/pull/1240))
+- Volume Plugin Should Not Fail When Snapmirror Has Empty Relationship_id ([#1241](https://github.com/NetApp/harvest/pull/1241))
+- Volume.go Plugin Should Check No Instances ([#1253](https://github.com/NetApp/harvest/pull/1253))
+- Remove Power 24H Panel From Shelf Dashboard ([#1256](https://github.com/NetApp/harvest/pull/1256))
+- Govulncheck Scan Issue Go-2021-0113 ([#1259](https://github.com/NetApp/harvest/pull/1259))
+- Negative Counter Fix And Zero Suppression ([#1260](https://github.com/NetApp/harvest/pull/1260))
+- Remove User_id To Reduce Memory Load From Quota ([#1263](https://github.com/NetApp/harvest/pull/1263))
+- Snapmirror Relationships From Source Side ([#1266](https://github.com/NetApp/harvest/pull/1266))
+- Flashcache Dashboard Units Are Incorrect ([#1268](https://github.com/NetApp/harvest/pull/1268))
+- Disable User,Group Quota By Default ([#1271](https://github.com/NetApp/harvest/pull/1271))
+- Enable Dashboard Check In Ci ([#1277](https://github.com/NetApp/harvest/pull/1277))
+- Http Sd Should Publish Local Ip When Exporter Is Blank ([#1278](https://github.com/NetApp/harvest/pull/1278))
+- Headroom Dashboard Utilization Should Be In Percentage ([#1290](https://github.com/NetApp/harvest/pull/1290))
+- Simple Poller Should Use Int64 Metric ([#1291](https://github.com/NetApp/harvest/pull/1291))
+- Remove Label Warning From Rest Collector ([#1299](https://github.com/NetApp/harvest/pull/1299))
+- Ignore Negative Perf Deltas ([#1303](https://github.com/NetApp/harvest/pull/1303))
+- Mcc Plex Panel Fix Rest Template ([#1313](https://github.com/NetApp/harvest/pull/1313))
+- Remove Duplicate Network Dashboards ([#1314](https://github.com/NetApp/harvest/pull/1314))
+- 7Mode Zapi Cli Issue Due To Max ([#1321](https://github.com/NetApp/harvest/pull/1321))
+- Add Scale To Headroom Dashboard ([#1323](https://github.com/NetApp/harvest/pull/1323))
+- Increase Default Zapi Timeout To 30 Seconds ([#1333](https://github.com/NetApp/harvest/pull/1333))
+- Zapiperf Lun Name Should Match Zapi ([#1341](https://github.com/NetApp/harvest/pull/1341))
+- Record Number Of Zapi Instances In Polldata ([#1343](https://github.com/NetApp/harvest/pull/1343))
+- Rest Metric Count ([#1346](https://github.com/NetApp/harvest/pull/1346))
+- Aggregator.go Should Not Change Histogram Properties To Avg ([#1348](https://github.com/NetApp/harvest/pull/1348))
+- Ci Ems Issue ([#1350](https://github.com/NetApp/harvest/pull/1350))
+- Add Node In Warning Logs For Power Calculation ([#1351](https://github.com/NetApp/harvest/pull/1351))
+- Align Aggregate Disk Utilization Panel ([#1355](https://github.com/NetApp/harvest/pull/1355))
+- Correct Skip Count For Perf Percent Property ([#1358](https://github.com/NetApp/harvest/pull/1358))
+- Harvest Should Keep Same Volume Name During Upgrade In Docker-Compose Workflow ([#1361](https://github.com/NetApp/harvest/pull/1361))
+- Zapi Polldata Logged The Wrong Number Of Instances During Batch … ([#1366](https://github.com/NetApp/harvest/pull/1366))
+- Top Latency Units Should Be Microseconds Not Milliseconds ([#1371](https://github.com/NetApp/harvest/pull/1371))
+- Calculate Power From Voltage And Current Sensors When Power Units Are Not Known ([#1372](https://github.com/NetApp/harvest/pull/1372))
+- Don't Add Units As Metric Labels Since It Breaks Influxdb Exporter ([#1376](https://github.com/NetApp/harvest/pull/1376))
+- Handle Raidgroup/Plex Alongwith Other Changes ([#1380](https://github.com/NetApp/harvest/pull/1380))
+- Disable Color Console Logging ([#1382](https://github.com/NetApp/harvest/pull/1382))
+- Restperf Lun Name Should Match Zapi ([#1390](https://github.com/NetApp/harvest/pull/1390))
+- Cluster Dashboard Panel Changes ([#1393](https://github.com/NetApp/harvest/pull/1393))
+- Harvest Should Use Template Display Name When Exporting Histograms ([#1403](https://github.com/NetApp/harvest/pull/1403))
+- Rest Collector Should Collect Cluster Level Instances ([#1404](https://github.com/NetApp/harvest/pull/1404))
+- Remove Protected,Protectionrole,All_healthy Labels From Volume ([#1406](https://github.com/NetApp/harvest/pull/1406))
+- Snapmirror Dashboard Changes ([#1407](https://github.com/NetApp/harvest/pull/1407))
+- System Node Perf Template Fix ([#1409](https://github.com/NetApp/harvest/pull/1409))
+- Svm Records Count ([#1411](https://github.com/NetApp/harvest/pull/1411))
+- Dont Export Constituents Relationships In Sm ([#1414](https://github.com/NetApp/harvest/pull/1414))
+- Handle Ls Relationships + Handle Dashboard ([#1415](https://github.com/NetApp/harvest/pull/1415))
+- Snapmirror Dashboard Should Not Show Id Column ([#1416](https://github.com/NetApp/harvest/pull/1416))
+- Handle Error When No Instances Found For Plugins In Rest ([#1428](https://github.com/NetApp/harvest/pull/1428))
+- Handle Batching In Shelf Plugin ([#1429](https://github.com/NetApp/harvest/pull/1429))
+- Lun Rest Perf Template Fixes ([#1430](https://github.com/NetApp/harvest/pull/1430))
+- Handle Volume Panels ([#1431](https://github.com/NetApp/harvest/pull/1431))
+- Align Rest Start Up Logging As Zapi ([#1435](https://github.com/NetApp/harvest/pull/1435))
+- Handle Aggr_space_used_percent In Aggr ([#1439](https://github.com/NetApp/harvest/pull/1439))
+- Sensor Plugin Rest Changes ([#1440](https://github.com/NetApp/harvest/pull/1440))
+- Disk Dashboard - Variables Are Not Sorted ([#1443](https://github.com/NetApp/harvest/pull/1443))
+- Add Missing Labels For Rest Zapi Diff ([#1445](https://github.com/NetApp/harvest/pull/1445))
+- Shelf Child Obj - Status Ok To Normal ([#1451](https://github.com/NetApp/harvest/pull/1451))
+- Restperf Key Handling ([#1452](https://github.com/NetApp/harvest/pull/1452))
+- Rest Zapi Diff Error Handling ([#1453](https://github.com/NetApp/harvest/pull/1453))
+- Restperf Fcp Template Mapping Fix ([#1455](https://github.com/NetApp/harvest/pull/1455))
+- Disk Type In Lower Case In Rest ([#1456](https://github.com/NetApp/harvest/pull/1456))
+- Power Fix For Cold Sensors ([#1464](https://github.com/NetApp/harvest/pull/1464))
+- Svm With Private Cli ([#1465](https://github.com/NetApp/harvest/pull/1465))
+- Storagegrid Collector Should Use Metadata Collection ([#1468](https://github.com/NetApp/harvest/pull/1468))
+- Fix New Line Char In Headroom Dashboard ([#1473](https://github.com/NetApp/harvest/pull/1473))
+- New_status Gap Issue For Cluster Scoped Zapi Call ([#1477](https://github.com/NetApp/harvest/pull/1477))
+- Merge To Main From Release ([#1479](https://github.com/NetApp/harvest/pull/1479))
+- Tenant Column Should Be In "Tenants And Buckets" Table Once ([#1483](https://github.com/NetApp/harvest/pull/1483))
+- Fsx Headroom Dashboard Support For Rest Collector ([#1484](https://github.com/NetApp/harvest/pull/1484))
+- Qos Rest Template Fix ([#1487](https://github.com/NetApp/harvest/pull/1487))
+- Net Port Template Fix ([#1488](https://github.com/NetApp/harvest/pull/1488))
+- Disable Netport Rest Template ([#1491](https://github.com/NetApp/harvest/pull/1491))
+- Rest Sensor Template Fix ([#1492](https://github.com/NetApp/harvest/pull/1492))
+- Fix Background Color In Cluster, Aggregate Panels ([#1496](https://github.com/NetApp/harvest/pull/1496))
+- Smv_labels Missing In Zapi ([#1499](https://github.com/NetApp/harvest/pull/1499))
+- 7Mode Shelf Plugin Fix ([#1500](https://github.com/NetApp/harvest/pull/1500))
+- Remove Queue_full Counter From Namespace Template ([#1501](https://github.com/NetApp/harvest/pull/1501))
+- Storagegrid Bucket Plugin Should Honor Client Timeout ([#1503](https://github.com/NetApp/harvest/pull/1503))
+- Snapmirror Warn To Trace Log ([#1504](https://github.com/NetApp/harvest/pull/1504))
+- Cdot Svm Panels ([#1515](https://github.com/NetApp/harvest/pull/1515))
+- Svm Nfsv4 Panels Fix ([#1518](https://github.com/NetApp/harvest/pull/1518))
+- Svm Copy Panel Fix ([#1520](https://github.com/NetApp/harvest/pull/1520))
+- Exclude Empty Qtree In Restperf Template Through Regex ([#1522](https://github.com/NetApp/harvest/pull/1522))
+
+### :closed_book: Documentation
+- Rest Strategy Doc ([#1234](https://github.com/NetApp/harvest/pull/1234))
+- Improve Security Panel Info For Ontap 9.10+ ([#1238](https://github.com/NetApp/harvest/pull/1238))
+- Explain How To Enable Qos Collection When Using Least-Privilege… ([#1249](https://github.com/NetApp/harvest/pull/1249))
+- Clarify When Harvest Defaults To Rest ([#1252](https://github.com/NetApp/harvest/pull/1252))
+- Spelling Correction ([#1318](https://github.com/NetApp/harvest/pull/1318))
+- Add Ems Alert To Ems Documentation ([#1319](https://github.com/NetApp/harvest/pull/1319))
+- Explain How To Log To File With Systemd Instantiated Service ([#1325](https://github.com/NetApp/harvest/pull/1325))
+- Add Help Text In Nfs Clients Dashboard About Enabling Rest Collector ([#1334](https://github.com/NetApp/harvest/pull/1334))
+- Describe How To Migrate Historical Prometheus Data Generated Be… ([#1369](https://github.com/NetApp/harvest/pull/1369))
+- Explain What To Do If Zapi Metrics Are Missing In Rest ([#1389](https://github.com/NetApp/harvest/pull/1389))
+- Move Documentation To Separate Site ([#1433](https://github.com/NetApp/harvest/pull/1433))
+- Readme Should Point To Https://Netapp.github.io/Harvest/ ([#1434](https://github.com/NetApp/harvest/pull/1434))
+- Remove Unneeded Readme.md Files ([#1438](https://github.com/NetApp/harvest/pull/1438))
+- Fix Image Links ([#1441](https://github.com/NetApp/harvest/pull/1441))
+- Restore Rest Strategy And Migrate Docs ([#1463](https://github.com/NetApp/harvest/pull/1463))
+- Explain What Negative Available Ops Means ([#1469](https://github.com/NetApp/harvest/pull/1469))
+- Explain What Negative Available Ops Means (#1469) ([#1471](https://github.com/NetApp/harvest/pull/1471))
+- Explain What Negative Available Ops Means ([#1474](https://github.com/NetApp/harvest/pull/1474))
+- Add Amazon Fsx For Ontap Documentation ([#1485](https://github.com/NetApp/harvest/pull/1485))
+- Include Docker Compose Workflow In Docs ([#1507](https://github.com/NetApp/harvest/pull/1507))
+- Docker Upgrade Instructions ([#1511](https://github.com/NetApp/harvest/pull/1511))
+
+### :wrench: Testing
+- Add Unit Test That Finds Metrics Used In Dashboards With Confli… ([#1381](https://github.com/NetApp/harvest/pull/1381))
+- Ensure Resetinstance Causes Metric To Be Skipped ([#1388](https://github.com/NetApp/harvest/pull/1388))
+- Validate Sensor Template Fix ([#1486](https://github.com/NetApp/harvest/pull/1486))
+- Add Unit Test To Detect Topk Without Range ([#1495](https://github.com/NetApp/harvest/pull/1495))
+
+### Styling
+- Address Shellcheck Strong Warnings ([#1228](https://github.com/NetApp/harvest/pull/1228))
+- Correct Spelling And Lint Warning ([#1332](https://github.com/NetApp/harvest/pull/1332))
+
+### Refactoring
+- Use Map Instead Of Loop For `Targetisontap` ([#1235](https://github.com/NetApp/harvest/pull/1235))
+- Remove Unused And Lightly-Used Metrics ([#1274](https://github.com/NetApp/harvest/pull/1274))
+- Remove Warnings ([#1298](https://github.com/NetApp/harvest/pull/1298))
+- Simplify Loadcollector ([#1329](https://github.com/NetApp/harvest/pull/1329))
+- Simplify Set Api ([#1340](https://github.com/NetApp/harvest/pull/1340))
+- Move Docs Out Of The Way To Make Way For New Ones ([#1422](https://github.com/NetApp/harvest/pull/1422))
+
+### Miscellaneous
+- Bump Dependencies ([#1331](https://github.com/NetApp/harvest/pull/1331))
+- Increase Golangci-Lint Timeout ([#1364](https://github.com/NetApp/harvest/pull/1364))
+
+### :hammer: CI
+- Bump Go To 1.19 ([#1201](https://github.com/NetApp/harvest/pull/1201))
+- Bump Go ([#1215](https://github.com/NetApp/harvest/pull/1215))
+- Bump Golangci-Lint And Address Issues ([#1233](https://github.com/NetApp/harvest/pull/1233))
+- Bump Go To 1.19.1 ([#1262](https://github.com/NetApp/harvest/pull/1262))
+- Revert Jenkins File To 1.19 ([#1267](https://github.com/NetApp/harvest/pull/1267))
+- Bump Golangci-Lint ([#1328](https://github.com/NetApp/harvest/pull/1328))
 
 ---
 
diff --git a/docs/architecture/rest-strategy.md b/docs/architecture/rest-strategy.md
index 81729925f..feb3c54db 100644
--- a/docs/architecture/rest-strategy.md
+++ b/docs/architecture/rest-strategy.md
@@ -2,7 +2,7 @@
 
 ## Status <!-- one of: In Progress, Accepted, Rejected, Superseded, Deprecated -->
 
-In Progress
+Accepted
 
 ## Context
 
diff --git a/pkg/docs/architecture/rest-collector.md b/pkg/docs/architecture/rest-collector.md
deleted file mode 100644
index 3500a26ec..000000000
--- a/pkg/docs/architecture/rest-collector.md
+++ /dev/null
@@ -1,57 +0,0 @@
-# REST collector
-
-## Status <!-- one of: In Progress, Accepted, Rejected, Superseded, Deprecated -->
-
-~~Accepted~~
-Superseded by [REST strategy](https://github.com/NetApp/harvest/blob/main/docs/architecture/rest-strategy.md)
-
-:construction: The exact version of ONTAP that has full ZAPI parity is subject to change. 
-Everywhere you see version 9.12, may become 9.13 or later.
-
-## Context
-
-We need to document and communicate to customers:
-- when they should switch from the ZAPI collectors to the REST ones
-- what versions of ONTAP are supported by Harvest's REST collectors
-- how to fill ONTAP gaps between the ZAPI and REST APIs
-
-The ONTAP version information is important because gaps are addressed in later versions of cDOT.
-
-## Considered Options
-
-1. **Only REST** A clean cut-over, stop using ZAPI, and switch completely to REST.
-
-2. **Both** Support both ZAPI and REST collectors running at the same time, collecting the same objects. Flexible, but has the downside of last-write wins. Not recommended unless you selectively pick non-overlapping sets of objects.
-
-3. **Template change that supports both** Change the template to break ties, priority, etc. Rejected because additional complexity not worth the benefits.
-
-4. **private-cli** When there are REST gaps that have not been filled yet or will never be filled (WONTFIX), the Harvest REST collector will provide infrastructure and documentation on how to use private-cli pass-through to address gaps.
-
-## Chosen Decision
-
-For clusters with ONTAP versions < 9.12, we recommend customers use the ZAPI collectors. (#2) (#4)
-
-Once ONTAP 9.12+ is released and customers have upgraded to it, they should make a clean cut-over to the REST collectors (#1). 
-ONTAP 9.12 is the version of ONTAP that has the best parity with what Harvest collects in terms of config and performance counters. 
-Harvest REST collectors, templates, and dashboards are validated against ONTAP 9.12+. 
-Most of the REST config templates will work before 9.12, but unless you have specific needs, we recommend sticking with the ZAPI collectors until you upgrade to 9.12.
-
-There is little value in running both the ZAPI and REST collectors for an overlapping set of objects. 
-It's unlikely you want to collect the same object via REST and ZAPI at the same time. Harvest doesn't support this use-case, but does nothing to detect or prevent it.
-
-If you want to collect a non-overlapping set of objects with REST and ZAPI, you can. 
-If you do, we recommend you disable the ZAPI object collector. 
-For example, if you enable the REST `disk` template, you should disable the ZAPI `disk` template. 
-We do NOT recommend collecting an overlapping set of objects with both collectors since the last one to run will overwrite previously collected data.
-
-Harvest will document how to use the REST private cli pass-through to collect custom and non-public counters.
-
-The Harvest team recommends that customers open ONTAP issues for REST public API gaps that need filled.
-
-## Consequences
-
-The Harvest REST collectors will work with limitations on earlier versions of ONTAP. 
-ONTAP 9.12+ is the minimally validated version. 
-We only validate the full set of templates, dashboards, counters, etc. on versions of ONTAP 9.12+
-
-Harvest does not prevent you from collecting the same resource with ZAPI and REST.
\ No newline at end of file
diff --git a/pkg/docs/architecture/rest-strategy.md b/pkg/docs/architecture/rest-strategy.md
deleted file mode 100644
index 81729925f..000000000
--- a/pkg/docs/architecture/rest-strategy.md
+++ /dev/null
@@ -1,118 +0,0 @@
-# REST Strategy
-
-## Status <!-- one of: In Progress, Accepted, Rejected, Superseded, Deprecated -->
-
-In Progress
-
-## Context
-
-ONTAP has published a customer product communiqué [(CPC-00410)](https://mysupport.netapp.com/info/communications/ECMLP2880232.html?access=a)
-announcing that ZAPIs will reach end of availability (EOA) in ONTAP `9.13.1` released Q2 2023.
-
-This document describes how Harvest handles the ONTAP transition from ZAPI to REST. 
-In most cases, no action is required on your part.
-
-## Harvest API Transition
-
-By default, Harvest will use ZAPIs up until ONTAP version `9.12.1`.
-Beginning with ONTAP `9.12.1` and after, Harvest will default to REST.
-
-Harvest includes a full set of REST templates that export identical metrics as the included ZAPI templates.
-No changes to dashboards or downstream metric-consumers will be required. 
-See [below](#ive-added-counters-to-existing-zapi-templates-will-those-counters-work-in-rest) if you have 
-added metrics to the Harvest out-of-the-box templates.
-
-Read on if you want to know how you can use REST sooner, or you want to take advantage of REST-only features in ONTAP.
-
-## Frequently Asked Questions
-
-### How does Harvest decide whether to use REST or ZAPI APIs?
-
-Harvest asks the cluster for its ONTAP version:
-
-* If the version is earlier than `9.12.1`, Harvest will use the collector(s) defined in your `harvest.yml`.
-* If the version is `9.12.1`, Harvest will use REST, unless you set the [no-upgrade environment variable](#im-using-ontap-version-912x-but-i-want-to-continue-using-zapis-how-do-i-do-that).
-* If the version is `9.13.1` or later, Harvest will use REST, because ZAPI has been removed.
-
-```mermaid
-graph TD
-A(Harvest asks the cluster<br>for its ONTAP version) --> B(Version before<br>9.12.X?)
-A --> C(9.12.X)
-A --> D(9.13.X)
-
-B --> AA{Does your harvest.yml<br>specify a REST collector?}
-AA -->|No| F(Use ZAPI) 
-AA -->|Yes|G(Use REST)
-
-C --> CC{Is NO_UPGRADE<br>environment<br>variable set?}
-CC --> |No| G
-CC --> |Yes|CZ(Use ZAPI) 
-
-D --> X(Use REST)
-```
-### Why would I switch to REST before `9.13.1`?
-
-- You have advanced use cases to validate before ONTAP removes ZAPIs in `9.13.1`
-- You want to take advantage of new ONTAP features that are only available via REST (e.g. cloud features, event remediation's, name services, cluster peers, etc.)
-- You want to collect a metric that is not available via ZAPI
-- You want to collect a metric from the ONTAP CLI. The REST API includes a private CLI pass-through to access any ONTAP CLI command
-
-### Can I start using REST before `9.13.1`?
-
-Yes. Several customers already are. There are a few caveats to be aware of:
-
-1. Harvest collects config counters via REST by enabling the `Rest` collector in your `harvest.yml`,
-   but ONTAP did not include performance counters via REST until [9.11.1](https://docs.netapp.com/us-en/ontap-automation/migrate/performance-counters.html#accessing-performance-counters-using-the-ontap-rest-api).
-   That means Harvest's `RestPerf` collector won't work until `9.11.1`.
-   ONTAP supports a subset of performance counters in `9.11.1`. The full set is available in `9.12.1`.
-
-2. It's preferable to publish a set of metrics once, instead of multiple times. Typically, you do not want to
-   enable both the `Zapi` and `Rest` collector for an overlapping set of objects on the same cluster.
-   It will work, but you'll put more load on the cluster and push duplicate metrics to Prometheus. 
-   See [below](#can-i-use-the-rest-and-zapi-collectors-at-the-same-time) for details on how to use both collectors at the same time. 
-
-3. There may be performance metrics missing from versions of ONTAP earlier than `9.11.1`.
-
-### A counter is missing from REST. What do I do?
-
-The Harvest team has ensured that all the out-of-the-box ZAPI templates have matching REST templates with the same metrics.
-Any additional counters you have added may be missing in REST. 
-
-Join the [Harvest discord channel](https://github.com/NetApp/harvest/blob/main/SUPPORT.md#getting-help) and ask us about the counter.
-Sometimes we may know which release the missing counter is coming in, otherwise we can point you to the ONTAP
-process to [request new counters](https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_request_a_feature_for_ONTAP_REST_API).
-
-### Can I use the REST and ZAPI collectors at the same time?
-
-Yes. 
-
-It's best when using both collectors to ensure that you aren't collecting the same object(s) multiple times. 
-For example, there is nothing to be gained by collecting `disk` from both collectors. 
-Harvest won't do anything to prevent you from doing that, but our recommendation when using both collectors, is to use a non-overlapping set of objects.
-
-Typically, you will use ZAPI collectors with the out-of-the-box templates and add new REST templates for new objects. 
-For example, if you want to [collect controller RAM status](https://github.com/NetApp/harvest/discussions/1187) you must use the REST collector,
-since there is no ZAPI that returns that metric.
-
-### I've added counters to existing ZAPI templates. Will those counters work in REST?
-
-`ZAPI` config metrics often have a REST equivalent that can be found in ONTAP's [ONTAPI to REST mapping document](https://library.netapp.com/ecm/ecm_download_file/ECMLP2882104).
-
-ZAPI performance metrics may be missing in REST. If you have added new metrics or templates to the `ZAPIPerf` collector, those metrics likely aren't available via REST. 
-You can [check if the performance counter is available](https://docs.netapp.com/us-en/ontap-automation/migrate/performance-counters.html#discover-the-available-performance-counter-tables) 
-or [ask the Harvest team on Discord](#a-counter-is-missing-from-rest-what-do-i-do).
-
-### I'm using ONTAP version 9.12.X, but I want to continue using ZAPIs. How do I do that?
-
-Set the environment variable `HARVEST_NO_COLLECTOR_UPGRADE=1` and Harvest will not 
-upgrade your collector from ZAPI to REST.
-
-## Reference
-
-Table of ONTAP versions, dates and API notes.
-
-| ONTAP<br/>version | Release<br/>Date | ONTAP<br/>Notes                                                                                                                                                                         |
-|------------------:|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|          `9.11.1` | Q2 2022          | First version with [REST performance metrics](https://docs.netapp.com/us-en/ontap-automation/migrate/performance-counters.html#accessing-performance-counters-using-the-ontap-rest-api) |
-|          `9.12.1` | Q4 2022          | ZAPIs still supported - REST performance metrics have parity with Harvest collected ZAPI performance metrics                                                                            |
-|          `9.13.1` | Q2 2023          | ZAPIs removed. REST only release - REST config and performance parity with ZAPIs                                                                                                        |