Skip to content

Commit fd98340

Browse files
Merge pull request #142 from uptick/release-please--branches--develop
chore: release develop
2 parents f85ce08 + 1dc5fe3 commit fd98340

7 files changed

Lines changed: 36 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "1.5.1",
2+
".": "1.6.0",
33
"gitops_server": "0.15.1",
4-
"charts/gitops": "1.2.0"
4+
"charts/gitops": "1.2.1"
55
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/uptick/gitops/compare/gitops-v1.5.1...gitops-v1.6.0) (2026-05-06)
4+
5+
6+
### Features
7+
8+
* allow deploy alerts to go to a different channel ([78d9d1a](https://github.com/uptick/gitops/commit/78d9d1a9945933858dd3ef1a43c5a4042eb935a3))
9+
* **cli:** add --limit flag to cap number of apps per command ([f85ce08](https://github.com/uptick/gitops/commit/f85ce081cb2732578a5d2fd764295f7447b56b9f))
10+
* **cli:** add --limit flag to cap number of apps per command ([309ad2b](https://github.com/uptick/gitops/commit/309ad2bf3d45cbb73786f9285978fa00ac9d4605))
11+
* **cli:** add dedicated redeploy command ([69d35ef](https://github.com/uptick/gitops/commit/69d35ef0b8699348449bb786a684ee7df600dd21))
12+
* **deploy:** add subpath support for git-based helm charts ([4016ee0](https://github.com/uptick/gitops/commit/4016ee03424860ba72069b8be26309090c698dc9))
13+
14+
15+
### Bug Fixes
16+
17+
* add OTEL environment variables to helm chart and addDEFAULT_LOGGING_CONFIG_DICT ([fd07319](https://github.com/uptick/gitops/commit/fd07319a2160af58647556ef7ee377f1212be71d))
18+
* **cli:** run git commit in apps directory for all commands ([6f02e00](https://github.com/uptick/gitops/commit/6f02e00ed11f337dc89c7d7aa0ee3fcd2e7816e6))
19+
* **cli:** run git commit in apps directory for all commands ([c4b8b70](https://github.com/uptick/gitops/commit/c4b8b70f0681da31277152a060d818f370244e70))
20+
21+
22+
### Documentation
23+
24+
* add KMS encryption design for gitops ([bb46610](https://github.com/uptick/gitops/commit/bb466100e098f6747ee1f7675b8c4045c8ca0e8f))
25+
326
## [1.5.1](https://github.com/uptick/gitops/compare/gitops-v1.5.0...gitops-v1.5.1) (2025-08-04)
427

528

charts/gitops/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/uptick/gitops/compare/helm-v1.2.0...helm-v1.2.1) (2026-05-06)
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

charts/gitops/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: GitOps Server Helm chart.
44
name: gitops
5-
version: 1.2.0
5+
version: 1.2.1

gitops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from .utils.cli import success, warning
88

9-
__version__ = "1.5.1"
9+
__version__ = "1.6.0"
1010

1111

1212
# Checking gitops version matches cluster repo version.

gitops_server/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "gitops"
4-
version = "1.5.1"
4+
version = "1.6.0"
55
description = "Manage multiple apps across one or more k8s clusters."
66
requires-python = ">=3.12"
77
readme = "README.md"

0 commit comments

Comments
 (0)