Skip to content

Commit

Permalink
chore: preparing for 0.0.9 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung authored Nov 22, 2023
1 parent e0225fe commit 6025f80
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
prerelease: ${{ steps.prerelease.outputs.prerelease }}
token: ${{ github.token }}
name: HStream Operator ${{ github.ref_name }} Released
name: HStream Operator ${{ github.ref_name }}
body_path: RELEASE.md
generate_release_notes: true
files: |
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
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
26 changes: 2 additions & 24 deletions RELEASE.md
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.

0 comments on commit 6025f80

Please sign in to comment.