Skip to content

Releases: micromdm/squirrel

Logging Support

07 Jul 13:00
Compare
Choose a tag to compare

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

05 Apr 17:24
Compare
Choose a tag to compare

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

14 Mar 02:34
Compare
Choose a tag to compare
v2 first commit

first preview

14 Jun 10:42
Compare
Choose a tag to compare
first preview Pre-release
Pre-release

See blog post on groob.io