Skip to content

Commit e7921e7

Browse files
chore: release main
1 parent 363cdec commit e7921e7

File tree

5 files changed

+38
-4
lines changed

5 files changed

+38
-4
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"
44
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [0.39.0-rc.3](https://github.com/weaveworks/weave-gitops/compare/v0.39.0-rc.2...v0.39.0-rc.3) (2025-03-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Add ocirepositories to nsaccess rules ([bf9b879](https://github.com/weaveworks/weave-gitops/commit/bf9b8793dbc5254f8518c65343e4573a53ad4207))
9+
* Babel/parcel build warnings ([#4436](https://github.com/weaveworks/weave-gitops/issues/4436)) ([0ab6af4](https://github.com/weaveworks/weave-gitops/commit/0ab6af4ed55e5644409dda69b2425aff7ac906c8))
10+
* Broken image links for container images ([c565272](https://github.com/weaveworks/weave-gitops/commit/c5652720daeca74790da87b5cce5b84394f8477e))
11+
* Bump ts config target to ES2018 ([#4437](https://github.com/weaveworks/weave-gitops/issues/4437)) ([6fc2ebd](https://github.com/weaveworks/weave-gitops/commit/6fc2ebdde21c1e37b2df28c82e9b77018c111c54))
12+
* Call to logger with odd key/value params ([9a1b73b](https://github.com/weaveworks/weave-gitops/commit/9a1b73bc4886ec6a8c9b5d75b97922d904f6b049))
13+
* Clashing httptest ports ([#4553](https://github.com/weaveworks/weave-gitops/issues/4553)) ([fdb4c16](https://github.com/weaveworks/weave-gitops/commit/fdb4c1600678853dab80610589f92398f6c56d65))
14+
* Clean up inefficient resolutions ([87381e9](https://github.com/weaveworks/weave-gitops/commit/87381e9d1e12cb0682305f089bb2b758d6a449d3))
15+
* Clean up inefficient resolutions ([72af516](https://github.com/weaveworks/weave-gitops/commit/72af516bce0e72e942604ab79459b7232c9dffa5))
16+
* Correct automation branch ([#4555](https://github.com/weaveworks/weave-gitops/issues/4555)) ([48087dd](https://github.com/weaveworks/weave-gitops/commit/48087dd6eaa0277e35e14542a5912903b0118169))
17+
* Correct image automation git repository for podinfo ([#4538](https://github.com/weaveworks/weave-gitops/issues/4538)) ([18ee157](https://github.com/weaveworks/weave-gitops/commit/18ee1578ec7c4376578f2f0e16e7ac0659aa6968))
18+
* **deps:** Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 ([#4872](https://github.com/weaveworks/weave-gitops/issues/4872)) ([363cdec](https://github.com/weaveworks/weave-gitops/commit/363cdec0e9f82b41fbec4e4876547fb4c1023d10))
19+
* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 ([#4861](https://github.com/weaveworks/weave-gitops/issues/4861)) ([c791324](https://github.com/weaveworks/weave-gitops/commit/c791324246fa858811fff50e04c8a509c75a1bcc))
20+
* **deps:** Bump react-router from 7.3.0 to 7.4.0 ([#4865](https://github.com/weaveworks/weave-gitops/issues/4865)) ([699302b](https://github.com/weaveworks/weave-gitops/commit/699302b5960617b3ed3b99bf678f0d57ddc01897))
21+
* Release test snapshots ([#4369](https://github.com/weaveworks/weave-gitops/issues/4369)) ([56a9eec](https://github.com/weaveworks/weave-gitops/commit/56a9eecbda5208767f4efd9eb38a8617e69a0d51))

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](https://github.com/weaveworks/weave-gitops/compare/weave-gitops-v4.0.36...weave-gitops-v4.1.0) (2025-03-21)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 4.0.36
16+
version: 4.1.0
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

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)