Skip to content

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

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
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.39.0-rc.2",
".": "0.39.0-rc.3",
"charts/gitops-server": "4.0.36"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.39.0-rc.3](https://github.com/weaveworks/weave-gitops/compare/v0.39.0-rc.2...v0.39.0-rc.3) (2025-03-19)


### Bug Fixes

* Add ocirepositories to nsaccess rules ([bf9b879](https://github.com/weaveworks/weave-gitops/commit/bf9b8793dbc5254f8518c65343e4573a53ad4207))
* Babel/parcel build warnings ([#4436](https://github.com/weaveworks/weave-gitops/issues/4436)) ([0ab6af4](https://github.com/weaveworks/weave-gitops/commit/0ab6af4ed55e5644409dda69b2425aff7ac906c8))
* Broken image links for container images ([c565272](https://github.com/weaveworks/weave-gitops/commit/c5652720daeca74790da87b5cce5b84394f8477e))
* Bump ts config target to ES2018 ([#4437](https://github.com/weaveworks/weave-gitops/issues/4437)) ([6fc2ebd](https://github.com/weaveworks/weave-gitops/commit/6fc2ebdde21c1e37b2df28c82e9b77018c111c54))
* Call to logger with odd key/value params ([9a1b73b](https://github.com/weaveworks/weave-gitops/commit/9a1b73bc4886ec6a8c9b5d75b97922d904f6b049))
* Clashing httptest ports ([#4553](https://github.com/weaveworks/weave-gitops/issues/4553)) ([fdb4c16](https://github.com/weaveworks/weave-gitops/commit/fdb4c1600678853dab80610589f92398f6c56d65))
* Clean up inefficient resolutions ([87381e9](https://github.com/weaveworks/weave-gitops/commit/87381e9d1e12cb0682305f089bb2b758d6a449d3))
* Clean up inefficient resolutions ([72af516](https://github.com/weaveworks/weave-gitops/commit/72af516bce0e72e942604ab79459b7232c9dffa5))
* Correct automation branch ([#4555](https://github.com/weaveworks/weave-gitops/issues/4555)) ([48087dd](https://github.com/weaveworks/weave-gitops/commit/48087dd6eaa0277e35e14542a5912903b0118169))
* 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))
* **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))
* **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))
* Release test snapshots ([#4369](https://github.com/weaveworks/weave-gitops/issues/4369)) ([56a9eec](https://github.com/weaveworks/weave-gitops/commit/56a9eecbda5208767f4efd9eb38a8617e69a0d51))
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