Releases: micromdm/squirrel
Logging Support
1.0.2
- Added support for structured logging. Use -log-format=json for JSON output, and -log-format=logfmt (default) for logfmt logging.
- Added new flag
-no-help
to disable printing the auth header to stdout.
docker pull micromdm/squirrel:1.0.2
pluggable storage
You can now choose between a local repo(default) or one by a cloud provider (s3 or gcs).
Changelog
-
Added support for pluggable storage - Google Cloud and S3 (#4 and #7)
-
Added /version URL route (#2).
/version returns a JSON object with detailed information of the build environment,
including current commit and go version used to build the app. The binary must be built
with the release script in order for the correct values to be set. -
Added /healthz URL route (#2).
/healthz returns either a 200 OK status or a 500 error depending on the status of the app.
Currently, a 500 error is returned only if the repo path is not valid. -
Fixed panic when 0 arguments were passed (#06e92dd).
Full diff: 1.0.0...1.0.1
1.0.0
first preview
See blog post on groob.io