Skip to content

Commit b687600

Browse files
Merge pull request #121 from uptick/release-please--branches--develop
chore: release develop
2 parents f24c96f + 8d9d2ac commit b687600

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

charts/gitops/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

charts/gitops/Chart.yaml

+1-1
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.1.1
5+
version: 1.1.2

gitops/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from .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.

gitops_server/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "gitops"
4-
version = "1.1.1"
4+
version = "1.1.2"
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)