Skip to content

Commit

Permalink
upgrade: notes on release notes process (#930)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>

Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Oct 18, 2022
1 parent 8d84599 commit 3fe2b8a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions installation/upgrade-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ The following article cover the relevant notes for users upgrading from previous

For more details about changes on each release please refer to the [Official Release Notes](https://fluentbit.io/announcements/).

Note: release notes will be prepared in advance of a Git tag for a release so an official release should provide both a tag and a release note together to allow users to verify and understand the release contents.

The tag drives the overall binary release process so release binaries (containers/packages) will appear after a tag and its associated release note.
This allows users to expect the new release binary to appear and allow/deny/update it as appropriate in their infrastructure.

## Fluent Bit v1.6

If you are migrating from previous version of Fluent Bit please review the following important changes:

#### Tail Input Plugin
### Tail Input Plugin

Now by default the plugin follows a file from the end once the service starts \(old behavior was always read from the beginning\). For every file found at start, its followed from it last position, for new files discovered at runtime or rotated, they are read from the beginning.

Expand Down Expand Up @@ -133,4 +138,3 @@ This behavior switch in Tail input plugin affects how Filter Kubernetes operates
```

So the proper for _Kube\_Tag\_Prefix_ value must be composed by Tag prefix set in Tail input plugin plus the converted monitored directory replacing slashes with dots.

0 comments on commit 3fe2b8a

Please sign in to comment.