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.0.1 " ,
2+ "." : " 1.1.0 " ,
33 "gitops_server" : " 0.15.1" ,
4- "charts/gitops" : " 0.13.3 "
4+ "charts/gitops" : " 1.1.0 "
55}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/uptick/gitops/compare/cli-v1.0.1...cli-v1.1.0 ) (2025-01-23)
4+
5+
6+ ### Features
7+
8+ * bump to 1.1 please ([ 4ed8ed3] ( https://github.com/uptick/gitops/commit/4ed8ed38ae94103c559caed9054e8dcc2ddd7868 ) )
9+ * maybe we can just modify the release-please-manifest ([ e374d14] ( https://github.com/uptick/gitops/commit/e374d14982f073fb4f776295a6975ef0714d501e ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * bumping gitops_server ([ b6a1d19] ( https://github.com/uptick/gitops/commit/b6a1d194a5900db0eacb1650c799ead24e5be981 ) )
15+ * fix broken gitops server release process by merging with regular gitops cli release ([ 739ead0] ( https://github.com/uptick/gitops/commit/739ead04ac77d5d2798d4d243aee2d90cffeb645 ) )
16+ * trigger build ([ 7afa38f] ( https://github.com/uptick/gitops/commit/7afa38f2cda0260cee0d28224c20d02baa3461a1 ) )
17+ * trigger gitops build ([ 0345a3b] ( https://github.com/uptick/gitops/commit/0345a3be7db914ca6e6499c4b7aa737c13fd112c ) )
18+
19+
20+ ### Miscellaneous Chores
21+
22+ * trigger release for [ gitops_server] ([ 8ec041a] ( https://github.com/uptick/gitops/commit/8ec041a8f7d20916e84bce04d6e9669ec07829e7 ) )
23+ * trigger release for [ gitops_server] ([ 1389531] ( https://github.com/uptick/gitops/commit/13895316fb92b837e08c6b591cc420ec46a79ca3 ) )
24+
325## [ 1.0.1] ( https://github.com/uptick/gitops/compare/cli-v1.0.1...cli-v1.0.1 ) (2025-01-23)
426
527
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/uptick/gitops/compare/helm-v0.13.3...helm-v1.1.0 ) (2025-01-23)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * release 1.1.0 ([ 3873d12] ( https://github.com/uptick/gitops/commit/3873d12a3f1297151cf124cb66a7ca1f47496065 ) )
9+
310## [ 0.13.3] ( https://github.com/uptick/gitops/compare/helm-v0.13.2...helm-v0.13.3 ) (2024-12-06)
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 : 0.13.3
5+ version : 1.1.0
Original file line number Diff line number Diff line change 66
77from .utils .cli import success , warning
88
9- __version__ = "1.0.1 "
9+ __version__ = "1.1.0 "
1010
1111
1212# Checking gitops version matches cluster repo version.
Original file line number Diff line number Diff line change 1- __version__ = "0.15.1 "
1+ __version__ = "1.1.0 "
Original file line number Diff line number Diff line change 11
22[project ]
33name = " gitops"
4- version = " 1.0.1 "
4+ version = " 1.1.0 "
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