File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.9.7 -alpine3.14
1+ FROM python:3.9.12 -alpine3.15
22
33RUN pip install pdpyras
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: step-type
22version : ' 1.0'
33metadata :
44 name : pagerduty-alert
5- version : 1.0.1
5+ version : 1.0.2
66 isPublic : true
77 description : Sends Alerts (Incidents or Change Events) to PagerDuty API
88 sources :
7373 },
7474 "ASSIGNEE_USER_ID": {
7575 "type": "string",
76- "description": "Required for incident type, PagerDuty User ID"
76+ "description": "Optional for incident type when an escalation policy is in place , PagerDuty User ID"
7777 },
7878 "FROM_EMAIL": {
7979 "type": "string",
@@ -102,7 +102,7 @@ spec:
102102 stepsTemplate : |-
103103 pagerduty-alert:
104104 name: pagerduty-alert
105- image: quay.io/codefreshplugins/pagerduty-alert:1.0.0
105+ image: quay.io/codefreshplugins/pagerduty-alert:1.0.2
106106 environment:
107107 [[ range $key, $val := .Arguments ]]
108108 - '[[ $key ]]=[[ $val ]]'
You can’t perform that action at this time.
0 commit comments