From db82f68453f80d1060eea149e2044c1efebe2ae2 Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 07:25:34 +0000 Subject: [PATCH] update task/generate-odcs-compose/0.2/MIGRATION.md --- task/generate-odcs-compose/0.2/MIGRATION.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 task/generate-odcs-compose/0.2/MIGRATION.md diff --git a/task/generate-odcs-compose/0.2/MIGRATION.md b/task/generate-odcs-compose/0.2/MIGRATION.md new file mode 100644 index 0000000000..fd8b448b50 --- /dev/null +++ b/task/generate-odcs-compose/0.2/MIGRATION.md @@ -0,0 +1,13 @@ +# Migration from 0.1 to 0.2 +The default values for `COMPOSE_INPUTS` and `COMPOSE_OUTPUTS` parameters was changed. + +## Action from users +If you were using the default value for those parameters, you should manually set them +to their previous defaults before upgrading in order to retain the same behavior. + +Consult the table below for the old and updated defaults: + +| Parameter Name | Old Default | New Default | +| --- | --- | --- | +| COMPOSE_INPUTS | compose_inputs.yaml | source/compose_inputs.yaml | +| COMPOSE_OUTPUTS | repos | fetched.repos.d |