We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78b2962 + 3dac085 commit 1e3ce21Copy full SHA for 1e3ce21
VERSION
@@ -1 +1 @@
1
-0.26.6
+0.27.0
pkg/codefresh/gitops.go
@@ -103,6 +103,7 @@ type (
103
ParentApp string `json:"parentApp"`
104
Namespace string `json:"namespace"`
105
Server string `json:"server"`
106
+ Context *string `json:"context"`
107
}
108
109
EnvironmentActivity struct {
@@ -118,6 +119,7 @@ type (
118
119
HistoryId int64 `json:"historyId"`
120
Revision string `json:"revision, omitempty"`
121
Resources interface{} `json:"resources"`
122
123
124
)
125
0 commit comments