We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e128f commit 78b2962Copy full SHA for 78b2962
VERSION
@@ -1 +1 @@
1
-0.26.5
+0.26.6
pkg/codefresh/gitops.go
@@ -101,6 +101,8 @@ type (
101
SyncPolicy SyncPolicy `json:"syncPolicy"`
102
Date string `json:"date"`
103
ParentApp string `json:"parentApp"`
104
+ Namespace string `json:"namespace"`
105
+ Server string `json:"server"`
106
}
107
108
EnvironmentActivity struct {
0 commit comments