Skip to content

Commit 4f23d78

Browse files
bump
1 parent 0b79ede commit 4f23d78

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.1
1+
0.27.0

pkg/codefresh/gitops.go

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ type (
9898
SyncPolicy SyncPolicy `json:"syncPolicy"`
9999
Date string `json:"date"`
100100
ParentApp string `json:"parentApp"`
101+
Context *string `json:"context"`
101102
}
102103

103104
EnvironmentActivity struct {
@@ -113,6 +114,7 @@ type (
113114
HistoryId int64 `json:"historyId"`
114115
Revision string `json:"revision, omitempty"`
115116
Resources interface{} `json:"resources"`
117+
Context *string `json:"context"`
116118
}
117119
)
118120

0 commit comments

Comments
 (0)