Skip to content

Commit 36bc04b

Browse files
chore(main): release 0.1.12 (#197)
Co-authored-by: attune-release-bot[bot] <288912869+attune-release-bot[bot]@users.noreply.github.com>
1 parent 56d6259 commit 36bc04b

3 files changed

Lines changed: 14 additions & 6 deletions

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.11"
2+
".": "0.1.12"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.12](https://github.com/attune-io/attune/compare/v0.1.11...v0.1.12) (2026-05-31)
9+
10+
11+
### Bug Fixes
12+
13+
* docker Hub chart separation + nightly E2E install-binary-tool PATH fix ([#208](https://github.com/attune-io/attune/issues/208)) ([f8db24e](https://github.com/attune-io/attune/commit/f8db24e53da35a66aee84e895c0c41bd81c90b3d))
14+
* release pipeline audit fixes ([#207](https://github.com/attune-io/attune/issues/207)) ([4bdb78f](https://github.com/attune-io/attune/commit/4bdb78fab2839ab8f871c2eecc1d4a684fc5b6ff)), closes [#198](https://github.com/attune-io/attune/issues/198) [#199](https://github.com/attune-io/attune/issues/199) [#200](https://github.com/attune-io/attune/issues/200) [#201](https://github.com/attune-io/attune/issues/201) [#202](https://github.com/attune-io/attune/issues/202) [#203](https://github.com/attune-io/attune/issues/203) [#204](https://github.com/attune-io/attune/issues/204) [#205](https://github.com/attune-io/attune/issues/205) [#206](https://github.com/attune-io/attune/issues/206)
15+
* use PAT for OperatorHub upstream PR creation ([#196](https://github.com/attune-io/attune/issues/196)) ([f469ec2](https://github.com/attune-io/attune/commit/f469ec269618d432cbf3514500db44474381a93e)), closes [#195](https://github.com/attune-io/attune/issues/195)
16+
817
## [0.1.11](https://github.com/attune-io/attune/compare/v0.1.10...v0.1.11) (2026-05-31)
918

1019

charts/attune/Chart.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
---
21
apiVersion: v2
32
name: attune
43
description: Safe, in-place Kubernetes pod resource right-sizing operator
54
type: application
6-
version: 0.1.11
7-
appVersion: "0.1.11"
5+
version: 0.1.12
6+
appVersion: 0.1.12
87
icon: https://raw.githubusercontent.com/attune-io/attune/main/docs/logo.png
98
home: https://github.com/attune-io/attune
109
sources:
@@ -21,10 +20,10 @@ keywords:
2120
- cost-optimization
2221
- finops
2322
- in-place-resize
24-
kubeVersion: ">= 1.32.0-0"
23+
kubeVersion: '>= 1.32.0-0'
2524
annotations:
2625
artifacthub.io/license: Apache-2.0
27-
artifacthub.io/operator: "true"
26+
artifacthub.io/operator: 'true'
2827
artifacthub.io/category: monitoring-logging
2928
artifacthub.io/operatorCapabilities: Auto Pilot
3029
artifacthub.io/crds: |

0 commit comments

Comments
 (0)