File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.5.1 " ,
2+ "." : " 1.5.2 " ,
33 "gitops_server" : " 0.15.1" ,
4- "charts/gitops" : " 1.2.0 "
4+ "charts/gitops" : " 1.2.1 "
55}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.5.2] ( https://github.com/uptick/gitops/compare/gitops-v1.5.1...gitops-v1.5.2 ) (2026-02-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * add OTEL environment variables to helm chart and addDEFAULT_LOGGING_CONFIG_DICT ([ fd07319] ( https://github.com/uptick/gitops/commit/fd07319a2160af58647556ef7ee377f1212be71d ) )
9+
310## [ 1.5.1] ( https://github.com/uptick/gitops/compare/gitops-v1.5.0...gitops-v1.5.1 ) (2025-08-04)
411
512
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.1] ( https://github.com/uptick/gitops/compare/helm-v1.2.0...helm-v1.2.1 ) (2026-02-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * add OTEL environment variables to helm chart and addDEFAULT_LOGGING_CONFIG_DICT ([ fd07319] ( https://github.com/uptick/gitops/commit/fd07319a2160af58647556ef7ee377f1212be71d ) )
9+
310## [ 1.2.0] ( https://github.com/uptick/gitops/compare/helm-v1.1.2...helm-v1.2.0 ) (2025-05-09)
411
512
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22appVersion : " 1.0"
33description : GitOps Server Helm chart.
44name : gitops
5- version : 1.2.0
5+ version : 1.2.1
Original file line number Diff line number Diff line change 66
77from .utils .cli import success , warning
88
9- __version__ = "1.5.1 "
9+ __version__ = "1.5.2 "
1010
1111
1212# Checking gitops version matches cluster repo version.
Original file line number Diff line number Diff line change 1- __version__ = "1.5.1 "
1+ __version__ = "1.5.2 "
Original file line number Diff line number Diff line change 11
22[project ]
33name = " gitops"
4- version = " 1.5.1 "
4+ version = " 1.5.2 "
55description = " Manage multiple apps across one or more k8s clusters."
66requires-python = " >=3.12"
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments