Skip to content

Commit f5105fb

Browse files
chore(release): 0.3.0
1 parent 76ecd18 commit f5105fb

3 files changed

Lines changed: 20 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ 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-09)
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+
### Dependencies
29+
30+
* **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))
31+
1532
## 0.1.0
1633

1734
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.20260709071413.53735f172429"

0 commit comments

Comments
 (0)