Skip to content

Commit a0f92d9

Browse files
committed
Update changelog
1 parent 05a41a4 commit a0f92d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
727
### Changed
828

929
- Convert the format of the Vector configuration from TOML to YAML ([#670]).

0 commit comments

Comments
 (0)