Skip to content

Commit

Permalink
v0.18.2 release.md Update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdcarns authored Mar 3, 2023
1 parent 326964f commit 6ab8efe
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Netmaker v0.18.1
# Netmaker v0.18.2

## whats new
## **Do not attempt upgrade from 0.17.x quite yet**

## whats new
- Enrollment Keys, give the ability for an admin to enroll clients into multiple networks, can be unlimited, time, or usage based
- EMQX broker support and better MQTT support in general
- Now you must specify BROKER_ENDPOINT
- Also specify SERVER_BROKER_ENDPOINT, if not provided server will connect to broker over BROKER_ENDPOINT
- Thsi gives ability for user to specify any broker endpoint and use any protocal on clients desired, such as, `mqtts://mybroker.com:8083`
(we will still default to wss)

## whats fixed
- Fixed default ACL behavior, should work as expected
- Peer calculations enhancement
- main routines share a context and docker stop/ctrl+c give expected results now
- Github workflow edits
- Removed Deprecated Local Network Range from client + server

## known issues
- EnrollmentKeys may not function as intended in an HA setup
- If a host does not receive a message to delete a node, it could become orphaned and un-deletable
- Network interface routes may be removed after sometime/unintended network update
- Upgrade script does not handle clients
- Caddy does not handle netmaker exporter well for EE
- Incorrect latency on metrics (EE)
- Swagger docs not up to date

0 comments on commit 6ab8efe

Please sign in to comment.