From 6fa46b9e3333b6d24397c5216744ab593ef8601f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:32:58 +0000 Subject: [PATCH] chore: release develop --- .release-please-manifest.json | 2 +- charts/gitops/Chart.yaml | 2 +- charts/gitops/charts/gitops/CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89f65f9..11c23a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "0.14.0", "gitops_server": "0.15.1", - "charts/gitops": "0.13.0" + "charts/gitops": "0.13.1" } diff --git a/charts/gitops/Chart.yaml b/charts/gitops/Chart.yaml index ac65216..60b1567 100644 --- a/charts/gitops/Chart.yaml +++ b/charts/gitops/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: GitOps Server Helm chart. name: gitops -version: 0.13.0 +version: 0.13.1 diff --git a/charts/gitops/charts/gitops/CHANGELOG.md b/charts/gitops/charts/gitops/CHANGELOG.md index f1178a4..ed714dd 100644 --- a/charts/gitops/charts/gitops/CHANGELOG.md +++ b/charts/gitops/charts/gitops/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/uptick/gitops/compare/helm-v0.13.0...helm-v0.13.1) (2024-12-06) + + +### Bug Fixes + +* add more memory to gitops ([3ca722f](https://github.com/uptick/gitops/commit/3ca722f1f1e03131979a4de66e17f23052a14c24)) + ## [0.13.0](https://github.com/uptick/gitops/compare/helm-v0.12.1...helm-v0.13.0) (2024-11-15)