Skip to content

Commit 882a9a7

Browse files
committed
Drop 2026.2.10450 from version requirement; FD-135 ships on the 2025.4 line as 2025.4.10680.
1 parent 58c65be commit 882a9a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/docs/octopus-rest-api/cli/octopus-release-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Flags:
3030
If the package ID or step name contains a colon, slash, or equals sign (such as Maven coordinates
3131
like com.example:my-artifact), escape that character with a backslash:
3232
--package "com.example\:my-artifact:1.0".
33-
Requires Octopus CLI 2.21.2 or later and Octopus Server 2025.4.10680 or 2026.2.10450 or later.
33+
Requires Octopus CLI 2.21.2 or later and Octopus Server 2025.4.10680 or later.
3434
You may specify this multiple times
3535
--git-resource stringArray Git reference for a specific Git resource.
3636
Format as {step}:{git-ref}, {step}:{git-resource-name}:{git-ref}

src/pages/docs/octopus-rest-api/cli/octopus-runbook-run.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Flags:
3737
If the package ID or step name contains a colon, slash, or equals sign (such as Maven
3838
coordinates like com.example:my-artifact), escape that character with a backslash:
3939
--package "com.example\:my-artifact:1.0".
40-
Requires Octopus CLI 2.21.2 or later and Octopus Server 2025.4.10680 or 2026.2.10450 or later.
40+
Requires Octopus CLI 2.21.2 or later and Octopus Server 2025.4.10680 or later.
4141
You may specify this multiple times.
4242
Only relevant for config-as-code projects where runbooks are stored in Git.
4343
--git-resource stringArray Git reference for a specific Git resource.

src/pages/docs/octopus-rest-api/cli/octopus-runbook-snapshot-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Flags:
2828
If the package ID or step name contains a colon, slash, or equals sign (such as Maven
2929
coordinates like com.example:my-artifact), escape that character with a backslash:
3030
--package "com.example\:my-artifact:1.0".
31-
Requires Octopus CLI 2.21.2 or later and Octopus Server 2025.4.10680 or 2026.2.10450 or later.
31+
Requires Octopus CLI 2.21.2 or later and Octopus Server 2025.4.10680 or later.
3232
You may specify this multiple times
3333
--package-version string Default version to use for all packages. Only relevant for config-as-code projects where runbooks are stored in Git.
3434
-p, --project string Name or ID of the project where the runbook is

0 commit comments

Comments
 (0)