Skip to content

Commit

Permalink
chore(main): release 1.5.1 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
1 parent 9a75ede commit b83710c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.5.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.1](https://github.com/nuvlaedge/validation/compare/1.5.0...1.5.1) (2024-11-14)


### Bug Fixes

* Fixed k8s bug on update operation ([#61](https://github.com/nuvlaedge/validation/issues/61)) ([6a1fdda](https://github.com/nuvlaedge/validation/commit/6a1fdda3b2cfffdd1fc810499beb9ad84e78a66e))
* Refactored nuvlabox-status retrieval to reduce Nuvla overload ([#63](https://github.com/nuvlaedge/validation/issues/63)) ([9a75ede](https://github.com/nuvlaedge/validation/commit/9a75ede06d766b2a0f302ae8c381e50ae4ecf304))

## [1.5.0](https://github.com/nuvlaedge/validation/compare/1.4.1...1.5.0) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "validation"
version = "1.5.0"
version = "1.5.1"
description = ""
authors = ["Nacho <[email protected]>"]
packages = [{include = "validation_framework"}]
Expand Down

0 comments on commit b83710c

Please sign in to comment.