Skip to content

Commit

Permalink
Update changelog with database plugin bugfixes
Browse files Browse the repository at this point in the history
Fixes from GH-8240:
- fix inconsistent parameter names
- fix mysql so default static credential rotation statements are used
  • Loading branch information
pcman312 authored Feb 3, 2020
1 parent be05261 commit 80c3b52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ BUG FIXES:

* agent: Fix issue where TLS options are ignored for agent template feature [GH-7889]
* ui: Update headless Chrome flag to fix `yarn run test:oss` [GH-8035]
* secrets/database/mysql: Ensures default static credential rotation statements are used [GH-8240]
* secrets/database/mysql: Fix inconsistent query parameter names: {{name}} or {{username}} for
different queries. Now it allows for either for backwards compatibility [GH-8240]
* secrets/database/postgres: Fix inconsistent query parameter names: {{name}} or {{username}} for
different queries. Now it allows for either for backwards compatibility [GH-8240]


## 1.3.3 (Unreleased)

Expand Down

0 comments on commit 80c3b52

Please sign in to comment.