-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
40 lines (33 loc) · 1.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.6] - 2023-06-08
### Changed
- Update UDP packet forwarder's base image version to V2.0.0
## [0.0.5] - 2023-04-03
### Added
- Add Motioneye
- Links to the official documentaion page for some services
## [0.0.4] - 2022-07-29
### Added
- Add NATS and Iperf3
- Add Dockerfiles for curated images
### Changed
- When depoly a service, build the curated image instead of just pull the image
## [0.0.3] - 2022-07-15
### Added
- Add Tailscale, Zigbee2MQTT, and Telegraf
- Add Dockerfile for curated images
### Changed
- Change preferred Portainer-CE version to 2.14.0
## [0.0.2] - 2022-03-3
### Added
- Add stack file for nodered
### Changed
- Options for udp-packet-forwarder
## [0.0.1] - 2022-02-18
### Added
- Add app template for ThingsBoard service
- A LICENSE file (MIT License)
- A CHANGELOG file