Skip to content

Commit

Permalink
Add upgrade note for export-file-perm change
Browse files Browse the repository at this point in the history
A recent lumberjack update to v2.4.0 (718db2c) changed the behaviour of
export-file-perm flag in case the export file exists, but has different
permissions. Let's document this change in upgrade notes to prevent unpleasant
surprises.

Signed-off-by: Anna Kapuscinska <anna@isovalent.com>
  • Loading branch information
lambdanis committed Nov 5, 2024
1 parent 0dbf128 commit f5d2d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/upgrade-notes/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Read the upgrade notes carefully before upgrading Tetragon.
Depending on your setup, changes listed here might require a manual intervention.

* TBD
* Behavior of `export-file-perm` flag (and corresponding Helm value `tetragon.exportFilePerm`) changed. In case the export file exists, but has different permissions than specified in the option, Tetragon will change the file permissions on the next log rotation. In older versions, log rotation preserved permissions of the existing file. Before upgrading check if permissions of the existing export file match the option (600 by default), and set the agent flag or Helm value to the desired value if needed.

### Agent Options

Expand Down

0 comments on commit f5d2d86

Please sign in to comment.