Skip to content

v1.0.0

Compare
Choose a tag to compare
@jsirianni jsirianni released this 28 May 00:55
38b46f1

v1.0.0 represents a major version increase. The only breaking change is that the repo is now a single module. Existing configurations and plugins will continue working. Projects that depend on Stanza should remove all go.mod entries that point to operators, and instead use a single entry:

v0.14.2 or older:

github.com/observiq/stanza v0.14.2
github.com/observiq/stanza/operator/builtin/input/k8sevent v0.1.2
github.com/observiq/stanza/operator/builtin/input/windows v0.1.3
github.com/observiq/stanza/operator/builtin/output/elastic v0.1.2
github.com/observiq/stanza/operator/builtin/output/googlecloud v0.1.3
github.com/observiq/stanza/operator/builtin/output/newrelic v0.1.2
github.com/observiq/stanza/operator/builtin/parser/syslog v0.1.5
github.com/observiq/stanza/operator/builtin/transformer/k8smetadata v0.1.2

v1.0.0 or newer:

github.com/observiq/stanza v1.0.0