Skip to content
Open
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,5 +1,5 @@
{
".": "1.5.1",
".": "1.5.2",
"gitops_server": "0.15.1",
"charts/gitops": "1.2.0"
"charts/gitops": "1.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.2](https://github.com/uptick/gitops/compare/gitops-v1.5.1...gitops-v1.5.2) (2025-12-15)


### Bug Fixes

* add OTEL environment variables to helm chart and addDEFAULT_LOGGING_CONFIG_DICT ([fd07319](https://github.com/uptick/gitops/commit/fd07319a2160af58647556ef7ee377f1212be71d))

## [1.5.1](https://github.com/uptick/gitops/compare/gitops-v1.5.0...gitops-v1.5.1) (2025-08-04)


Expand Down
7 changes: 7 additions & 0 deletions charts/gitops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/uptick/gitops/compare/helm-v1.2.0...helm-v1.2.1) (2025-12-15)


### Bug Fixes

* add OTEL environment variables to helm chart and addDEFAULT_LOGGING_CONFIG_DICT ([fd07319](https://github.com/uptick/gitops/commit/fd07319a2160af58647556ef7ee377f1212be71d))

## [1.2.0](https://github.com/uptick/gitops/compare/helm-v1.1.2...helm-v1.2.0) (2025-05-09)


Expand Down
2 changes: 1 addition & 1 deletion charts/gitops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: GitOps Server Helm chart.
name: gitops
version: 1.2.0
version: 1.2.1
2 changes: 1 addition & 1 deletion gitops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .utils.cli import success, warning

__version__ = "1.5.1"
__version__ = "1.5.2"


# Checking gitops version matches cluster repo version.
Expand Down
2 changes: 1 addition & 1 deletion gitops_server/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.1"
__version__ = "1.5.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "gitops"
version = "1.5.1"
version = "1.5.2"
description = "Manage multiple apps across one or more k8s clusters."
requires-python = ">=3.12"
readme = "README.md"
Expand Down