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,3 +1,3 @@
{
".": "1.5.0"
".": "1.5.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.5.1](https://github.com/air-gapped/cooked/compare/v1.5.0...v1.5.1) (2026-04-03)


### Bug Fixes

* suppress healthz probe log noise and add favicon ([342c198](https://github.com/air-gapped/cooked/commit/342c1980e87fac7c3a5547ef834baa6da6b459f4))
* update favicon to three-layer flame SVG ([53d37d3](https://github.com/air-gapped/cooked/commit/53d37d3164a3d42ca12c558705974bc6fa497089))
* update favicon to three-layer flame SVG ([8814cd7](https://github.com/air-gapped/cooked/commit/8814cd7e48e7e1988646803c91a85d61babc5f07))

## [1.5.0](https://github.com/air-gapped/cooked/compare/v1.4.1...v1.5.0) (2026-04-03)


Expand Down
4 changes: 2 additions & 2 deletions charts/cooked/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cooked
description: A rendering proxy for air-gapped environments — fetches raw documents and serves styled HTML
type: application
version: 1.5.0 # x-release-please-version
appVersion: "1.5.0" # x-release-please-version
version: 1.5.1 # x-release-please-version
appVersion: "1.5.1" # x-release-please-version
kubeVersion: ">=1.22.0"
home: https://github.com/air-gapped/cooked
sources:
Expand Down
Loading