This repository has been archived by the owner on Jul 19, 2018. It is now read-only.
Releases: puppetlabs-toy-chest/lumogon
Releases · puppetlabs-toy-chest/lumogon
0.6.0
Using this release:
Pull the tagged image from Docker Hub:
docker pull puppet/lumogon:0.6.0
And explicitly refer to this tag when running a scan or report (:latest
continues to track HEAD).
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock puppet/lumogon:0.6.0 report
Changes in this release:
- #63 Disable Analytics and Puppet Reporting Backend
0.5.0
Using this release:
Pull the tagged image from Docker Hub:
docker pull puppet/lumogon:0.5.0
And explicitly refer to this tag when running a scan or report (:latest
continues to track HEAD).
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock puppet/lumogon:0.5.0 report
Changes in this release:
0.4.0
Using this release:
Pull the tagged image from Docker Hub:
docker pull puppet/lumogon:0.4.0
And explicitly refer to this tag when running a scan or report (:latest
continues to track HEAD).
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock puppet/lumogon:0.4.0 report
Changes in this release:
- #41 Add HTTP timeout catch and error handling for report
- #48 Output message when scanning each container
- #50 Adding Docker API Version to analytics
- #52 Capture Docker API Version in Reports
- #57 Add fallback harvester removal ability for APIs < 1.25 (Engine < 1.13)
- #58 Add basic container info capability
0.2.0
Using this release:
Pull the tagged image from Docker Hub:
docker pull puppet/lumogon:0.3.0
And explicitly refer to this tag when running a scan or report (:latest
continues to track HEAD).
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock puppet/lumogon:0.3.0 report
Changes in this release:
- #8 (MAINT) Excludes non-running target containers and exits if the target slice is empty
- #19 (MAINT) Flip over to using the public Travis service
- #22 (MAINT) Added explicit open source license
- #23 (MAINT) Update Slack URL to public channel
- #24 (MAINT) Add timeout to stop client hanging when an attached harvester fails to respond (defaults to
60sec
, can be overridden with--timeout
) - #25 (MAINT) Improve the visibility of the examples content
- #26 (MAINT) Fix minor issues and add Go Report Card to README
- #27 (MAINT) handle large stream frame payloads which are split across multiple Reads
- #28 (MAINT) Fix Lumogon scheduler container detection on linux
- #31 (TC-140) Pretty print JSON when scanning