Skip to content

Commit

Permalink
Bump device-portal container image
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Dec 25, 2024
1 parent 9e6e973 commit cf700bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org
- `core/host/networking/interface-forwarding`: added a `planktoscope-dhcp-default-route` feature flag to configure the DHCP server to advertise the PlanktoScope as a default route to the internet.
- `core/host/networking/interface-forwarding`: the default deployment now configures dnsmasq to advertise the PlanktoScope as a route to all IP addresses in 192.168.3.\*, 192.168.4.\*, 192.168.5.\*, 192.168.6.\*, and 192.168.7.\*, so that connected devices will now try to reach the PlanktoScope at 192.168.3.1, 192.168.4.1, ..., 192.168.7.1 even if the PlanktoScope doesn't advertise itself as a default route to the internet.

### Changed

- `core/apps/planktoscope/device-portal`: the `ghcr.io/planktoscope/device-portal` container is upgraded from v0.2.4 to v0.2.5.

### Removed

- (Breaking change) `core/host/networking/dnsmasq`: the DHCP server no longer advertises the PlanktoScope as a default route to the internet, since this breaks internet access on certain (macOS/Windows) client devices connected simultaneously to a Wi-Fi network for internet access and to a PlanktoScope via Ethernet. To restore this functionality, enable the new `planktoscope-dhcp-default-route` feature flag which has now been added to the `core/host/networking/interface-forwarding` package.
Expand Down
2 changes: 1 addition & 1 deletion core/apps/planktoscope/device-portal/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/device-portal:0.2.4
image: ghcr.io/planktoscope/device-portal:0.2.5

networks:
default:
Expand Down

0 comments on commit cf700bb

Please sign in to comment.