Skip to content

Releases: infolinks/loggly-sidecar

v4

23 Sep 16:56
Compare
Choose a tag to compare

Changes in this release:

Commit Change
262216d @arikkfir: extract build logic from .travis.yml to 'build.sh'
main reason is that Travis will always execute ALL commands under the "script" block, even if some of them failed.
see: travis-ci/travis-ci#1066
feb0b15 @arikkfir: add 'fluent.conf' file which simply includes all files under '/fluentd/etc/conf.d/*.conf'
efea3c1 @arikkfir: updated README with a better example on how to extend this image
e57b496 @arikkfir: change the image not to bundle 'fluent.conf', but instead expect descendant images to provide it
c5b6416 @arikkfir: added a Contributing section to the README

v3

23 Sep 14:42
Compare
Choose a tag to compare
v3 Pre-release
Pre-release

Changes in this release:

Commit Change
feb0b15 @arikkfir: add 'fluent.conf' file which simply includes all files under '/fluentd/etc/conf.d/*.conf'
efea3c1 @arikkfir: updated README with a better example on how to extend this image
e57b496 @arikkfir: change the image not to bundle 'fluent.conf', but instead expect descendant images to provide it
c5b6416 @arikkfir: added a Contributing section to the README

v2

22 Sep 15:38
Compare
Choose a tag to compare
v2

Changes in this release:

Commit Change
08e4260 @arikkfir: fixed tag to match all log entries

v1

22 Sep 15:32
Compare
Choose a tag to compare
v1

Changes in this release:

Commit Change
81a84a5 @arikkfir: initial import