Skip to content

Commit fada684

Browse files
upgrade: add info about release info changes (fluent#1580)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent c6e13aa commit fada684

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: installation/upgrade-notes.md

+15
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ will appear after a tag and its associated release note. This lets users to expe
1515
the new release binary to appear and allow/deny/update it as appropriate in their
1616
infrastructure.
1717

18+
## Fluent Bit v3.2.8
19+
20+
Apt repos have their `Origin` and `Label` set to`packages.fluentbit.io` and `fluent-bit` respectively.
21+
This was done via <https://github.com/fluent/fluent-bit/pull/9949>.
22+
Previously both values were set to `. <CODENAME>`, e.g. `. Jammy`.
23+
24+
For existing repos, doing an `apt-get` update will flag this change so the settings may need updating:
25+
26+
```shell
27+
Repository 'https://packages.fluentbit.io/ubuntu/jammy jammy InRelease' changed its 'Origin' value from '. jammy' to 'packages.fluentbit.io'
28+
Repository 'https://packages.fluentbit.io/ubuntu/jammy jammy InRelease' changed its 'Label' value from '. jammy' to 'fluent-bit'
29+
```
30+
31+
You may need to allow the updated information to be added, e.g. via `sudo apt-get update --allow-releaseinfo-change` or by modifying the repository configuration directly.
32+
1833
## Fluent Bit v1.9.9
1934

2035
The `td-agent-bit` package is no longer provided after this release.

0 commit comments

Comments
 (0)