@@ -68,7 +68,7 @@ the Brigade CLI later when we're ready to take Brigade for a test drive.
6868 ` ` ` shell
6969 $ helm install brigade \
7070 oci://ghcr.io/brigadecore/brigade \
71- --version v2.3.1 \
71+ --version v2.4.0 \
7272 --create-namespace \
7373 --namespace brigade \
7474 --wait \
@@ -109,7 +109,7 @@ environments:
109109** Linux**
110110
111111` ` ` shell
112- $ curl -Lo /usr/local/bin/brig https://github.com/brigadecore/brigade/releases/download/v2.3.1 /brig-linux-amd64
112+ $ curl -Lo /usr/local/bin/brig https://github.com/brigadecore/brigade/releases/download/v2.4.0 /brig-linux-amd64
113113$ chmod +x /usr/local/bin/brig
114114` ` `
115115
@@ -126,15 +126,15 @@ Alternatively, you can install manually by directly downloading a pre-built
126126binary:
127127
128128` ` ` shell
129- $ curl -Lo /usr/local/bin/brig https://github.com/brigadecore/brigade/releases/download/v2.3.1 /brig-darwin-amd64
129+ $ curl -Lo /usr/local/bin/brig https://github.com/brigadecore/brigade/releases/download/v2.4.0 /brig-darwin-amd64
130130$ chmod +x /usr/local/bin/brig
131131` ` `
132132
133133** Windows**
134134
135135` ` ` powershell
136136> mkdir -force $env :USERPROFILE\b in
137- > (New-Object Net.WebClient).DownloadFile(" https://github.com/brigadecore/brigade/releases/download/v2.3.1 /brig-windows-amd64.exe" , " $ENV :USERPROFILE\bin\brig.exe" )
137+ > (New-Object Net.WebClient).DownloadFile(" https://github.com/brigadecore/brigade/releases/download/v2.4.0 /brig-windows-amd64.exe" , " $ENV :USERPROFILE\bin\brig.exe" )
138138> $env :PATH+=" ;$env :USERPROFILE\bin"
139139` ` `
140140
@@ -268,7 +268,7 @@ Below is example output:
268268Created event " 2cb85062-f964-454d-ac5c-526cdbdd2679" .
269269
270270Waiting for event' s worker to be RUNNING...
271- 2021-08-10T16:52:01.699Z INFO: brigade-worker version: v2.3.1
271+ 2021-08-10T16:52:01.699Z INFO: brigade-worker version: v2.4.0
2722722021-08-10T16:52:01.701Z DEBUG: writing default brigade.ts to /var/vcs/.brigade/brigade.ts
2732732021-08-10T16:52:01.702Z DEBUG: using npm as the package manager
2742742021-08-10T16:52:01.702Z DEBUG: path /var/vcs/.brigade/node_modules/@brigadecore does not exist; creating it
@@ -327,7 +327,7 @@ using the following commands:
327327$ helm uninstall brigade -n brigade
328328$ helm install brigade \
329329 oci://ghcr.io/brigadecore/brigade \
330- --version v2.3.1 \
330+ --version v2.4.0 \
331331 --namespace brigade \
332332 --wait \
333333 --timeout 300s
0 commit comments