Skip to content

Commit

Permalink
Modify changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
varshaprasad96 committed Jul 20, 2020
1 parent d9f5e0a commit 60c9ca2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions changelog/fragments/replace-max-workers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
entries:
- description: >
Add "--max-concurrent-reconciles" flag to helm binary.
kind: "addition"
**(Valid only for Ansible/Helm-based Operators)**. The flag `--max-workers` is no longer supported.
Use `--max-concurrent-reconciles` instead.
kind: "removal"
breaking: true
migration:
header: Flag `max-workers` is no longer supported.
body: |
The flag `max-workers` is no longer supported with ansible/helm binaries. It has been
renamed to to `--max-concurrent-reconciles`.

0 comments on commit 60c9ca2

Please sign in to comment.