Skip to content

v0.3.0

Compare
Choose a tag to compare
@tboerger tboerger released this 27 Mar 01:02
· 395 commits to master since this release
v0.3.0
258feab

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.

    #9

  • 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.

    #6

  • Change #6: Drop region requirement

    As the API doesn't enforce the requirement for the selected region we can safely remove this
    hard requirement.

    #6

  • Change #5: Add support for server tags

    Since Scaleway supports tags for servers we should also map these labels to the exported JSON
    file.

    #5

  • 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.

    #4