We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b79ede commit 4f23d78Copy full SHA for 4f23d78
VERSION
@@ -1 +1 @@
1
-0.26.1
+0.27.0
pkg/codefresh/gitops.go
@@ -98,6 +98,7 @@ type (
98
SyncPolicy SyncPolicy `json:"syncPolicy"`
99
Date string `json:"date"`
100
ParentApp string `json:"parentApp"`
101
+ Context *string `json:"context"`
102
}
103
104
EnvironmentActivity struct {
@@ -113,6 +114,7 @@ type (
113
114
HistoryId int64 `json:"historyId"`
115
Revision string `json:"revision, omitempty"`
116
Resources interface{} `json:"resources"`
117
118
119
)
120
0 commit comments