Skip to content

Commit 128aa4a

Browse files
chore(release): 0.3.0
1 parent 317fca3 commit 128aa4a

3 files changed

Lines changed: 27 additions & 3 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-
"helm": "0.2.0"
2+
"helm": "0.3.0"
33
}

helm/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ chore(deps): bump amazon/aws-cli from 2.35.2 to 2.35.3 (#1)
1212

1313
# Changelog
1414

15+
## [0.3.0](https://github.com/firebolt-db/firebolt-instance-helm/compare/0.2.0...0.3.0) (2026-07-15)
16+
17+
18+
### ⚠ BREAKING CHANGES
19+
20+
* **storage:** migrate engine storage config to schema (FB-1684) ([#25](https://github.com/firebolt-db/firebolt-instance-helm/issues/25))
21+
22+
### Features
23+
24+
* **helm:** add engine authentication and TLS support (FB-1943) ([#23](https://github.com/firebolt-db/firebolt-instance-helm/issues/23)) ([a9a8aa2](https://github.com/firebolt-db/firebolt-instance-helm/commit/a9a8aa2508c6c3d77e92b33b35104cc010f9f8d8))
25+
* **storage:** migrate engine storage config to schema (FB-1684) ([#25](https://github.com/firebolt-db/firebolt-instance-helm/issues/25)) ([91f1f5d](https://github.com/firebolt-db/firebolt-instance-helm/commit/91f1f5ddde4eea2c0b26efe83dcd02c96dc503ec))
26+
27+
28+
### Bug Fixes
29+
30+
* **agent:** remove floci AWS env credentials (FB-2197) ([#36](https://github.com/firebolt-db/firebolt-instance-helm/issues/36)) ([58b56d3](https://github.com/firebolt-db/firebolt-instance-helm/commit/58b56d3e29facec7f79e7b4fadeb5fe11522730a))
31+
* keep the Core UI sidecar image fresh and probe its readiness (FB-2179, FB-2180) ([#32](https://github.com/firebolt-db/firebolt-instance-helm/issues/32)) ([fb88c96](https://github.com/firebolt-db/firebolt-instance-helm/commit/fb88c9606feaad5dec3d8620913643e9829d3c15))
32+
33+
34+
### Dependencies
35+
36+
* **deps:** bump packdb appVersion to release-5.0.1-0.20260709071413.53735f172429 ([#5](https://github.com/firebolt-db/firebolt-instance-helm/issues/5)) ([76ecd18](https://github.com/firebolt-db/firebolt-instance-helm/commit/76ecd18d1601dbad9f820201f49f63830f4f3466))
37+
* **deps:** bump packdb appVersion to release-5.0.1-0.20260713060957.513515666721 ([#29](https://github.com/firebolt-db/firebolt-instance-helm/issues/29)) ([1dd11b3](https://github.com/firebolt-db/firebolt-instance-helm/commit/1dd11b384083806da59e3590bc4e6ad0d45749a5))
38+
1539
## 0.1.0
1640

1741
Initial public release. Consolidated changes from pre-release development:

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Firebolt Instance on Kubernetes — Envoy gateway, metadata, auth,
55
type: application
66
icon: https://raw.githubusercontent.com/firebolt-db/firebolt-instance-helm/refs/heads/main/static/firebolt.png
77
home: "https://github.com/firebolt-db/firebolt-instance-helm"
8-
sources: ["https://github.com/firebolt-db/firebolt-instance-helm"]
9-
version: 0.2.0
8+
sources: [ "https://github.com/firebolt-db/firebolt-instance-helm" ]
9+
version: 0.3.0
1010
# Bumped by upstream image-release automation.
1111
appVersion: "release-5.0.1-0.20260713060957.513515666721"

0 commit comments

Comments
 (0)