File tree Expand file tree Collapse file tree 5 files changed +894
-97
lines changed Expand file tree Collapse file tree 5 files changed +894
-97
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.0] ( https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.2.1...v3.0.0 ) (2022-12-13)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Update action to install our new go cli
9
+
10
+ ### Features
11
+
12
+ * Update action to install our new go cli ([ 5eb509a] ( https://github.com/OctopusDeploy/install-octopus-cli-action/commit/5eb509aa6f61be71716c9df9f62821b2f533b996 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * updated dependencies ([ 820f71c] ( https://github.com/OctopusDeploy/install-octopus-cli-action/commit/820f71c8fb1246d0c0b0575100700102c715b18b ) )
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * release 3.0.0 ([ #384 ] ( https://github.com/OctopusDeploy/install-octopus-cli-action/issues/384 ) ) ([ 3fcc9b1] ( https://github.com/OctopusDeploy/install-octopus-cli-action/commit/3fcc9b1cdb0067f02416b05b346783d412e65950 ) )
23
+
3
24
## [ 1.2.1] ( https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.3.0...v1.2.1 ) (2022-11-04)
4
25
5
26
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ To install the latest version (i.e. `*` or `latest`) of the Octopus CLI:
19
19
20
20
``` yml
21
21
- name : Install Octopus CLI 🐙
22
- uses : OctopusDeploy/install-octopus-cli-action@v1
22
+ uses : OctopusDeploy/install-octopus-cli-action@v3
23
23
with :
24
24
version : ' *'
25
25
` ` `
@@ -28,7 +28,7 @@ To install a specific version of the Octopus CLI:
28
28
29
29
` ` ` yml
30
30
- name : Install Octopus CLI 🐙
31
- uses : OctopusDeploy/install-octopus-cli-action@v1
31
+ uses : OctopusDeploy/install-octopus-cli-action@v3
32
32
with :
33
33
version : 9.0.0
34
34
` ` `
@@ -37,7 +37,7 @@ Here's an example of invoking the `list-deployments` command after installing th
37
37
38
38
` ` ` yml
39
39
- name: Install Octopus CLI 🐙
40
- uses: OctopusDeploy/install-octopus-cli-action@v1
40
+ uses: OctopusDeploy/install-octopus-cli-action@v3
41
41
with:
42
42
version: 9.0.0
43
43
- name: list-octopusdeploy-deployments
You can’t perform that action at this time.
0 commit comments