Skip to content

Commit

Permalink
Port 4964 fix pagerduty default mapping (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Oct 17, 2023
1 parent 8b38e32 commit 944e4c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
properties:
status: .status
url: .html_url
oncall: .oncall_user[0].user.email
oncall: .__oncall_user[0].user.email
- kind: incidents
selector:
query: 'true'
Expand Down
7 changes: 7 additions & 0 deletions integrations/pagerduty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

# Port_Ocean 0.1.8 (2023-10-17)

### Bug Fixes

- Fixed default mapping for the oncall user (PORT-4964)


# Port_Ocean 0.1.7 (2023-09-27)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/pagerduty/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pagerduty"
version = "0.1.7"
version = "0.1.8"
description = "Pagerduty Integration"
authors = ["Port Team <[email protected]>"]

Expand Down

0 comments on commit 944e4c6

Please sign in to comment.