-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.9] - 2023-11-22 | ||
|
||
### Added | ||
|
||
- Now you can specify image registry in `Connector` CRD with `spec.imageRegistry` field. | ||
- Now you can customize container spec in `Connector` CRD with `spec.container` field. | ||
|
||
[unreleased]: https://github.com/hstreamdb/hstream-operator/compare/0.0.9...HEAD | ||
[0.0.9]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/0.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
## Release Note 🍻 | ||
HStream Operator 0.0.9 has been released. | ||
|
||
HStream Operator 0.0.8 has been released. | ||
|
||
### Supported version | ||
|
||
- `apps.hstream.io/v1alpha2` | ||
|
||
- `HStreamDB` with [rqlite](https://hub.docker.com/layers/hstreamdb/hstream/rqlite_v0.17.3/images/sha256-a7d489f2b33959f6a4326850f143ccbca914240092d0f2f706c23679e369a9b5?context=explore) | ||
|
||
### Enhancements 🚀 | ||
|
||
- `apps.hstream.io/v1alpha2` | ||
|
||
- Moderate readiness probes in hserver and hmeta. | ||
|
||
- `apps.hstream.io/v1beta1` | ||
|
||
Support new kinds: `ConnectorTemplate` and `Connector`, which can be used to create and manage HStream IO Connectors. Currently supported connectors are: | ||
|
||
- `sink-elasticsearch`: Sink data to ElasticSearch. | ||
|
||
### Warning 🚨 | ||
|
||
The API version `v1alpha2` isn't compatible with v1alpha1. | ||
See [CHANGELOG](https://github.com/hstreamdb/hstream-operator/blob/main/CHANGELOG.md) for more details. |