Skip to content

Commit

Permalink
docs: update CHANGELOG.md for gw addr changes
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <shaneutt@linux.com>
  • Loading branch information
shaneutt committed Sep 26, 2023
1 parent 7d2b94b commit 8310caa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

# Unreleased

## Other Changes

- The condition reason `GatewayReasonUnsupportedAddress` for `Accepted` now ONLY
applies when an address type is provided for a `Gateway` which it does not
support.
(#2412 @shaneutt)
- The condition reason `GatewayReasonAddressNotAssigned` for `Programmed` now
ONLY applies to problems with dynamic address allocation.
(#2412 @shaneutt)
- The condition reason `GatewayReasonAddressNotUsable` for `Programmed` has been
added to deal with situations where a static address has been provided for a
Gateway which is of a supported type, and is syntatically valid, but for some
reason it can not be used for this Gateway (e.g. the address is already in use
on the network).
(#2412 @shaneutt)

# v0.8.1

This is a patch release that includes small bug fixes and a new conformance test
Expand Down

0 comments on commit 8310caa

Please sign in to comment.