File tree Expand file tree Collapse file tree 7 files changed +20
-6
lines changed Expand file tree Collapse file tree 7 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.1 " ,
2+ "." : " 1.1.2 " ,
33 "gitops_server" : " 0.15.1" ,
4- "charts/gitops" : " 1.1.1 "
4+ "charts/gitops" : " 1.1.2 "
55}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/uptick/gitops/compare/gitops-v1.1.1...gitops-v1.1.2 ) (2025-02-14)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** helm:** if a roll back is required; rollback before upgrading ([ 762cdb3] ( https://github.com/uptick/gitops/commit/762cdb388162c6b8645ec01f0d1c94c20d948b9f ) )
9+
310## [ 1.1.1] ( https://github.com/uptick/gitops/compare/gitops-v1.1.0...gitops-v1.1.1 ) (2025-01-24)
411
512
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/uptick/gitops/compare/helm-v1.1.1...helm-v1.1.2 ) (2025-02-14)
4+
5+
6+ ### Bug Fixes
7+
8+ * remove gitops resource limits ([ fcd9680] ( https://github.com/uptick/gitops/commit/fcd9680f6e94e5cb7a286c269aeaa1626c95a181 ) )
9+
310## [ 1.1.1] ( https://github.com/uptick/gitops/compare/helm-v1.1.0...helm-v1.1.1 ) (2025-01-24)
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.1.1
5+ version : 1.1.2
Original file line number Diff line number Diff line change 66
77from .utils .cli import success , warning
88
9- __version__ = "1.1.1 "
9+ __version__ = "1.1.2 "
1010
1111
1212# Checking gitops version matches cluster repo version.
Original file line number Diff line number Diff line change 1- __version__ = "1.1.1 "
1+ __version__ = "1.1.2 "
Original file line number Diff line number Diff line change 11
22[project ]
33name = " gitops"
4- version = " 1.1.1 "
4+ version = " 1.1.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