Skip to content

Commit 23acf8b

Browse files
Merge pull request #126 from uptick/release-please--branches--develop
chore: release develop
2 parents fe30949 + dc61efd commit 23acf8b

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "1.2.0",
2+
".": "1.3.0",
33
"gitops_server": "0.15.1",
44
"charts/gitops": "1.1.2"
55
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/uptick/gitops/compare/gitops-v1.2.0...gitops-v1.3.0) (2025-03-25)
4+
5+
6+
### Features
7+
8+
* **cli:** add skip deploy to gitops bump ([554b0a5](https://github.com/uptick/gitops/commit/554b0a5adf5dbea0f0ac3d020ac65aa1e3c831bd))
9+
* **server:** skip deployment if --skip-deploy is present ([2cd9c16](https://github.com/uptick/gitops/commit/2cd9c16ab618d13660b5ef17079e39bbcd02d956))
10+
311
## [1.2.0](https://github.com/uptick/gitops/compare/gitops-v1.1.2...gitops-v1.2.0) (2025-03-17)
412

513

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.2.0"
9+
__version__ = "1.3.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.2.0"
1+
__version__ = "1.3.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.2.0"
4+
version = "1.3.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)