mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
# Checklist for submitter - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [X] Added/updated automated tests - [X] Manual QA for all new/changed functionality ## Details This PR updates the Open Policy Agent (github.com/open-policy-agent/opa) to version 1.4.2, and does the necessary test updates to handle the indirect upgrade of Viper (which no longer supports YAML 1.1). Once this is done we can also [upgrade NFPM](https://github.com/fleetdm/fleet). I chose not to do that in this PR to keep it to one change at a time.
1 line
341 B
Text
1 line
341 B
Text
- Updated the Open Policy Agent (OPA) dependency to v1.4.2. **Warning**: this upgrade drops support for YAML 1.1 in configuration files. If you use the `-c` option to specify a configuration file when starting the Fleet server, you will need to update any `yes` or `on` values in the file to `true`, and any `no` or `off` values to `false`.
|