Skip to content

Commit a3c75ae

Browse files
chore(main): release 0.1.8
1 parent 825a77f commit a3c75ae

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.7"
2+
".": "0.1.8"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.8](https://github.com/attune-io/attune/compare/v0.1.7...v0.1.8) (2026-05-29)
9+
10+
11+
### Features
12+
13+
* **ci:** automate OperatorHub bundle submission in release workflow ([4aacfa7](https://github.com/attune-io/attune/commit/4aacfa700a6eb94971973091221fe04301d8dd9d)), closes [#131](https://github.com/attune-io/attune/issues/131)
14+
* **helm:** add AttuneBudgetExhausted PrometheusRule alert ([6bc68e3](https://github.com/attune-io/attune/commit/6bc68e3fd29eb4ee06d9c2592caac3ec45698886))
15+
* replace personal PAT with GitHub App for OperatorHub PRs ([4804109](https://github.com/attune-io/attune/commit/480410907c8094cdd50234538879d42ae8a22104)), closes [#135](https://github.com/attune-io/attune/issues/135)
16+
17+
18+
### Bug Fixes
19+
20+
* add reviewers to OperatorHub ci.yaml for auto-merge ([a5349c2](https://github.com/attune-io/attune/commit/a5349c2e684ae13a1b8b2998c89fb980525678a2))
21+
* **ci:** disable errexit around E2E gate API polling ([894ca93](https://github.com/attune-io/attune/commit/894ca939b2d0683a5930e302ab6cf88ce1bb0909))
22+
* **ci:** handle transient API failures in E2E lint/unit gate polling ([d70ed2e](https://github.com/attune-io/attune/commit/d70ed2e4961e5b40fbdf2a9f32e993998718e172))
23+
* **ci:** make release workflow idempotent for re-runs ([b698035](https://github.com/attune-io/attune/commit/b698035ee8d0047d178192cc980e7204d356a201))
24+
* **ci:** pass explicit tag_name to softprops/action-gh-release ([fcf0d95](https://github.com/attune-io/attune/commit/fcf0d95c7fdf451bd39b7618c75a26df7ffc2223))
25+
* **ci:** replace E2E gate polling with needs dependency ([b6aeebf](https://github.com/attune-io/attune/commit/b6aeebfa8d22cc73efaf506d875496619a2b3062))
26+
* **ci:** separate API call from jq to prevent gate false-failures ([2a32234](https://github.com/attune-io/attune/commit/2a3223417e48a82251bddf0585f91e0d64b60596))
27+
* **ci:** use SVG logo in OLM bundle and generate icon at build time ([#132](https://github.com/attune-io/attune/issues/132)) ([e47df9a](https://github.com/attune-io/attune/commit/e47df9ae1b171372f2454795abd5c944378d5621))
28+
* **helm:** set operator capability level to Auto Pilot ([825a77f](https://github.com/attune-io/attune/commit/825a77f913de4bfd03763f42ac827b7154c40635))
29+
* **plugin:** show burst factor in explain output and improve CRD-missing error ([88e753c](https://github.com/attune-io/attune/commit/88e753c1373b02af89bb00a2fd96e56ac645b344))
30+
* **webhook:** reject NaN and Inf in SLO guardrail threshold ([e978e35](https://github.com/attune-io/attune/commit/e978e35a25caa5c6b49c17846729c5aee265019a))
31+
832
## [0.1.7](https://github.com/attune-io/attune/compare/v0.1.6...v0.1.7) (2026-05-29)
933

1034

0 commit comments

Comments
 (0)