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,4 +1,4 @@
{
".": "1.2.4",
"charts/k8s-httpcache": "1.2.0"
"charts/k8s-httpcache": "1.2.1"
}
13 changes: 13 additions & 0 deletions charts/k8s-httpcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.1](https://github.com/HBTGmbH/k8s-httpcache/compare/k8s-httpcache-v1.2.0...k8s-httpcache-v1.2.1) (2026-07-15)


### Bug Fixes

* fail fast on monitors without metrics port, close VBE generation-scan blind spot ([b330412](https://github.com/HBTGmbH/k8s-httpcache/commit/b33041295802ff2a4bc266c0cb796eb67b10f2a3))
* issues across the controller, chart, and CI ([f0a7f9d](https://github.com/HBTGmbH/k8s-httpcache/commit/f0a7f9dcbffd6102d60e8ff6b2ae39c82cde0f93))
* race conditions and correctness issues ([7956b59](https://github.com/HBTGmbH/k8s-httpcache/commit/7956b59c7a736976f8109c9665cfa195b963020d))
* race in collectInitialState ([4f082f7](https://github.com/HBTGmbH/k8s-httpcache/commit/4f082f7928ebb10139052266cd9c6166df453244))
* re-generate Helm chart README and add linting step ([e534afa](https://github.com/HBTGmbH/k8s-httpcache/commit/e534afaecf85fe9bd5df65c2b9121896f3bfbbd9))
* values-map race, rollback-to-unproven-template, VBE series flapping, Inf buckets, fullnameOverride ([b3320b9](https://github.com/HBTGmbH/k8s-httpcache/commit/b3320b9ead5adc60bf366ed264d9930d89db7a0b))
* wire contract gates into CI, require HPA scaling target, close template-watch startup gap ([a572871](https://github.com/HBTGmbH/k8s-httpcache/commit/a572871d2d31638cfbf146e6dc9904203ef787ff))

## [1.2.0](https://github.com/HBTGmbH/k8s-httpcache/compare/k8s-httpcache-v1.1.0...k8s-httpcache-v1.2.0) (2026-06-27)


Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-httpcache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-httpcache
description: Running the Varnish/Vinyl HTTP cache on Kubernetes
type: application
version: 1.2.0
version: 1.2.1
appVersion: "0.1.0"
keywords:
- varnish
Expand Down