v0.3.0
Changelog for 0.3.0
The following sections list the changes for 0.3.0.
Summary
- Chg #9: Define healthcheck command
- Chg #6: Support for multiple accounts
- Chg #6: Drop region requirement
- Chg #5: Add support for server tags
- Chg #4: Switch to cloud.drone.io
Details
-
Change #9: Define healthcheck command
To check the health status of the service discovery especially within Docker we added a simple
subcommand which checks the healthz endpoint to show if the service is up and running. -
Change #6: Support for multiple accounts
Make the deployments of this service discovery easier, previously we had to launch one
instance for every credentials we wanted to gather, with this change we are able to define
multiple credentials for a single instance of the service discovery. -
Change #6: Drop region requirement
As the API doesn't enforce the requirement for the selected region we can safely remove this
hard requirement. -
Change #5: Add support for server tags
Since Scaleway supports tags for servers we should also map these labels to the exported JSON
file. -
Change #4: Switch to cloud.drone.io
We don't wanted to maintain our own Drone infrastructure anymore, since there is
cloud.drone.io available for free we switched the pipelines over to it.