All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[^docker-image] : Once we decide how, who and where to publish it, the honeypot will be available as a Docker image. For now, the image can be built from source using the Dockerfile
included in the build > docker
folder (there is also a docker-compose
file ready to use).
- Embeds the UI in the binary
-
All the plugins now use a
localhost:<port>
address to listen for incoming connections (i.e., even if exposed, they should not provide any service). -
Optimised the Docker image. Now the UI folder only includes the required files, instead of the whole directory contents.
Note: The Docker image has not been published yet. This will come soon [^docker-image]
-
Changed flows for the pipeline
- Now the UI uses Vite to build the project
- Using Goreleaser - again - to make releases