Skip to content

Commit 64e9fbd

Browse files
chore(main): release 0.39.0-rc.3
1 parent 294ed09 commit 64e9fbd

File tree

7 files changed

+108
-22
lines changed

7 files changed

+108
-22
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
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"
44
}

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Mac / Linux
7070
<!-- x-release-please-start-version -->
7171

7272
```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
7474
sudo mv /tmp/gitops /usr/local/bin
7575
gitops version
7676
```

charts/gitops-server/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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))

charts/gitops-server/Chart.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
apiVersion: v2
22
name: weave-gitops
33
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.
124
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

charts/gitops-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
repository: ghcr.io/weaveworks/wego-app
1111
pullPolicy: IfNotPresent
1212
# 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
1414
imagePullSecrets: []
1515
nameOverride: ""
1616
fullnameOverride: ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weaveworks/weave-gitops",
3-
"version": "0.39.0-rc.2",
3+
"version": "0.39.0-rc.3",
44
"description": "Weave GitOps core",
55
"targets": {
66
"default": {

0 commit comments

Comments
 (0)