Skip to content

Commit 9ff2f90

Browse files
author
Antonis Kalipetis
authored
Merge pull request #296 from platformsh/cli-next
Bump legacy CLI version to v4.30.0
2 parents 905e1c4 + 069df8a commit 9ff2f90

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHP_VERSION = 8.2.30
2-
LEGACY_CLI_VERSION = 4.29.0
2+
LEGACY_CLI_VERSION = 4.30.0
33

44
GORELEASER_ID ?= upsun
55

pkg/mockapi/model.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,12 @@ type Activity struct {
293293
}
294294

295295
type Variable struct {
296-
Name string `json:"name"`
297-
Value string `json:"value,omitempty"`
298-
IsSensitive bool `json:"is_sensitive"`
299-
VisibleBuild bool `json:"visible_build"`
300-
VisibleRuntime bool `json:"visible_runtime"`
296+
Name string `json:"name"`
297+
Value string `json:"value,omitempty"`
298+
IsSensitive bool `json:"is_sensitive"`
299+
VisibleBuild bool `json:"visible_build"`
300+
VisibleRuntime bool `json:"visible_runtime"`
301+
ApplicationScope []string `json:"application_scope,omitempty"`
301302

302303
CreatedAt time.Time `json:"created_at"`
303304
UpdatedAt time.Time `json:"updated_at"`

0 commit comments

Comments
 (0)