Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions docs/Updates/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
## Latest
<!-- what's in open pull requests that will be merged at an unknown date -->
(may include items not yet merged)
<!-- List what's in open pull requests to be merged at an unknown date -->

- Fixes to [bash aliases](../Basic_setup/Docker.md#aliases).
- Timescaledb template fixed and public port now mapped to 5433.
<!-- PR-560 still a draft
- Documentation development made easier: [Writing documentation](
../Developers/index.md#writing-documentation) -->

## 2022-06-12

- Dockerfile based Zigbee2MQTT **deprecated**, requiring [migration](
../Containers/Zigbee2MQTT.md#update202204).
- New service: [Duckdns](../Containers/Duckdns.md), deprecates the
`duck/duck.sh` script.
- Fixes to [bash aliases](../Basic_setup/Docker.md#aliases)
- Documentation development made easier: [Writing documentation](
../Developers/index.md#writing-documentation)
- New service: [Influxdb 2](../Containers/InfluxDB2.md), supported only on
fully 64bit systems.
- Docker health checks added to Grafana and InfluxDB.

## 2022-04-26

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Welcome to IOTstack:
</label>

* If you are just getting started with IOTstack, see [Getting Started](Basic_setup/index.md).
* For latest changes, see [Changelog](Updates/Changelog.md).
* If you're running gcgarner/IOTstack see [Migrating to SensorsIot](Updates/gcgarner-migration.md).

* You're always welcome to ask questions on the [IOTStack Discord](https://discord.gg/ZpKHnks).
Expand Down