Releases: Room-Elephant/ElephLink
Releases · Room-Elephant/ElephLink
Release v1.0.1
Docker Image
The Docker image for this release is available at:
docker pull roomelephant/elephlink:1.0.1
You can also use the latest tag:
docker pull roomelephant/elephlink:latest
Additional Notes
What's Changed
🚀 Enhancements
- Improve logging and add secure toString to CloudflareConfig by @JPedroBorges in #39
- Timeout logging by @JPedroBorges in #40
🐛 Bug Fixes
- Fix logging as parameter by @JPedroBorges in #37
🦾 Infrastructure
- Rename JAR and update release artifact path by @JPedroBorges in #34
- Fix github actions by @JPedroBorges in #38
📝 Documentation
- Update README.md by @JPedroBorges in #36
🧹 Refactoring
- Refactor DNS service initialization and interface by @JPedroBorges in #35
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Docker Image
The Docker image for this release is available at:
docker pull roomelephant/elephlink:1.0.0
You can also use the latest tag:
docker pull roomelephant/elephlink:latest
Additional Notes
What's Changed
🚀 Enhancements
- add get dns record from cloudflare by @JPedroBorges in #1
- add support for records by @JPedroBorges in #2
- add task scheduling by @JPedroBorges in #5
- add support to update record by @JPedroBorges in #6
- add support for relative paths by @JPedroBorges in #12
- improve logging by @JPedroBorges in #16
- Add docker image support by @JPedroBorges in #17
- Add configurable timeout for IP service requests by @JPedroBorges in #30
- Refactor to use cloudflare.yml and simplify Cloudflare integration by @JPedroBorges in #31
- Add configurable timeout for DNS record updates by @JPedroBorges in #32
🦾 Infrastructure
- add private properties to .gitignore by @JPedroBorges in #3
- Create dependabot.yml by @JPedroBorges in #7
- add checkstyle validation by @JPedroBorges in #10
- Create maven.yml by @JPedroBorges in #11
- Add release workflow by @JPedroBorges in #14
- Update release.yml by @JPedroBorges in #15
- Push to docker registry by @JPedroBorges in #18
- Fix missing artifact in docker publish by @JPedroBorges in #19
- Merge steps in github actions by @JPedroBorges in #20
- Add debug args to release notes by @JPedroBorges in #21
- add docker image release notes by @JPedroBorges in #22
📝 Documentation
- Update README.md by @JPedroBorges in #13
- Update readme with running with docker by @JPedroBorges in #23
- Refactor for v1 by @JPedroBorges in #26
🧹 Refactoring
- improve code readability by @JPedroBorges in #4
- Refactor config loaders and domain core structure by @JPedroBorges in #29
Full Changelog: https://github.com/Room-Elephant/ElephLink/commits/v1.0.0