We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e45f1c commit 3dac085Copy full SHA for 3dac085
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