From 91d7abd385dc9bf750c8d1487069b7fe2723a64f Mon Sep 17 00:00:00 2001 From: Venkat Ramaraju Date: Wed, 12 Aug 2020 10:42:11 -0700 Subject: [PATCH 1/3] Added fragments file --- changelog/fragments/rescue-reconciliation.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/fragments/rescue-reconciliation.yaml diff --git a/changelog/fragments/rescue-reconciliation.yaml b/changelog/fragments/rescue-reconciliation.yaml new file mode 100644 index 0000000000..e88ed05603 --- /dev/null +++ b/changelog/fragments/rescue-reconciliation.yaml @@ -0,0 +1,8 @@ +entries: + - description: > + Added checks for rescued tasks during reconciliation + to avoid adding rescued tasks to the list of failures. + + kind: "addition" + + breaking: false From b4ce0cb036e9a43bb78e57d912108bdb724cfdd2 Mon Sep 17 00:00:00 2001 From: Venkat Ramaraju Date: Wed, 12 Aug 2020 11:39:28 -0700 Subject: [PATCH 2/3] Fragment file --- changelog/fragments/rescue-reconciliation.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/fragments/rescue-reconciliation.yaml b/changelog/fragments/rescue-reconciliation.yaml index e88ed05603..bb45954612 100644 --- a/changelog/fragments/rescue-reconciliation.yaml +++ b/changelog/fragments/rescue-reconciliation.yaml @@ -1,8 +1,8 @@ entries: - description: > - Added checks for rescued tasks during reconciliation - to avoid adding rescued tasks to the list of failures. + Stop reconciling tasks when the event raised is a rescue in Ansible-based Operators. + More info: [Bugzilla 1856714](https://bugzilla.redhat.com/show_bug.cgi?id=1856714) - kind: "addition" + kind: "bugfix" - breaking: false + breaking: false \ No newline at end of file From 7269720cd65266e77a320e908f4958f9a13fe32f Mon Sep 17 00:00:00 2001 From: Venkat Ramaraju Date: Wed, 12 Aug 2020 12:02:46 -0700 Subject: [PATCH 3/3] Changes --- changelog/fragments/rescue-reconciliation.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/fragments/rescue-reconciliation.yaml b/changelog/fragments/rescue-reconciliation.yaml index bb45954612..0424f7a867 100644 --- a/changelog/fragments/rescue-reconciliation.yaml +++ b/changelog/fragments/rescue-reconciliation.yaml @@ -1,8 +1,9 @@ entries: - description: > - Stop reconciling tasks when the event raised is a rescue in Ansible-based Operators. + Stop reconciling tasks when the event raised is a rescue in Ansible-based Operators. More info: [Bugzilla 1856714](https://bugzilla.redhat.com/show_bug.cgi?id=1856714) kind: "bugfix" - breaking: false \ No newline at end of file + breaking: false + pull_request_override: 3650