File tree 3 files changed +6
-3
lines changed
stackable-operator-derive
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.40.0] - 2023-04-11
8
+
7
9
### Added
8
10
9
11
- [ BREAKING] : Added ownerreferences and labels to ` build_rbac_resources ` ([ #579 ] ).
10
12
13
+ [ #579 ] : https://github.com/stackabletech/operator-rs/pull/579
14
+
11
15
## [ 0.39.1] - 2023-04-07
12
16
13
17
### Fixed
@@ -17,7 +21,6 @@ All notable changes to this project will be documented in this file.
17
21
log events ([ #577 ] ).
18
22
19
23
[ #577 ] : https://github.com/stackabletech/operator-rs/pull/577
20
- [ #579 ] : https://github.com/stackabletech/operator-rs/pull/579
21
24
22
25
## [ 0.39.0] - 2023-03-31
23
26
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
name = " stackable-operator"
7
- version = " 0.39.1 "
7
+ version = " 0.40.0 "
8
8
repository = " https://github.com/stackabletech/operator-rs"
9
9
10
10
[dependencies ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Stackable Operator Framework"
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
name = " stackable-operator-derive"
7
- version = " 0.39.1 "
7
+ version = " 0.40.0 "
8
8
repository = " https://github.com/stackabletech/operator-rs"
9
9
10
10
[lib ]
You can’t perform that action at this time.
0 commit comments