Skip to content

Commit 3dac085

Browse files
add params
1 parent 5e45f1c commit 3dac085

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.6
1+
0.27.0

pkg/codefresh/gitops.go

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ type (
103103
ParentApp string `json:"parentApp"`
104104
Namespace string `json:"namespace"`
105105
Server string `json:"server"`
106+
Context *string `json:"context"`
106107
}
107108

108109
EnvironmentActivity struct {
@@ -118,6 +119,7 @@ type (
118119
HistoryId int64 `json:"historyId"`
119120
Revision string `json:"revision, omitempty"`
120121
Resources interface{} `json:"resources"`
122+
Context *string `json:"context"`
121123
}
122124
)
123125

0 commit comments

Comments
 (0)