File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,16 @@ Weave GitOps Open Source provides:
67
67
68
68
Mac / Linux
69
69
70
+ <!-- x-release-please-start-version -->
71
+
70
72
``` console
71
- curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.38.0 /gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
73
+ curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.39.0-rc.2 /gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
72
74
sudo mv /tmp/gitops /usr/local/bin
73
75
gitops version
74
76
```
75
77
78
+ <!-- x-release-please-end -->
79
+
76
80
Alternatively, users can use Homebrew:
77
81
78
82
``` console
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ version: 4.0.36
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v0.38.0 "
21
+ appVersion : " v0.39.0-rc.2 " # x-release-please-version
Original file line number Diff line number Diff line change 10
10
repository : ghcr.io/weaveworks/wego-app
11
11
pullPolicy : IfNotPresent
12
12
# Overrides the image tag whose default is the chart appVersion.
13
- tag : " v0.38.0 "
13
+ tag : " v0.39.0-rc.2 " # x-release-please-version
14
14
imagePullSecrets : []
15
15
nameOverride : " "
16
16
fullnameOverride : " "
Original file line number Diff line number Diff line change 1
1
{
2
2
"always-update" : true ,
3
3
"draft" : true ,
4
+ "group-pull-request-title-pattern" : " chore(${branch}): release ${component} ${version}" ,
4
5
"packages" : {
5
6
"." : {
6
7
"bootstrap-sha" : " 76f25bbb1d20aa41a1f78920344f579af4f88e2d" ,
10
11
" doc" ,
11
12
" website"
12
13
],
14
+ "extra-files" : [
15
+ " charts/gitops-server/Chart.yaml" ,
16
+ " charts/gitops-server/values.yaml" ,
17
+ " README.md"
18
+ ],
13
19
"include-component-in-tag" : false ,
14
20
"prerelease" : true ,
15
21
"release-as" : " 0.39.0-rc.3" ,
16
22
"release-type" : " node"
17
23
},
18
24
"charts/gitops-server" : {
19
25
"bootstrap-sha" : " 693dafd494f1027c4bc740be9ffef98e21cdcfb6" ,
20
- "release-as" : " 4.1.0" ,
26
+ "release-as" : " 4.1.0-rc.1 " ,
21
27
"release-type" : " helm"
22
28
}
23
29
},
You can’t perform that action at this time.
0 commit comments