Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.6.1",
".": "1.6.2",
"gitops_server": "0.15.1",
"charts/gitops": "1.2.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.6.2](https://github.com/uptick/gitops/compare/gitops-v1.6.1...gitops-v1.6.2) (2026-06-23)


### Bug Fixes

* **deploy:** isolate per-app failures so one bad app doesn't abort the batch ([29ff9c3](https://github.com/uptick/gitops/commit/29ff9c378ab8d003fc862f274b39bc131ada5871))
* **deploy:** isolate per-app failures so one bad app doesn't abort the batch ([8261b7b](https://github.com/uptick/gitops/commit/8261b7bb335678a029586b2238e81cb783988009))
* **deploy:** make post_result fail-proof so reporting errors don't abort the batch ([83dbc8e](https://github.com/uptick/gitops/commit/83dbc8e217e358ea51168eb955007ac76bceb9aa))

## [1.6.1](https://github.com/uptick/gitops/compare/gitops-v1.6.0...gitops-v1.6.1) (2026-05-28)


Expand Down
2 changes: 1 addition & 1 deletion gitops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .utils.cli import success, warning

__version__ = "1.6.1"
__version__ = "1.6.2"


# Checking gitops version matches cluster repo version.
Expand Down
2 changes: 1 addition & 1 deletion gitops_server/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.1"
__version__ = "1.6.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "gitops"
version = "1.6.1"
version = "1.6.2"
description = "Manage multiple apps across one or more k8s clusters."
requires-python = ">=3.12"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading