Skip to content

Commit e9cfb4b

Browse files
authored
docs: Add changelog entry for generic database connections (#699)
1 parent 82e7ae7 commit e9cfb4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ All notable changes to this project will be documented in this file.
99
- BREAKING: `configOverrides` now only accepts the supported config file names `hive-site.xml` and `security.properties`. Previously arbitrary keys were silently accepted but ignored ([#695]).
1010
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#693]).
1111
- Bump `stackable-operator` to 0.110.0 and `kube` to 3.1.0 ([#695]).
12+
- BREAKING: Implement generic database connection.
13+
This means you need to replace your simple database connection string with a typed struct.
14+
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
15+
Read on the [Hive database documentation](https://docs.stackable.tech/home/nightly/hive/usage-guide/database-driver) for details ([#674]).
1216

17+
[#674]: https://github.com/stackabletech/hive-operator/pull/674
1318
[#693]: https://github.com/stackabletech/hive-operator/pull/693
1419
[#695]: https://github.com/stackabletech/hive-operator/pull/695
1520

0 commit comments

Comments
 (0)