Skip to content

Commit

Permalink
Merge pull request #107 from uptick/release-please--branches--develop
Browse files Browse the repository at this point in the history
chore: release develop
  • Loading branch information
uptickmetachu authored Jan 16, 2025
2 parents 790ef4e + 23b3ce0 commit 8b29b93
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.14.1",
".": "1.0.0",
"gitops_server": "0.15.1",
"charts/gitops": "0.13.3"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.0](https://github.com/uptick/gitops/compare/cli-v0.14.1...cli-v1.0.0) (2025-01-16)


### ⚠ BREAKING CHANGES

* exit early if the gitops version is below the cluster minimum version

### Features

* exit early if the gitops version is below the cluster minimum version ([790ef4e](https://github.com/uptick/gitops/commit/790ef4e75b92b5a68fdddc0b0d215a224ac6b5c0))


### Documentation

* clarify installation instructions ([5171917](https://github.com/uptick/gitops/commit/517191793c3a73eff9a02cb6bdd9ffe1bbaf2ee8))

## [0.14.1](https://github.com/uptick/gitops/compare/cli-v0.14.0...cli-v0.14.1) (2024-12-06)


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__ = "0.14.1"
__version__ = "1.0.0"


# Checking gitops version matches cluster repo version.
Expand Down
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 = "0.14.1"
version = "1.0.0"
description = "Manage multiple apps across one or more k8s clusters."
requires-python = ">=3.12"
readme = "README.md"
Expand Down

0 comments on commit 8b29b93

Please sign in to comment.