File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - Mark the following functions as ` const ` ([ #674 ] ):
10
+ - ` ClusterResourceApplyStrategy::delete_orphans `
11
+ - ` LdapAuthenticationProvider::default_port `
12
+ - ` LdapAuthenticationProvider::use_tls `
13
+ - ` ListenerSpec::default_publish_not_ready_addresses `
14
+ - ` OpaApiVersion::get_data_api `
15
+ - ` CpuQuantity::from_millis `
16
+ - ` CpuQuantity::as_milli_cpus `
17
+ - ` BinaryMultiple::exponential_scale_factor `
18
+ - ` BinaryMultiple::get_smallest `
19
+ - ` MemoryQuantity::from_gibi `
20
+ - ` MemoryQuantity::from_mebi `
21
+ - ` ClusterCondition::is_good `
22
+ - ` ClusterOperationsConditionBuilder::new `
23
+ - ` commons::pdb::default_pdb_enabled `
24
+
25
+ [ #674 ] : https://github.com/stackabletech/operator-rs/pull/674
26
+
7
27
### Changed
8
28
9
29
- Convert the format of the Vector configuration from TOML to YAML ([ #670 ] ).
You can’t perform that action at this time.
0 commit comments