Skip to content

Commit 0261f17

Browse files
mheapgithub-actions[bot]
authored andcommitted
Sync Deck Releases
1 parent b1e51a0 commit 0261f17

9 files changed

Lines changed: 33 additions & 21 deletions

File tree

app/_data/tools/deck.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: deck
22

33
releases:
4+
- release: "1.61"
5+
version: "1.61.0"
6+
latest: true
7+
released: 2026-05-21
48
- release: "1.60"
59
version: "1.60.0"
6-
latest: true
710
released: 2026-05-08
811
- release: "1.59"
912
version: "1.59.1"
@@ -28,7 +31,4 @@ releases:
2831
released: 2025-11-17
2932
- release: "1.52"
3033
version: "1.52.1"
31-
released: 2025-10-29
32-
- release: "1.51"
33-
version: "1.51.1"
34-
released: 2025-09-23
34+
released: 2025-10-29

app/_includes/deck/help/file/convert.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ Usage:
33
deck file convert [flags]
44
55
Flags:
6-
--format string output file format: json or yaml. (default "yaml")
7-
--from string format of the source file, allowed formats: [kong-gateway kong-gateway-2.x 2.8 3.4 3.10]
8-
-h, --help help for convert
9-
--input-file - configuration file to be converted. Use - to read from stdin. (default "-")
10-
--no-expand-env-vars do not expand {% raw %}${{ env "DECK_VAR_NAME" }}{% endraw %} placeholders in the output.
11-
-o, --output-file - file to write configuration to after conversion. Use - to write to stdout. (default "-")
12-
--to string desired format of the output, allowed formats: [konnect kong-gateway-3.x 3.4 3.10 3.14]
13-
--yes yes assume yes to prompts and run non-interactively.
6+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
7+
--format string output file format: json or yaml. (default "yaml")
8+
--from string format of the source file, allowed formats: [kong-gateway kong-gateway-2.x 2.8 3.4 3.10]
9+
-h, --help help for convert
10+
--input-file - configuration file to be converted. Use - to read from stdin. (default "-")
11+
--no-expand-env-vars do not expand {% raw %}${{ env "DECK_VAR_NAME" }}{% endraw %} placeholders in the output.
12+
-o, --output-file - file to write configuration to after conversion. Use - to write to stdout. (default "-")
13+
--to string desired format of the output, allowed formats: [konnect kong-gateway-3.x 3.4 3.10 3.14]
14+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
15+
--yes yes assume yes to prompts and run non-interactively.
1416
1517
```

app/_includes/deck/help/file/render.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ Usage:
33
deck file render [flags]
44
55
Flags:
6-
--format string output file format: json or yaml. (default "yaml")
7-
-h, --help help for render
8-
-o, --output-file - file to which to write Kong's configuration.Use - to write to stdout. (default "-")
9-
--populate-env-vars Populate 'DECK_' environment variables in the output file. The default behavior
10-
is to mock environment variable values.
6+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
7+
--format string output file format: json or yaml. (default "yaml")
8+
-h, --help help for render
9+
-o, --output-file - file to which to write Kong's configuration.Use - to write to stdout. (default "-")
10+
--populate-env-vars Populate 'DECK_' environment variables in the output file. The default behavior
11+
is to mock environment variable values.
12+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
1113
1214
```

app/_includes/deck/help/file/validate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Usage:
33
deck file validate [flags] [kong-state-files...]
44
55
Flags:
6+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
67
-h, --help help for validate
78
--konnect-compatibility validate that the state file(s) are ready to be deployed to Konnect
89
--online-entities-list strings indicate the list of entities that should be validated online validation.
910
--parallelism int Maximum number of concurrent requests to Kong. (default 10)
1011
--rbac-resources-only indicate that the state file(s) contains RBAC resources only (Kong Enterprise only).
12+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
1113
-w, --workspace string validate configuration of a specific workspace (Kong Enterprise only).
1214
This takes precedence over _workspace fields in state files.
1315

