Skip to content

chore(main): release 0.39.0-rc.3 #4870

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.39.0-rc.2",
"charts/gitops-server": "4.0.36"
".": "0.39.0-rc.3",
"charts/gitops-server": "4.1.0-rc.1"
}
90 changes: 90 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Mac / Linux
<!-- x-release-please-start-version -->

```console
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
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
sudo mv /tmp/gitops /usr/local/bin
gitops version
```
Expand Down
13 changes: 13 additions & 0 deletions charts/gitops-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [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-07)


### Features

* **helm:** New value to opt-out from cluster-wide view access to secrets ([a095ac3](https://github.com/weaveworks/weave-gitops/commit/a095ac36ff3c5a82214dbfb6ff53026f97682b96))


### Bug Fixes

* Add namespaces to helmchart ([#4598](https://github.com/weaveworks/weave-gitops/issues/4598)) ([ec71a7d](https://github.com/weaveworks/weave-gitops/commit/ec71a7dfbed87abc83cfe29e59e7bd84931ead0a))
19 changes: 2 additions & 17 deletions charts/gitops-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
apiVersion: v2
name: weave-gitops
description: Weave Gitops is a set of tools and services to aid your interactions with Flux
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.36
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.39.0-rc.2" # x-release-please-version
version: 4.1.0-rc.1
appVersion: v0.39.0-rc.2
Copy link
Contributor

@erikgb erikgb May 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not correct. It seems like release-please does not support monorepos including Helm. I'll try to find a workaround.

2 changes: 1 addition & 1 deletion charts/gitops-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
repository: ghcr.io/weaveworks/wego-app
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.39.0-rc.2" # x-release-please-version
tag: "v0.39.0-rc.3" # x-release-please-version
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaveworks/weave-gitops",
"version": "0.39.0-rc.2",
"version": "0.39.0-rc.3",
"description": "Weave GitOps core",
"targets": {
"default": {
Expand Down