Releases: messagebird/gcppromd
Releases · messagebird/gcppromd
v0.5.0
Changes
- Release GCPPromd under BSD 2-Clause "Simplified" License.
v0.4.1
- Fixes
- In daemon mode,
invalid cross-device link error message
and similar happening when the OS default temporary files location is on a different volume than the target file.
v0.4.0
- Fixes
- The application does not crash when the flag
-projects-excludes
isn't set in daemon mode (#12).
- Improvements
- Logs are now output as JSON (#14).
- Docker image is now rootless and only contains the required CA and binaries.
0.3.0
Changes
- Add a projects auto-discovery mode.
- Add the possibility to exclude projects using a regex.
- In daemon mode, now the first discovery starts right away instead of waiting for the duration of the frequency.
0.2.1
Changes
- Shrink down the binary size
- Implement graceful shutdown
- Prevent output file corruption in daemon mode
0.2.0
version 0.2.0
Changes
- Adds the label
__meta_gce_region
containing the GCE region name (europe-west1
, ...).
- Logs handled HTTP requests.