Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ crate-hashes.json
result
image.tar

tilt_options.json
tilt_options.json

**/bundle/
**/bundle.Dockerfile
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Generate OLM bundle for Release 23.4.0 ([#436]).

### Changed

- Operator-rs: `0.40.2` -> `0.41.0` ([#434]).
Expand All @@ -12,6 +16,7 @@ All notable changes to this project will be documented in this file.

[#434]: https://github.com/stackabletech/druid-operator/pull/434
[#435]: https://github.com/stackabletech/druid-operator/pull/435
[#436]: https://github.com/stackabletech/druid-operator/pull/436

## [23.4.0] - 2023-04-17

Expand Down
Loading