Skip to content

Commit 1e3ce21

Browse files
Merge pull request #21 from codefresh-io/CR-5460
bump
2 parents 78b2962 + 3dac085 commit 1e3ce21

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)