Skip to content

Commit

Permalink
feat!: use kind audit-log-to-restv2 in profile hybrid (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans authored May 23, 2024
1 parent 86da78e commit 94feb13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

- Allow to specify undefined tenant in order to log to provider account in multi-tenant scenarios

### Changed

- Use kind `audit-log-to-restv2` in profile `hybrid`

## Version 0.7.0 - 2024-05-15

### Added
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"[development]": {
"kind": "audit-log-to-console"
},
"[hybrid]": {
"kind": "audit-log-to-restv2"
},
"[production]": {
"kind": "audit-log-to-restv2"
}
Expand Down

0 comments on commit 94feb13

Please sign in to comment.