File tree Expand file tree Collapse file tree 7 files changed +107
-22
lines changed Expand file tree Collapse file tree 7 files changed +107
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.39.0-rc.2 " ,
3
- "charts/gitops-server" : " 4.0.36 "
2
+ "." : " 0.39.0-rc.3 " ,
3
+ "charts/gitops-server" : " 4.1.0-rc.1 "
4
4
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Mac / Linux
70
70
<!-- x-release-please-start-version -->
71
71
72
72
``` console
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
73
+ curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.39.0-rc.3 /gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
74
74
sudo mv /tmp/gitops /usr/local/bin
75
75
gitops version
76
76
```
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 4.1.0-rc.1] ( https://github.com/weaveworks/weave-gitops/compare/weave-gitops-v4.0.36...weave-gitops-v4.1.0-rc.1 ) (2025-06-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** helm:** New value to opt-out from cluster-wide view access to secrets ([ a095ac3] ( https://github.com/weaveworks/weave-gitops/commit/a095ac36ff3c5a82214dbfb6ff53026f97682b96 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Add namespaces to helmchart ([ #4598 ] ( https://github.com/weaveworks/weave-gitops/issues/4598 ) ) ([ ec71a7d] ( https://github.com/weaveworks/weave-gitops/commit/ec71a7dfbed87abc83cfe29e59e7bd84931ead0a ) )
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : weave-gitops
3
3
description : Weave Gitops is a set of tools and services to aid your interactions with Flux
4
- # A chart can be either an 'application' or a 'library' chart.
5
- #
6
- # Application charts are a collection of templates that can be packaged into versioned archives
7
- # to be deployed.
8
- #
9
- # Library charts provide useful utilities or functions for the chart developer. They're included as
10
- # a dependency of application charts to inject those utilities and functions into the rendering
11
- # pipeline. Library charts do not define any templates and therefore cannot be deployed.
12
4
type : application
13
- # This is the chart version. This version number should be incremented each time you make changes
14
- # to the chart and its templates, including the app version.
15
- # Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 4.0.36
17
- # This is the version number of the application being deployed. This version number should be
18
- # incremented each time you make changes to the application. Versions are not expected to
19
- # follow Semantic Versioning. They should reflect the version the application is using.
20
- # It is recommended to use it with quotes.
21
- appVersion : " v0.39.0-rc.2" # x-release-please-version
5
+ version : 4.1.0-rc.1
6
+ appVersion : v0.39.0-rc.2
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.39.0-rc.2 " # x-release-please-version
13
+ tag : " v0.39.0-rc.3 " # 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
"name" : " @weaveworks/weave-gitops" ,
3
- "version" : " 0.39.0-rc.2 " ,
3
+ "version" : " 0.39.0-rc.3 " ,
4
4
"description" : " Weave GitOps core" ,
5
5
"targets" : {
6
6
"default" : {
You can’t perform that action at this time.
0 commit comments