File tree 7 files changed +20
-6
lines changed
7 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.1.1 " ,
2
+ "." : " 1.1.2 " ,
3
3
"gitops_server" : " 0.15.1" ,
4
- "charts/gitops" : " 1.1.1 "
4
+ "charts/gitops" : " 1.1.2 "
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.1.1] ( https://github.com/uptick/gitops/compare/gitops-v1.1.0...gitops-v1.1.1 ) (2025-01-24)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.1.1] ( https://github.com/uptick/gitops/compare/helm-v1.1.0...helm-v1.1.1 ) (2025-01-24)
4
11
5
12
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
2
2
appVersion : " 1.0"
3
3
description : GitOps Server Helm chart.
4
4
name : gitops
5
- version : 1.1.1
5
+ version : 1.1.2
Original file line number Diff line number Diff line change 6
6
7
7
from .utils .cli import success , warning
8
8
9
- __version__ = "1.1.1 "
9
+ __version__ = "1.1.2 "
10
10
11
11
12
12
# 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 1
1
2
2
[project ]
3
3
name = " gitops"
4
- version = " 1.1.1 "
4
+ version = " 1.1.2 "
5
5
description = " Manage multiple apps across one or more k8s clusters."
6
6
requires-python = " >=3.12"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments