Skip to content
Open
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,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.5.2](https://github.com/home-operations/chaski/compare/0.5.1...0.5.2) (2026-09-05)


### Features

* **container:** update image mirror.gcr.io/curlimages/curl (8.21.0 β†’ 8.22.0) ([#148](https://github.com/home-operations/chaski/issues/148)) ([51b20a8](https://github.com/home-operations/chaski/commit/51b20a83ce38f1a42ef8e013c0a7119efc896aa1))


### Bug Fixes

* **go:** update module github.com/unraid/apprise-go (v0.3.2 β†’ v0.3.3) ([#147](https://github.com/home-operations/chaski/issues/147)) ([5caa0ae](https://github.com/home-operations/chaski/commit/5caa0aea21d0e65b66468b6b1d29b2983dd8aefe))


### Documentation

* **agents:** derive Go version from go.mod ([b0806c8](https://github.com/home-operations/chaski/commit/b0806c8731e3a46cfae599fe1d1ac43ad2351797))


### Miscellaneous Chores

* **github-action:** update action anchore/sbom-action (v0.24.0 β†’ v0.24.1) ([#143](https://github.com/home-operations/chaski/issues/143)) ([e9efea6](https://github.com/home-operations/chaski/commit/e9efea667c915c8f88d2756a83069e494fe78c69))
* **github-action:** update action anchore/sbom-action (v0.24.1 β†’ v0.24.2) ([#146](https://github.com/home-operations/chaski/issues/146)) ([d7fee94](https://github.com/home-operations/chaski/commit/d7fee9476ceb4718293d63a0a90cc40f2895109d))
* **github-action:** update action helm/kind-action (v1.14.0 β†’ v1.15.0) ([#152](https://github.com/home-operations/chaski/issues/152)) ([4698025](https://github.com/home-operations/chaski/commit/4698025d0c96030ca3234d9a51f7cbb66a06711d))
* **github-action:** update action jdx/mise-action (v4.2.5 β†’ v4.3.0) ([#142](https://github.com/home-operations/chaski/issues/142)) ([9a25754](https://github.com/home-operations/chaski/commit/9a257549211048b3ed100f2a3bc1de747664db76))
* **mise:** update tool aqua:dadav/helm-schema (0.23.4 β†’ 0.23.5) ([#140](https://github.com/home-operations/chaski/issues/140)) ([a0b68b6](https://github.com/home-operations/chaski/commit/a0b68b6898c08705f0210db6cd7ecb7df5ee59c7))
* **mise:** update tool go (1.27.0 β†’ 1.27.1) ([#151](https://github.com/home-operations/chaski/issues/151)) ([4eadf62](https://github.com/home-operations/chaski/commit/4eadf6238555f3f9c53fca9082bda4dbe51267da))
* **mise:** update tool golangci-lint (2.13.1 β†’ 2.13.2) ([#144](https://github.com/home-operations/chaski/issues/144)) ([d607471](https://github.com/home-operations/chaski/commit/d607471a854d7513037741062de14ed068064b69))
* **mise:** update tool lefthook (2.1.11 β†’ 2.1.12) ([#145](https://github.com/home-operations/chaski/issues/145)) ([f39efe8](https://github.com/home-operations/chaski/commit/f39efe843b54650e65955f9682a80ecca6663116))
* **mise:** update tool oxfmt (0.64.0 β†’ 0.65.0) ([#141](https://github.com/home-operations/chaski/issues/141)) ([9bc65a0](https://github.com/home-operations/chaski/commit/9bc65a02e04e766d33691ff3fb4c91eb74cce0be))
* **mise:** update tool oxfmt (0.65.0 β†’ 0.66.0) ([#150](https://github.com/home-operations/chaski/issues/150)) ([51a71d5](https://github.com/home-operations/chaski/commit/51a71d5948dc4df5f92f5cc62f1c53493355d0fa))
* **mise:** update tool zizmor (1.29.0 β†’ 1.30.0) ([#149](https://github.com/home-operations/chaski/issues/149)) ([e684050](https://github.com/home-operations/chaski/commit/e68405003c8d480c751e1cc58450c155d7e9a53c))

## [0.5.1](https://github.com/home-operations/chaski/compare/0.5.0...0.5.1) (2026-08-27)


Expand Down
4 changes: 2 additions & 2 deletions charts/chaski/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ kubeVersion: ">=1.25.0-0"
# release-please stamps both from the release tag (the release workflow also
# passes --version/--app-version at package time); stamping the committed copy
# keeps it from going stale.
version: 0.5.1 # x-release-please-version
appVersion: "0.5.1" # x-release-please-version
version: 0.5.2 # x-release-please-version
appVersion: "0.5.2" # x-release-please-version
home: https://github.com/home-operations/chaski
sources:
- https://github.com/home-operations/chaski
Expand Down
4 changes: 2 additions & 2 deletions charts/chaski/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# chaski

![Version](https://img.shields.io/static/v1?label=Version&message=0.5.1&color=informational&style=flat-square) <!-- x-release-please-version -->
![Version](https://img.shields.io/static/v1?label=Version&message=0.5.2&color=informational&style=flat-square) <!-- x-release-please-version -->
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion](https://img.shields.io/static/v1?label=AppVersion&message=0.5.1&color=informational&style=flat-square) <!-- x-release-please-version -->
![AppVersion](https://img.shields.io/static/v1?label=AppVersion&message=0.5.2&color=informational&style=flat-square) <!-- x-release-please-version -->

A stateless **webhook relay**: `POST` any JSON to a named route, gate it with a
[CEL](https://github.com/google/cel-go) expression, render fields with Go
Expand Down
Loading