app/_includes/deck/help/gateway/apply.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Flags:
66
--db-update-propagation-delay db_update_propagation artificial delay (in seconds) that is injected between insert operations
77
for related entities (usually for Cassandra deployments).
88
See db_update_propagation in kong.conf.
9+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
910
-h, --help help for apply
1011
--json-output generate command execution report in a JSON format
1112
--parallelism int Maximum number of concurrent operations. (default 10)
1213
--silence-events disable printing events to stdout
1314
--skip-hash-for-basic-auth do not sync hash for basic auth credentials.
1415
This flag is only valid with Konnect.
16+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
1517
-w, --workspace string Apply configuration to a specific workspace (Kong Enterprise only).
1618
This takes precedence over _workspace fields in state files.
1719

app/_includes/deck/help/gateway/diff.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Flags:
66
--consumer-group-policy-overrides allow deck to diff consumer-group policy overrides.
77
This allows policy overrides to work with Kong GW versions >= 3.4
88
Warning: do not mix with consumer-group scoped plugins
9+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
910
-h, --help help for diff
1011
--json-output generate command execution report in a JSON format
1112
--no-mask-deck-env-vars-value do not mask DECK_ environment variable values at diff output.
@@ -23,7 +24,7 @@ Flags:
2324
If set to true, deck skips listing consumers with consumer-groups,
2425
thus gaining some performance with large configs.
2526
Usage of this flag without apt select-tags and default-lookup-tags can be problematic.
26-
This flag is not valid with Konnect.
27+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
2728
-w, --workspace string Diff configuration with a specific workspace (Kong Enterprise only).
2829
This takes precedence over _workspace fields in state files.
2930
--yes yes assume yes to prompts and run non-interactively.

app/_includes/deck/help/gateway/dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Flags:
1919
--skip-consumers skip exporting consumers, consumer-groups and any plugins associated with them.
2020
--skip-consumers-with-consumer-groups do not show the association between consumer and consumer-group.
2121
If set to true, deck skips listing consumers with consumer-groups,
22-
thus gaining some performance with large configs. This flag is not valid with Konnect.
22+
thus gaining some performance with large configs.
2323
--skip-defaults skip exporting default values.
2424
--with-id write ID of all entities in the output
2525
-w, --workspace string dump configuration of a specific Workspace(Kong Enterprise only).

app/_includes/deck/help/gateway/sync.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Flags:
99
--db-update-propagation-delay db_update_propagation artificial delay (in seconds) that is injected between insert operations
1010
for related entities (usually for Cassandra deployments).
1111
See db_update_propagation in kong.conf.
12+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
1213
-h, --help help for sync
1314
--json-output generate command execution report in a JSON format
1415
--no-mask-deck-env-vars-value do not mask DECK_ environment variable values at diff output.
@@ -24,9 +25,9 @@ Flags:
2425
If set to true, deck skips listing consumers with consumer-groups,
2526
thus gaining some performance with large configs.
2627
Usage of this flag without apt select-tags and default-lookup-tags can be problematic.
27-
This flag is not valid with Konnect.
2828
--skip-hash-for-basic-auth do not sync hash for basic auth credentials.
2929
This flag is only valid with Konnect.
30+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
3031
-w, --workspace string Sync configuration to a specific workspace (Kong Enterprise only).
3132
This takes precedence over _workspace fields in state files.
3233
--yes yes assume yes to prompts and run non-interactively.

app/_includes/deck/help/gateway/validate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Usage:
33
deck gateway validate [flags] [kong-state-files...]
44
55
Flags:
6+
-W, --errors-as-warnings string Treat the given comma-separated diagnostic codes as warnings.
67
-h, --help help for validate
78
--konnect-compatibility validate that the state file(s) are ready to be deployed to Konnect
89
--online-entities-list strings indicate the list of entities that should be validated online validation.
910
--parallelism int Maximum number of concurrent requests to Kong. (default 10)
1011
--rbac-resources-only indicate that the state file(s) contains RBAC resources only (Kong Enterprise only).
12+
-E, --warnings-as-errors string Treat the given comma-separated diagnostic codes as errors.
1113
-w, --workspace string validate configuration of a specific workspace (Kong Enterprise only).
1214
This takes precedence over _workspace fields in state files.
1315

0 commit comments

Comments
 (0)