docker-ddns-cloudflare/CHANGELOG.md

107 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2021-05-05 12:09:52 +02:00
# 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).
2024-02-27 18:05:18 +01:00
## [1.4.1] - 2024-02-27
### Changed
- Use the alpine `bun` image to half the image size.
2024-02-27 17:59:00 +01:00
## [1.4.0] - 2024-02-27
### Changed
- Moved to bun.
- Removed some dependencies.
2024-02-27 13:13:47 +01:00
## [1.3.4] - 2024-02-27
### Security
- Updated dependencies.
2023-08-20 22:37:36 +02:00
## [1.3.3] - 2023-08-20
### Security
- Updated dependencies.
2023-06-24 16:19:36 +02:00
## [1.3.2] - 2023-06-24
### Security
- Updated dependencies.
## [1.3.1] - 2022-11-28
### Added
- `y` is now a valid truthy value.
### Security
- Updated dependencies.
2022-10-20 15:18:57 +02:00
## [1.3.0] - 2022-10-20
### Removed
- Login with username and password as it's considered deprecated.
### Added
- `LOG_LEVEL` env variable.
- Config parsing and validation.
### Changed
- Removed Cloudflare SDK due to outdated and bloated package.
2022-05-14 15:58:38 +02:00
## [1.2.1] - 2022-05-14
### Added
- Support for `proxied` parameter thanks to @borisbm.
### Security
- Updated dependencies.
2022-02-07 13:14:23 +01:00
## [1.2.0] - 2022-02-07
### Added
- Sigterm and Sigkill hooks for graceful shutdown
### Changed
- Multistage steps to reduce image size
2022-02-07 12:41:51 +01:00
## [1.1.1] - 2022-02-07
### Security
- Updated dependencies.
## [1.1.0] - 2021-10-22
### Changed
- Added typescript for type safety.
- Switched to pnpm.
2021-05-05 12:09:52 +02:00
## [1.0.0] - 2021-05-05
### Added
2022-02-07 12:41:51 +01:00
- Automated build & tagging.
- Arm images.
2021-05-05 12:09:52 +02:00
### Security
2022-02-07 12:41:51 +01:00
- Updated dependencies.